一、video 视频的方法、属性、事件详解
方法:play() 播放  pause() 暂停 
属性:currentTime播放到当前的时间   duration视频的总时长
事件:ended 播放完的事件,需要进行的操作
 
二、video的浏览器的兼容性:(让所有浏览器都兼容)
1、添加js(下载地址:http://www.zhangxinxu.com/study/js/html5media.min.js )
<script src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"></script>

 

2、html部分:
<video src="video.mp4" width="320" height="240" controls autobuffer></video>

 

三、视频支持格式:mp4、ogv格式支持效果最好

 

posted on 2015-03-05 18:09  上帝的宠儿  阅读(385)  评论(1编辑  收藏  举报