HTML 视频(Video)

1,HTML视频(Videos)播放

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

2, <embed> 标签

<embed src="intro.swf" height="200" width="200">

文章来自  www.shiguangbiaoye.com

posted @ 2020-07-15 09:27  学无边涯  阅读(1683)  评论(0编辑  收藏  举报