Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

embeded mp3 won't play in Firefox

  • Aucune réponse
  • 1 a ce problème
  • 2 vues
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