This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search 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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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 antwoord
  • 7 hierdie probleem
  • 3 views
  • Laaste antwoord deur 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>

Gewysig op deur cor-el

All Replies (1)

more options