Hi there, I need add background music to the book, not to individual page. is there a way to do it. thanks
hi, add the music in the first page html:
<audio class="play-on-shown" src="http://example.com/music.mp3"></audio>
Great, do we have control to stop and resume the music on certain pages, for example some page has video, we want to pause the background music when video is playing, then on page flip resume the music. Thank you very much!!
hi, add the music in the first page html:
Great, do we have control to stop and resume the music on certain pages, for example some page has video, we want to pause the background music when video is playing, then on page flip resume the music. Thank you very much!!