是<嵌入>吗? iPad Safari 支持音频吗?嵌入>
是桌面浏览器上的标准音频方式,在 iPad Safari 上受支持,如下所示;
http://googlesystem.blogspot.com/2006 /07/embed-mp3-files-into-your-website.html
我的意思是在 iPad Safari 上嵌入音频的方法有哪些。我知道 HTML5 元素可以在 iPad Safari 上使用。但是还有其他方法可以在 iPad Safari 中嵌入音频吗?
Is the standard way to audio on desktop browsers, supported on iPad Safari, like the one below;
http://googlesystem.blogspot.com/2006/07/embed-mp3-files-into-your-website.html
I mean what are the ways to have embedded audio work on iPad Safari. I know HTML5 element can be used on iPad Safari..But are there any other ways to embed audio in iPad Safari?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要播放 mp3,我会使用 HTML5 音频标签,因为它面向未来,而且支持正在迅速增长。这将涵盖您的所有 iDevice 要求和大多数其他移动平台以及最新/未来的桌面浏览器。然后我会使用 Flash 作为旧版桌面浏览器的后备浏览器,因为几乎每个人都安装了它并且运行良好。
HTML5Rocks 提供了一个很好的示例来说明如何执行此操作: http://www.html5rocks.com /en/tutorials/audio/quick/
I'd use the HTML5 audio tag if you're playing mp3's as it's future proofed and the support is rapidly growing. That'll cover all your iDevice requirements and most other mobile platforms and the latest / future deskstop browsers. I'd then use Flash as the fall back for older desktop browsers as nearly everyone has it installed and it works well.
HTML5Rocks gives a good example of how to do this: http://www.html5rocks.com/en/tutorials/audio/quick/