通过 JavaScript 播放 iPad EPUB 音频
我想在 iPad 上播放 EPUB 文件中的音频。音频应在单击图像时播放和暂停。形象也应该改变。
I would like to play audio in my EPUB file for iPad. Audio should play and pause on click on an image. The image should also change.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们使用以下保存为“audio-player.js”的 JS 代码。
使用方法如下:
添加音频播放器 js 文件:
在正文中添加音频标签:
添加带有 onClick 事件的图像:
如果您想查看真实示例,请下载“故事轮” (http:// www.storywheelapp.com/)(免费),创建一个故事,然后通过电子邮件给自己发送刚刚创建的故事的 ePub 版本。
我们很快就会发布“自动播放”版本,这对我们来说应该会更好一些。让我知道你的想法。
安迪
We use the following JS code that we saved as 'audio-player.js'.
Here is how you can use it:
Add the audio player js file:
Add an audio tag to the body:
Add an image with an onClick event:
If you want to see a real example, download "Story Wheel" (http://www.storywheelapp.com/) (free), create a story, and then email yourself an ePub version of the story you just created.
We will be releasing an "auto play" version soon, which should work a bit better for us. Let me know what you think.
Andy
不确定图像部分。您可以在 iPad 版 EPUB 中使用 和 标签。一些有用的信息可以在Liz Castro 的博客。
Not sure about the image part. You can use and tags in EPUB for iPad. Some good information can be found in Liz Castro's blog.