tags:

views:

116

answers:

1

Looking out to add some music in the background to my website, the way its done on flash website, so i need a music player with very small control panel which i can put at the bottom of the website to turn the music on or off, that's it.

+1  A: 

i would generally go with jPlayer. its nice as it defaults to the html5 <audio> tag, but will degrade gracefully to a flash 8 based player.

it does require you to use jQuery.

nathan gonzalez