代码编辑器:
x
1
<video width="320" height="240" controls>
2
<source src="/static/i/html/html_video_1.mp4" type="video/mp4">
3
<source src="/static/i/html/html_video_1.ogg" type="video/ogg">
4
<source src="/static/i/html/html_video_1.webm" type="video/webm">
5
<object data="/static/i/html/html_video_1.mp4" width="320" height="240">
6
<embed src="/static/i/html/html_video_1.swf" width="320" height="240">
7
</object>
8
</video>
9