我有最新的 FF,我正在尝试使用视频标签嵌入视频。我用 test.html 将文件保存在我的桌面上,我的视频也在桌面上这是我正在使用的代码
<!DOCTYPE html>
<html>
<body>
<video controls>
<source src="Wildlife.wmv">
Your browser doesn't support video, you may download the
</video>
</body>
</html>
我收到一个错误No video with supported format and MIME type found.
知道可能是什么问题吗?