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