以下代碼展示使用HTML5播放視頻。效果請看:
http:///keleyi/phtml/html5/index.htm
<!DOCTYPE HTML>
<html>
<body>
<video width="320" height="240" controls="controls">
<source src="/keleyi/pmedia/movie.ogg" type="video/ogg">
<source src="/keleyi/pmedia/movie.mp4" type="video/mp4">
您的浏覽器不支持HTML5的video標簽,請使用新版本的Chrome或者火狐等浏覽器。
</video>
</body>
</html>
參考:http:///a/bjad/u52s70iv.htm