Open source HTML5 & Flash video player Video.JS
Use Video.js
---------
In the <head>:
<link href="http://vjs.zencdn.net/4.10/video-js.css" rel="stylesheet"> <script src="http://vjs.zencdn.net/4.10/video.js"></script>
In the <body>:
<video id="MY_VIDEO_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="264" poster="MY_VIDEO_POSTER.jpg" data-setup="{}"> <source src="MY_VIDEO.mp4" type='video/mp4'> <source src="MY_VIDEO.webm" type='video/webm'> <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>
Comments
Post a Comment