M
Mr. X.
Hello,
I am using HTML5 to test a code:
===========================
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body style="background-color:#8ee5ee;">
<div id ="big_wrapper">
<video src="abc.mp4" type="video/mp4" width="640" height="360">Your
browser does not support the <code>video</code> element.</video>
</div>
</body>
</html>
I don't get any message "your browser doesn't support ..." - Nothing
(If I do : <video ... poster = "myposter.png" - I can see the poster, but no
video).
Also I need just a mp4.
I am using:
Windows 7 premium, 64 bits.
Google chrome version 23.0.1271.97
also
Windows Explorer 9, version 9.0.8112.16421, update version 9.0.12 KB2761465.
On each browsers, I cannot run the mp4 (I want to download some mp4 from
internet to check out ...) not mp4, not standard video:
C:\Users\Public\Videos\Sample Videos\Wildlife.wmv.
What may be the reason I cannot see any video?
Thanks
I am using HTML5 to test a code:
===========================
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body style="background-color:#8ee5ee;">
<div id ="big_wrapper">
<video src="abc.mp4" type="video/mp4" width="640" height="360">Your
browser does not support the <code>video</code> element.</video>
</div>
</body>
</html>
I don't get any message "your browser doesn't support ..." - Nothing
(If I do : <video ... poster = "myposter.png" - I can see the poster, but no
video).
Also I need just a mp4.
I am using:
Windows 7 premium, 64 bits.
Google chrome version 23.0.1271.97
also
Windows Explorer 9, version 9.0.8112.16421, update version 9.0.12 KB2761465.
On each browsers, I cannot run the mp4 (I want to download some mp4 from
internet to check out ...) not mp4, not standard video:
C:\Users\Public\Videos\Sample Videos\Wildlife.wmv.
What may be the reason I cannot see any video?
Thanks