View Single Post
Old 12-24-2014, 05:25 AM   #14
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
Quote:
Originally Posted by LauraBLough View Post
Have you tried using Kindle Firewith a FF epub3 with audio? When I've tried it the audio just disappears - the play buttons don't even show up.
No, but I don't see any reason why it shouldn't work, a fixed layout ePub is simply a way to tell the reader to display book in a certain resolution as far as I know.
If you've created a validated EPUB3 with an audio element such as this:
Code:
<audio src="audio/clip12.mp3" controls="controls">
   <div class="err">
      <p>
         Sorry, it appears your system 
         does not support audio playback.
      </p>
   </div>
</audio>
You shouldn't have any problem displaying both the fixed layout epub and the audio element inside it. If you do, report the bug to Amazon :/
odedta is offline   Reply With Quote