Reputation: 41115
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
Reputation: 1267
Here is the list of all free html5 players.
I have tried almost all but i think http://mediaelementjs.com/ is best.
Upvotes: 0
Reputation: 653
Check out the new HTML5 audio library called Buzz. Looks pretty slick!
Upvotes: 1
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