Adobe Flash Player 设置面板显示在 div 后面
我无法单击弹出的 Adobe Flash Player 设置面板中的“允许”按钮,因为它的一半隐藏在 div 后面,使其“无法单击”。
我尝试在覆盖它的 div 上设置负 z 索引,并且还尝试为包含 Flash Player 设置面板的 div 提供正 z 索引。
有什么想法吗?
I am unable to click on "Allow" button in my Adobe Flash Player Settings panel that pop's up because half of it is hidden behind divs making it "unclickable".
I tried setting negative z-indices on the divs that are overlaying it and I also tried giving a prositive z-index to the div holding the Flash Player Settings panel.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要将 Flash 播放器的 wmode 参数设置为不透明。
You may need to set the wmode parameter for your flash player to opaque.
我认为您应该使用 swfObject2 进行嵌入。
I think you should use swfObject2 for embedding.