Audio tag doesn't work in FF-Ubuntu 12.04
Posted
by
Nyx
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Nyx
Published on 2012-12-02T04:22:30Z
Indexed on
2012/12/02
5:22 UTC
Read the original article
Hit count: 145
firefox
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
© Ask Ubuntu or respective owner