【发布时间】:2012-03-12 14:02:56
【问题描述】:
视频在每个浏览器中都可以正常播放,我使用标准的 3-codec 方法。在其他所有浏览器上,视频会故意“融化”到白色背景中,但在 Safari 中,视频会显示为灰色并破坏效果 - 有什么想法吗?
首页:http://www.mybloodfirst.com
简化测试页面:http://new.mybloodfirst.com/videotest.html
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Progress Monitor</title>
</head>
<body>
<div align=center>
<video preload="none" autoplay loop>
<source src="images/home-surgeon.webm" type='video/webm;' />
<source src="images/home-surgeon.ogv" type='video/ogg;' />
<source src="images/home-surgeon.mp4" type='video/mp4;' />
<img src="images/home-surgeon.jpg">
</video>
</div>
</body>
</html>
【问题讨论】:
-
通过订购源代码进行附加测试。new.mybloodfirst.com/videotest2.html