jQuery 视频扩展:Video-Extend
jQuery Video Extend 是 HTML5 视频扩展。
- Adding a logo.
- Adding markers with labels.
- Playing 油Tube video.
- Playing FLV video (basic support).
- Simply make responsive.

<script src="js/jquery-2.1.4.min.js"></script> <script src="js/jquery.video-extend.js"></script>
<script> $(document).bind('ready',function(){ $('#video1').videoExtend({ logo: 'img/example_logo.png', logoLink: 'http://example.com/', logoSize: [ 60, 40 ], markers: [ { time: 39.32,// seconds text: 'Chapter 1' }, { time: 350.23, text: 'Chapter 2' }, { time: 470.88, text: 'Chapter 3' }, { time: 677.82, text: 'Chapter 4' } ] }); }); </script>
<video id="video1" width="640" height="360" poster="video/Sintel_poster.png" controls> <source src="video/Sintel.mp4" type="video/mp4"> </video>
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!