Mark
Mark

Reputation: 41115

Dynamic html5 audio flash player

Does there exist a library / program that can play mp3 files using flash as html5 fallback dynamically?

By dynamically, I mean that the player can switch the current mp3 thats playing, even after dom has loaded. The problem I run into with most flash audio players is that they depend on the song being loaded when the dom loads, but my website loads songs through ajax.

Thank you

Upvotes: 0

Views: 2894

Answers (4)

Shiv
Shiv

Reputation: 1267

Here is the list of all free html5 players.

List Of html5 players

I have tried almost all but i think http://mediaelementjs.com/ is best.

Upvotes: 0

johnmdonahue
johnmdonahue

Reputation: 653

Check out the new HTML5 audio library called Buzz. Looks pretty slick!

Upvotes: 1

glebtv
glebtv

Reputation: 3839

Try soundmanager2

Upvotes: 1

Ian Devlin
Ian Devlin

Reputation: 18870

You could try MediaElement.js which is quite powerful. It plays both audio and video and I've used it myself for both. Works like a charm.

Upvotes: 0

Related Questions