跨浏览器音频支持(无 Flash)
我想在我的网站上有一个小型音频播放器。它必须有播放/暂停以及下一首和上一首曲目按钮。
这是简单的部分,但我希望播放器适用于 IE 版本 >= 6、FF、Safari 和 Chrome。
是否有任何现有的 javascript/html 解决方案,或者您之前做过类似的事情并愿意分享您的解决方案?
I want to have a small audio player on my website. It must have a play/pause and next and previous track buttons.
That's the easy part, but I want the player to work for I.E versions >= 6, FF, Safari and Chrome.
Are there any existing javascript/html solutions out there or perhaps you have done something similar before yourself and willing to share your solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个老问题中已经包含了很多信息
使用 jQuery 1.4 跨平台、跨浏览器播放声音?
http://www.happyworm.com/jquery/jplayer/latest/demos.htm
请记住,您不会找到针对移动和桌面的完整跨浏览器解决方案来响应每个环境中都以相同的方式。
首先选择你的目标。
A lot of info is already in this old question
Cross-platform, cross-browser way to play sound using jQuery 1.4?
http://www.happyworm.com/jquery/jplayer/latest/demos.htm
Keep in mind that you won't find a complete cross-browser solution both for mobile and desktop that respond the very same way in each environment.
Choose your target first.