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!

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I get my HTML5 audio tag to work in Firefox 7.0.1, currently it doesn't even display the alternate text when the player cannot play.

  • 1 svar
  • 7 har dette problem
  • 3 visninger
  • Seneste svar af cor-el

more options

This is my implementation of the audio tag.

<div class="music_player" oncontextmenu="return false;">
  <audio autoplay="autoplay" controls="controls" preload="auto">
    <source src="sample.ogg" />
    <source src="sample.mp3" />
    <span id="audio_error">This website has an audio sample, but cannot play using this browser.
      </span>
  </audio>
</div>
This is my implementation of the audio tag. <pre><nowiki><div class="music_player" oncontextmenu="return false;"> <audio autoplay="autoplay" controls="controls" preload="auto"> <source src="sample.ogg" /> <source src="sample.mp3" /> <span id="audio_error">This website has an audio sample, but cannot play using this browser. </span> </audio> </div></nowiki></pre>

Ændret af cor-el den

Alle svar (1)

more options