jQuery Plugin which displays a playlist (and play songs)?
Near the bottom of this site: http://love-detroit.com/ the is a Listen block.
It displays music using jQuery, I think it doesn't use flash (please correct me if I'm wron开发者_JS百科g).
Is there a jQuery plugin similar to that one?
If you view the source, you'll see it's a combination of JavaScript with HTML5 (which falls back to Flash for older browsers). It's based off of this API/framework:
http://www.schillmania.com/projects/soundmanager2/
and this jQuery plugin for the UI/controls:
http://plugins.jquery.com/project/playable
It is not flash..
Its HTML 5...
<video controls="" autoplay="" style="margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;" name="media" src="http://love-detroit.com/mp3/01%20What%20Child%20is%20This.mp3"></video>
精彩评论