以下代码在chrome / firefox / ie9 / ie10上正常工作。
这不适用于ie8及以下。根据插件,闪存的后备应该有效。
<!DOCTYPE html>
<html>
<head>
<title>Video.js | HTML5 Video Player</title>
<!-- Chang URLs to wherever Video.js files will be hosted -->
<link href="video-js.css" rel="stylesheet" type="text/css">
<!-- video.js must be in the <head> for older IEs to work. -->
<script src="video.js"></script>
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF -->
<script>
videojs.options.flash.swf = "http://dl.dropboxusercontent.com/u/10414458/video-js.swf";
</script>
</head>
<body>
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="360"
poster="poster.png" data-setup='{ "controls": true, "autoplay": true, "preload": "auto" }'>
<source src="demo.mp4" type='video/mp4' />
</video>
</body>
</html>
有人帮我解决了这个问题谢谢。
答案 0 :(得分:0)
对不起, 我在没有任何服务器的情况下在本地运行此代码,因此插件无法按预期工作。 当我在服务器上放置相同的代码它工作像Gem :) :))
答案 1 :(得分:-1)
我怎么知道,IE 8和bellow,不支持
但是this article可以帮助你