I’d like to change order flash swf and popupwindow.
if the popupwindow opens . flash swf overlayed on popupwindow
how can I solve this problem.
I’ve found a solution about wmode.
but some blog said wmode is so danger.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
setting the
wmodetoopaqueortransparentis your only option to get it to respect the z-order of your html. this has some drawbacks as you’ve noticed, but it’s all a tradeoff, the other option is to rearrange your gui so this won’t happen.