HTML
HTML 视频(Videos)播放
HTML视频(Videos)播放
源代码:
点击运行 »
<video width="320" height="240" controls> <source src="/examples/movie.mp4" type="video/mp4"> <source src="/examples/movie.ogg" type="video/ogg"> <object data="/examples/movie.mp4" width="320" height="240"> <embed src="movie.swf" width="320" height="240"> </object> </video>
运行结果:
点击运行 »