jQuery RSS 音频播放器 - HTML5/Flash 后备
我到处搜索,但仍然找不到解决我的困境的答案。我正在寻找一个 jQuery HTML5 音频播放器,它能够播放音频 RSS 提要,并为旧浏览器提供稳定的 Flash Fallback。有没有什么东西能够完成这项任务? jPlayer 可以修改为播放 RSS 源吗?
任何帮助都会很棒,谢谢!
I've searched everywhere and still can't find an answer to my dilemma.. I'm looking for a jQuery HTML5 Audio Player that is capable of playing audio RSS feeds and has a stable Flash Fallback for older browsers. Is there anything out there that is capable of performing this task? Can jPlayer be modified to play RSS feeds?
Any help would be great, thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不完全确定您希望它如何运行,但您可以使用 jQuery.ajax 或其他一些 rss jQuery 插件来生成音频项目列表,每个音频项目都有自己的播放器或链接到的播放按钮
jPlayer( "setMedia", Object: media )
函数。或者,您可以在初始化 jPlayer 之前生成此列表作为隐藏列表,然后将它们全部添加到jPlayer.ready
函数中。希望这有帮助。I'm not completely sure of how you want it to function, but you could use either jQuery.ajax or some other rss jQuery plugin to generate a list of the audio items, each with their own player, or play button that links to the
jPlayer( "setMedia", Object: media )
function. Or you could generate this list as a hidden list before you initialize the jPlayer and then add them all in thejPlayer.ready
function. Hope this helps.尝试看看 Flowplayer 希望这对您有帮助。
http://flowplayer.org/
Try to look at Flowplayer hope this helps you.
http://flowplayer.org/