0

I am facing the problem in showing AJAX Control Toolkit ModalPopupExtender over Flash. When popup comes out, it will overlap by flash (it's giving me problem in IE 8, it's working fine in Firefox).

Can anybody tell me how I will get out of this?

Josh Darnell
  • 11,304
  • 9
  • 38
  • 66
gofor.net
  • 4,218
  • 10
  • 43
  • 65

3 Answers3

1

Check whether flash tag has a parameter "wmode" set to "transparent". If this parameter is missing, add the parameter.

Kay
  • 702
  • 7
  • 16
0

Add a wmode transparent param to your Flash. Without know more about how you’re embedding your Flash it’s difficult to give precise code.

Robin Whittleton
  • 6,159
  • 4
  • 40
  • 67
0

What you need is to set "wmode" as "opaque" (don't use "transparent" unless you really need it!) in both embed and object tags.

See more info here: http://kb2.adobe.com/cps/127/tn_12701.html

But be sure what to use it for and that you really need it. Check out this Tinic Uro post: http://www.kaourantin.net/2010/02/core-animation.html

daniel.sedlacek
  • 8,129
  • 9
  • 46
  • 77