显然我的 HTML 页面有问题,或者 chrome 中存在错误。(我严重怀疑后者)但是它确实可以在 FF 18 和 Safari 602 中播放
我的页面如下所示,
404.php
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>chrisrjones.com - 404 - File Not Found</title>
<body>
Nope.
<br />
<!-- first try HTML5 playback: if serving as XML, expand `controls` to `controls="controls"` and autoplay likewise -->
<!-- warning: playback does not work on iPad/iPhone if you include the poster attribute! fixed in iOS4 -->
<video width="274" height="256" autoplay>
<!-- MP4 must be first for iPad! -->
<source src="../files/ahah-mp4-2.mov" type="video/mp4">
<source src="../files/ahah.webm" type="video/webm"> <!-- Chrome10+, Ffx4+, Opera10.6+ -->
<source src="../files/ahah.ogv" type="video/ogv"> <!-- Firefox3.6+ / Opera 10.5+ -->
Your browser does not support the video tag.
<!-- fallback to Flash: -->
<!-- source: http://helpx.adobe.com/flash/kb/object-tag-syntax-flash-professional.html -->
</video>
</body>
</html>