7

I'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!

Tiago Castro
  • 835
  • 2
  • 10
  • 23

6 Answers6

4

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

Trufa
  • 39,971
  • 43
  • 126
  • 190
3

I've used soundmanager2 at production and was pleased with.

Andrew Orsich
  • 52,935
  • 16
  • 139
  • 134
1

Dojo has a pluggable abstraction for a music (and video) player. The main implementation uses Flash.

peller
  • 4,435
  • 19
  • 21
0

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

dt_slash
  • 47
  • 2
  • 9
0

I have had good results using JW Player. It's pretty easy to get started with too.

Saul Dolgin
  • 8,624
  • 4
  • 37
  • 43
  • Hey Saul! Thanks for your answer. But this is not what i'm looking for because i want an exclusive music player with a list of songs and player controls. I've checked the website and i found just a movie player. Thanks anyway ;) – Tiago Castro Dec 19 '10 at 12:56
  • Tiago, check again. JW Player supports MP3 playback and, in fact, that's all I have ever used it for. http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12539/supported-video-and-audio-formats#sound – Saul Dolgin Dec 19 '10 at 18:45
0

my plugin Swagg Player will do the trick! http://johnny-ray.com/swaggplayer

demo here http://johnny-ray.com

Johnny Ray
  • 51
  • 1
  • 4