我遇到了一个问题,其中:mp4,.webM和.ogg无法在Firefox中运行,特别是在Mac的OSX上...而且仅在Firefox中,在Windows计算机上查看我的页面时Firefox,但它完美无缺..
http://www.w3schools.com/html/html5_video.asp
这个网站说Firefox支持所有这三个:mp4,webM和ogg ..请问为什么它没有特定地放在Mac的OSX上?
修复 - 轻微的拼写错误是问题
HTML:
<video preload="auto" type="video/mp4" height="500" width="880" id="video">
<source src="fragmenten/binnenkomst.mp4" type="video/mp4">
<source src="fragmenten/binnenkomst.webm" type="video/webm"> </source>
Your browser does not support the video element.
</video>
但是,当我在浏览器中拖动视频时,它确实有用吗?它刚从我的网站上玩过?