Integrating audio player which support both mozilla and IE
I want to integrate (php) a audio player which supports both mozilla and internet explorer, with a player image on the webpage t开发者_开发技巧hat should contain all the functionalities forward, rewind, pause, volume...
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.
精彩评论