<!DOCTYPE html>
<html>
<body>
<p>按下播放按键。</p>
<video controls width="320" height="176" onplay="alert('视频已经开始播放')">
<source src="/statics/demosource/mov_bbb.mp4" type="video/mp4">
<source src="/statics/demosource/mov_bbb.ogg" type="video/ogg">
您的浏览器不支持 HTML5 video 标签。
</video>
</body>
</html>