我在通过Flash展示AJAX Control Toolkit ModalPopupExtender
时遇到了问题。当弹出窗口弹出时,它会被闪存重叠(它在IE 8中给我提问,它在Firefox中工作正常)。
有人可以告诉我如何摆脱这种情况吗?
答案 0 :(得分:1)
检查flash标签的参数“wmode”是否设置为“transparent”。如果缺少此参数,请添加参数。
答案 1 :(得分:0)
在Flash中添加wmode transparent
参数。如果不了解您如何嵌入Flash,则很难提供准确的代码。
答案 2 :(得分:0)
你需要的是将“wmode”设置为“不透明”(不要使用“透明”,除非你真的需要它!)嵌入和对象标签。
在此处查看更多信息:http://kb2.adobe.com/cps/127/tn_12701.html
但请确保使用它并确实需要它。看看这个Tinic Uro帖子:http://www.kaourantin.net/2010/02/core-animation.html