关于Flash影片的拖动控制问题?

发布于 2024-09-18 02:09:58 字数 227 浏览 9 评论 0原文

我使用 jquery 在页面周围拖动弹出控件,一切正常,但是当页面有 Flash 影片时,当将 z-index 设置为 100 时,弹出窗口也不会出现在 Flash 上。

有解决这个问题的办法吗???

$('.modalPopup').ready(function() {
$('.modalPopup').draggable({ zIndex: 2700 });
});

I'm using jquery to drag popup control around the page ,every things work fine but when the page has flash movie the popup doesn't appear over flash also when set z-index to 100 .

is there any work around this issue???

$('.modalPopup').ready(function() {
$('.modalPopup').draggable({ zIndex: 2700 });
});

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

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

发布评论

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

评论(1

夜无邪 2024-09-25 02:09:58

将此参数添加到您的 中:

<param name="wmode" value="transparent">

请注意,此解决方案存在一些问题(性能、处理命中区域等),但这可能会给您带来什么你需要。

查看这个方便的不同 WMODE 的演示

Add this param to your <object>:

<param name="wmode" value="transparent">

Be aware that there are some issues with this solution (performance, handling hit areas, etc), but this may give you what you need.

Check out this handy demonstration of different WMODEs.

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