I am creating a music streaming website like Grooveshark. I have done the coding for uploading the music and creating playlists etc. Now I need to have an audio player for playing the audio files. I like to have one like Grooveshark, which displays at the bottom of the page. I also would like to add icons on the player itself for sharing the song on Facebook etc and a provision for adding it to playlist. Currently I am having the code for displaying songs and playlists etc. What only needed is a player for playing it. Please give me some suggestions.
Regards,
Alwin
I think you should try html5 because flash is kind of outdated now-a-days.
For an audio player in html5 you must check out
Building a custom html5 audio player
Also check out this tutorial of Native audio in the browser
You can also get an html5 audio player from Codebasehero