<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="jquery-2.1.1.min.js"></script>
<link rel="stylesheet" href="AcornMediaPlayer/acornmediaplayer/acornmediaplayer.base.css">
<link rel="stylesheet" href="AcornMediaPlayer/acornmediaplayer/themes/access/acorn.access.css">
<link href="AcornMediaPlayer/acornmediaplayer/themes/darkglass/acorn.darkglass.css" rel="stylesheet" type="text/css">
<link href="AcornMediaPlayer/acornmediaplayer/themes/barebones/acorn.barebones.css" rel="stylesheet" type="text/css">
</head>
<body>
<figure>
<video controls="controls" width="800px" height="600px">
<source src="a.mp4" type="video/mp4">
</video>
</figure>
</body>
<script src="jquery-ui-1.10.0.custom.min.js"></script>
<script src="modernizr.custom.js"></script>
<script src="polyfiller.js"></script>
<script src="AcornMediaPlayer/acornmediaplayer/jquery.acornmediaplayer.js"></script>
<script>
jQuery('video').acornMediaPlayer();
</script>
</html>
网友评论