vote up 2 vote down star

I have a problem with a flash object placing itself on top over everything in IE6 and IE7.

Firefox renders the page correctly.

I bet somebody else has had this problem and found some kinda solution to it.

flag

2 Answers

vote up 5 vote down check

Because Flash runs inside an ActiveX control in IE browsers, it doens't follow the stack rules since ActiveX controls are always rendered on to of normal HTML content (except for drop down, annoyingly).

There is a workaround though to force Flash to obey, set the wmode="transparent" in your object tag, and optionally the embedded tag too.

link|flag
Worked perfectly when i added a <param name="wmode" value="transparent"/> – 3cho Jan 21 at 16:01
vote up 0 vote down

wmode=transparent is the way to go.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.