IE9 and the <audio> tag
Posted: Tue Nov 20, 2012 8:01 am
I have been trying to get IE9 to use the audio tag for quite some time now but to no avail. On every other browser on every OS, there are no problems. It is only IE (how can this browser suck for sooo long!?).
On IE, I always just get the message "Your browser does not support this audio format." Anyone have any ideas?
Code: Select all
<audio controls="controls">
<source src="/files/NRUPPLYSNINGEN_XTRA.mp3" type="audio/mp3">
<source src="/files/NRUPPLYSNINGEN_XTRA.wav" type="audio/wav">
<source src="/files/NRUPPLYSNINGEN_XTRA.ogg" type="audio/ogg">
Your browser does not support this audio format.
</audio>