Is there any way that HTML Audio tag could play mp3 in Firefox.
HTML
mp3
Firefox
FF currently supports only ogg formats, so you've to include a copy with ogg format as well:
ogg
Your browser does not support the audio element.
And for sake, use old object tag for embedding you mp3 file as follows:
object
or use embed as:
embed