3D FlipBook - Disable Sound

m***k@idea.ie
2021-10-29
2021-12-13

Can we disable the page flipping noise by default?

Replies

m***k@idea.ie
2021-11-08
2021-11-08

Could you please let me know how to do it? We have used jQuery plugin for the same..

a***r@3dflipbook.net
2021-12-13
2021-12-13

Yes

      $('#container').FlipBook({
        ...,
        controlsProps: {
          actions: {
            cmdSounds: {
              active: false
            }
          }
        },
      });
Log In to leave a comment