<div class="video_play">
<video id="video" poster="" width="100%" height="100%" x-webkit-airplay="true" webkit-playsinline="true" controls="controls">
<!-- <video style="width: 100%;" height="180" controls="controls" autoplay="autoplay" >-->
<source src="images/movie.ogg" type="video/ogg" />
<source src="images/movie.mp4" type="video/mp4" />
<source src="images/movie.webm" type="video/webm" />
<object data="images/movie.mp4" height="180">
<embed width="320" height="180" src="images/movie.swf" />
</object>
</video>
<div class="share">
H5 写的一个手机端的页面 如何在点击播放视频的时候 不默认全屏呢 求指教
相关分类