Google Chrome错误地显示Flash视频的z索引。
看看Firefox或Internet Explorer中的http://maxusglobal.com/。
现在让我们在Chrome中看看它。
页面顶部的大视频应该在其顶部有一个z索引的“预览”图像。在Firefox和Internet Explorer中可以,但在Google Chrome中不能。
这似乎不是WebKit的问题,而是一个明确的Chrome bug。
我已经尝试了所有的wmode,(不透明,窗口和透明),但这不能解决它。我还更改了Flash box的z索引,但它仍然不起作用。
发布于 2010-12-08 15:36:15
将wmode="transparent"添加到<embed>标记中。如下所示。
<embed wmode="transparent"
height="314" width="516"
type="application/x-shockwave-flash"
id="player"
name="page_player"
src="/swfs/player.swf"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=/attachments/files/u_t_o_N_1.mp4">如果不需要,则隐藏hello图像的div。
我希望这对你有帮助!
https://stackoverflow.com/questions/4313364
复制相似问题