How do you implement a flash fallback for an html5 audio tag? for example I have this audio tag
<div class = "div.jp-audio"><audio class ="audio-player" name= "audio-player" src="song.mp3" ></audio></div>
How do I enable or create a flash fall back since not all browsers support .mp3 files
Here is a good code snippet that has a nicely-implemented Flash callback:
Here is the ref where I found it:
Getting HTML5 Audio Tag and Flash Fallback to Work Nicely With All Browsers
Hope it Helps!