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
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.