码迷,mamicode.com
首页 > 其他好文 > 详细

video

时间:2019-09-01 14:24:48      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:type   ide   col   control   obj   color   object   height   swf   

video
<video width="320" height="240" controls="controls">
    <source src="1.mp4" type="video/mp4" />
    <source src="movie.ogg" type="video/ogg" />
    <source src="movie.webm" type="video/webm" />
    <object data="1.mp4" width="320" height="240">
        <embed src="movie.swf" width="320" height="240" />
    </object>
</video>

 

video

标签:type   ide   col   control   obj   color   object   height   swf   

原文地址:https://www.cnblogs.com/gitwusong/p/11441962.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!