<!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存储在同一个文件夹中但是我无法打开那个视频我得到了那个句子你的浏览器不支持视频标签。
答案 0 :(得分:1)
请参阅此链接了解media format browser compatibility。 firefox还不支持mp4
。转换文件,例如到ogg
并添加额外的source
- 代码。