动态html5音频flash播放器
是否存在可以使用 flash 作为 html5 动态后备来播放 mp3 文件的库/程序?
我所说的动态,是指即使在 dom 加载之后,播放器也可以切换当前正在播放的 mp3。我在使用大多数 Flash 音频播放器时遇到的问题是,它们依赖于 dom 加载时加载的歌曲,但我的网站通过 ajax 加载歌曲。
谢谢
Does there exist a library / program that can play mp3 files using flash as html5 fallback dynamically?
By dynamically, I mean that the player can switch the current mp3 thats playing, even after dom has loaded. The problem I run into with most flash audio players is that they depend on the song being loaded when the dom loads, but my website loads songs through ajax.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试 soundmanager2
Try soundmanager2
查看名为 Buzz 的新 HTML5 音频库。看起来相当光滑!
Check out the new HTML5 audio library called Buzz. Looks pretty slick!
您可以尝试MediaElement.js,它非常强大。它可以播放音频和视频,我自己也用过它。就像魅力一样。
You could try MediaElement.js which is quite powerful. It plays both audio and video and I've used it myself for both. Works like a charm.
这是所有免费 html5 播放器的列表。
html5播放器列表
我几乎尝试过所有但我认为http://mediaelementjs.com/ 是最好的。
Here is the list of all free html5 players.
List Of html5 players
I have tried almost all but i think http://mediaelementjs.com/ is best.