开发者

Why does the video HTML5 not work?

开发者 https://www.devze.com 2023-02-04 14:47 出处:网络
<!DOCTYPE HTML> <html> <body> <video src=\"http://vimeo.com/moogaloop.swf?clip_id=12680155\" controls=\"controls\">
<!DOCTYPE HTML>
<html>
<body>

<video src="http://vimeo.com/moogaloop.swf?clip_id=12680155" controls="controls">
your browser doe开发者_开发问答s not support the video tag
</video>

</body>
</html>


The video tag does not work in IE, if that's the browser you're using. Also, your HTML does not seem to have a <head> element and corresponding closing tag, I'm not sure if that might impact things poorly in HTML5.


In my HTML5 Video Tag, I use video in .mp4, .ogv, .mpg video formats. Then it runs in all the latest HTML5 supported browsers.

0

精彩评论

暂无评论...
验证码 换一张
取 消