Hi, Does anyone know of any PHP codes that could be used in making a small music player (background music) to be placed in a website? I'm making a mock social networking site (PHP-based), and wanted to add in some extra features (music.. player). If you have any cool ideas for those extra features... Feel free to post them too. Thanks
Lot of free skinnable xml music players available (php based) which are playlist based Under GPL Just google them Regards Alex
I am using mp3 player from thiswebsite: www.jeroenwijering.com/ You need jut to feed it with xml playlist, which can be generated with php. It is included in few open source scripts, and worked the best for me.