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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

video tag doesn't work

  • 2 fhreagra
  • 5 leis an bhfadhb seo
  • 5 views
  • Freagra is déanaí ó cor-el

more options

I don't know why, but a video doesn't play on Firefox. This is the code:

<video id="video-element" preload="auto" loop="loop" autoplay="true" class="bg-video" data-video-width="1280" data-video-height="720">
   <source src="video.webm" type="video/webm"></source>
   <source src="video.ogv" type="video/ogg"></source>
   <source src="video.mp4" type="video/mp4"></source>
  Your browser does not support the <code>video</code> element.
</video>

I have all the formats, I used http://firefogg.org for that. When I try it on local computer, it works, but on the server doesn't.

Could anyone explain the problem, please?

I don't know why, but a video doesn't play on Firefox. This is the code: <pre><nowiki><video id="video-element" preload="auto" loop="loop" autoplay="true" class="bg-video" data-video-width="1280" data-video-height="720"> <source src="video.webm" type="video/webm"></source> <source src="video.ogv" type="video/ogg"></source> <source src="video.mp4" type="video/mp4"></source> Your browser does not support the <code>video</code> element. </video> </nowiki></pre> I have all the formats, I used http://firefogg.org for that. When I try it on local computer, it works, but on the server doesn't. Could anyone explain the problem, please?

Athraithe ag cor-el ar

All Replies (2)

more options

Strange, but the code is not shown. Should I write it in another format?

Anyways, I made a screenshot.

Athraithe ag frecklyy ar

more options

Is the server configured to send this file with a correct MIME type?

Does it work if you open the URL of a WebM or Ogg movie via the location bar?