在Firefox中我无法打开视频标签

时间:2012-04-03 06:41:31

标签: html5 video

<!DOCTYPE HTML>
<html>
<body>
<video width="320" height="240" controls="controls">
<source src="tutorial.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</body>
</html> 

这个tutorial.mps存储在同一个文件夹中但是我无法打开那个视频我得到了那个句子你的浏览器不支持视频标签。

1 个答案:

答案 0 :(得分:1)

请参阅此链接了解media format browser compatibility。 firefox还不支持mp4。转换文件,例如到ogg并添加额外的source - 代码。