Comment 7 for bug 555347

Revision history for this message
daniel (daniel309) wrote :

sounds good :-)

I just stumbled upon jPlayer, a MIT / GPL licensed audio player that:
- uses HTML 5 <audio> (ogg, mp3, ...) if the browser supports it
- falls back to "invisible" flash if html5 <audio> is not supported for the given file format

Basically, jPlayer covers all of your items 1-6, and nicely abstracts from individual html5 audio format capabilities

Heres a website with some demos:
http://www.happyworm.com/jquery/jplayer/latest/demos.htm

Heres a demo of its html5 audio browser capability checks:
http://www.happyworm.com/jquery/jplayer/HTML5.Audio.Support/

what do you think?