使用 swfobject 时,swf 文件忽略 z-index

发布于 2024-12-09 15:32:56 字数 139 浏览 0 评论 0原文

我遇到这个问题,如果我使用 SWFObject 附加 swf 文件,它会忽略我的 z-index css 规则。我尝试设置父容器、swf 文件及其周围的所有内容;似乎没有什么对我有用。有没有人遇到过这个问题并且可以给我一些有用的建议?

谢谢, 凯尔

I have this issue where if I append a swf file using SWFObject, it ignores my css rules for z-index. I have tried to set the parent container, the swf file, and everything around it; nothing seems to work for me. Has anyone ran into this issue and could give me some helpful advice?

Thanks,
Kyle

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

第几種人 2024-12-16 15:32:56

确保您使用“透明”wmode。

var params = {};
params.wmode = "transparent"; 
swfobject.embedSWF("file.swf", "id_name", "100", "100", "10.0.0",false,false,params);

Make sure your using "transparent" wmode.

var params = {};
params.wmode = "transparent"; 
swfobject.embedSWF("file.swf", "id_name", "100", "100", "10.0.0",false,false,params);
尝蛊 2024-12-16 15:32:56

Z-index 被 Flash Player 忽略,您无法控制它。以下是带有示例的快速概述

Z-index is ignored by Flash Player, you can't control it. Here's a quick overview with examples.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文