开发者

jQuery RSS Audio Player - HTML5/Flash Fallback

开发者 https://www.devze.com 2023-03-24 23:24 出处:网络
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 stabl开发者_如何学JAVAe Flas

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 stabl开发者_如何学JAVAe 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!


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 the jPlayer.ready function. Hope this helps.


Try to look at Flowplayer hope this helps you.

http://flowplayer.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消