javascript or jQuery music player [closed]
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this questionI'm in a middle of a project, and the client want a player to play some music.
So, my question is, is there any way with javascript or a jQuery plugin where we have a very small playlist, like 3 or 4 songs or so, and the visitor control the music he/she wants, the volume, etc... Like many flash开发者_高级运维 players we see around the web.
Thanks in advance!
First result from google :) :)
jPlayer is very slick!! see a demo here.
Some other helpful stuff:
http://plugins.jquery.com/plugin-tags/music-player
http://plugins.jquery.com/plugin-tags/audio
I've used soundmanager2 at production and was pleased with.
Dojo has a pluggable abstraction for a music (and video) player. The main implementation uses Flash.
I have had good results using JW Player. It's pretty easy to get started with too.
my plugin Swagg Player will do the trick! http://johnny-ray.com/swaggplayer
demo here http://johnny-ray.com
My online music player jsMusicBox written in just html, js, and php might be perfect for a small setup. Download from my site here: jsMusicBox
精彩评论