Funkcionalnosć tutoho sydła so přez wothladowanske dźěła wobmjezuje, kotrež maja waše dožiwjenje polěpšić. Jeli nastawk waš problem njerozrisuje a chceće prašenje stajić, wobroćće so na naše zhromodźenstwo pomocy, kotrež na to čaka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomhać.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

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 wotmołwa
  • 7 ma tutón problem
  • 3 napohlady
  • Poslednja wotmołwa wot 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>

Wot cor-el změnjeny

Wšě wotmołwy (1)

more options