Html5 audio tag flash fall back

Viewed 6890

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

2 Answers
Related