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

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

I'm trying to open a simple HTML5 document containing MP4 video to no avail. Why the same document opens nicelly in, e.g., Chrome?

  • 2 valiny
  • 21 manana an'ity olana ity
  • 1 view
  • Valiny farany nomen'i Musterknabe

more options

Small sample code (with changed delimiters to avoid parcing) which opens in Chrome but not im FF5.0:

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title></title></head>
<body>
<video controls src="videofile.mp4">
</video>
</body>
</html>

The above code file and the mp4 video file are in the same folder.

Small sample code (with changed delimiters to avoid parcing) which opens in Chrome but not im FF5.0: <pre><nowiki><!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"><title></title></head> <body> <video controls src="videofile.mp4"> </video> </body> </html></nowiki></pre> The above code file and the mp4 video file are in the same folder.

Novain'i cor-el t@

All Replies (2)

more options

Vahaolana Nofidina

more options

Thanks for your helpful answer. Please forgive my *duh* behavior. I'm not used to HTML5 tags yet. I followed your links and the glitch became obvious. But as I found out, Firefox has an amazing alternative behaviour: if you click with the right mouse key on the *gray x-ed screen of death* and choose the "Show video" option, then the (non-supported) .mp4 file opens with Windows Media Player, my default application for .mp4 files. So, even if Firefox does not support directly .mp4 files, one still can watch the video with the standard application... Awesome. I'll just add some text im my document to guide Firefox users. Cheers!