<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<link href="css/video-js.min.css" rel="stylesheet">
<script src="js/video.min.js"></script>
<style>
body{background-color: #252525}
.m{ margin-left: 0px; margin-right: auto; width: 960px;height: 400px;margin-top: 100px}
</style>
</head>
<body>
<div class="m">
<video
id="my-player"
class="video-js"
controls
preload="auto"
data-setup='{}'>
<source src="images/勘B动画.mp4" type="video/mp4"></source>
<!-- <source src="http://vjs.zencdn.net/v/oceans.webm" type="video/webm"></source>
<source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg"></source> -->
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="http://videojs.com/html5-video-support/" target="_blank">
supports HTML5 video
</a>
</p>
</video>
</div>
<script type="text/javascript">
//打开自动播放
var myPlayer = videojs('my-player');
videojs("my-player").ready(function(){
var myPlayer = this;
myPlayer.play();
});
</script>
</body>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<link href="css/video-js.min.css" rel="stylesheet">
<script src="js/video.min.js"></script>
<style>
body{background-color: #252525}
.m{ margin-left: 0px; margin-right: auto; width: 960px;height: 400px;margin-top: 100px}
</style>
</head>
<body>
<div class="m">
<video
id="my-player"
class="video-js"
controls
preload="auto"
data-setup='{}'>
<source src="images/勘B动画.mp4" type="video/mp4"></source>
<!-- <source src="http://vjs.zencdn.net/v/oceans.webm" type="video/webm"></source>
<source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg"></source> -->
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="http://videojs.com/html5-video-support/" target="_blank">
supports HTML5 video
</a>
</p>
</video>
</div>
<script type="text/javascript">
//打开自动播放
var myPlayer = videojs('my-player');
videojs("my-player").ready(function(){
var myPlayer = this;
myPlayer.play();
});
</script>
</body>
</html>
这里引用了JS文件和CSS样式,需要的话我发你