tags:

views:

43

answers:

1

I want to integrate (php) a audio player which supports both mozilla and internet explorer, with a player image on the webpage that should contain all the functionalities forward, rewind, pause, volume...

+2  A: 

Audio isn't something you want to process with PHP (unless you want the server to play some music in the server room)

Check out jPlayer. It is a nice jQuery-based audio player with nice browser support. Check out this demo in particular.

Matt