【发布时间】:2011-11-21 14:26:49
【问题描述】:
我尝试在网站上添加video 标签,但遇到了问题。
该视频在 Chrome 中播放良好,但在 Firefox 中播放效果不佳,即使 URL 正确。
<video src="http://127.0.0.1/st_martin/index.php/fre/content/download/89/643/file/test-video.mp4" width="640" height="266" poster="/st_martin/var/ezwebin_site/storage/images/les-partenaires/l-auberge-gourmande/video-1/764-5-fre-FR/Video-1_large.png" controls>
Your browser does not support the <code>video</code> element.
</video>
还有令人头疼的事情:当我在 Firefox 中复制/粘贴文件 URL 时,它可以毫无问题地播放视频。
使用嵌入视频播放器会导致无休止的加载动画。
【问题讨论】:
标签: html firefox video html5-video