Quote:
Originally Posted by LauraBLough
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 :/