Audio tag doesn't work in FF-Ubuntu 12.04
- by Nyx
Does anyone know why this code...
<audio width="0" height="0" autoplay="autoplay" loop="loop" preload="none">
<source src="images/musica/Intro.ogg" type="audio/ogg" />
<source src="images/musica/Intro.mp3" type="audio/mpeg" />
</audio>
...works fine in FF17-WinXP and not in FF17-Ubuntu 12.04?
I think something is wrong with MIME types but everything looks normal.
After searching on the web for days I couldn't find a good answer.
Thanks