Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

embeded mp3 won't play in Firefox

  • Nenhuma resposta
  • 1 tem este problema
  • 2 visualizações
more options

I have just spent 2 hours trying to get my mp3 file to work in firefox.. it works in all other browsers using the <embed> code. I noticed that a lot of you had the same issues while I was searching for a solution. Well I found a solution! Use this code:

<audio autoplay="1" preload="none" style="width: 100%;" controls="controls"><a href="YOURFILENAME.mp3">Welcome</a></audio>

if you wish to loop the music, add the word loop just before autoplay. You can also change the width to whatever % you want. Also change Welcome to whatever you wish as well. You can see my result here: http://www.gowan.org

I have just spent 2 hours trying to get my mp3 file to work in firefox.. it works in all other browsers using the <embed> code. I noticed that a lot of you had the same issues while I was searching for a solution. Well I found a solution! Use this code: <audio autoplay="1" preload="none" style="width: 100%;" controls="controls"><source type="audio/mpeg" src="YOURFILENAME.mp3" /><a href="YOURFILENAME.mp3">Welcome</a></audio> if you wish to loop the music, add the word loop just before autoplay. You can also change the width to whatever % you want. Also change Welcome to whatever you wish as well. You can see my result here: http://www.gowan.org