vote up 0 vote down star

How should one go about placing a flash movie beneath a dhtml menu?

On the following page: http://bit.ly/aZai8 , the flash movie appears on top of the dhtml drop down menus in Internet Explorer. This does not seem to be an issue in more civilized browsers.

flag

3 Answers

vote up -1 vote down

and add z-index to menu and swf object :)

link|flag
1  
z-index does not work for embedded windows like flash, it always will float on top of the viewport. wmode on the object needs to be set to opaque or transparent in order for it to be embedded truly inline. – Chad Ruppert Oct 13 at 19:28
You are wrong. If you set wmode to transparent or opaque you can change its layer index by setting z-index value. You can chose a swf object that will be on top (if many swf-s) or object/layer. I used this method in 3 commercial projects. – Konrad Oct 14 at 9:59
vote up 0 vote down

Add

<param name="wmode" value="transparent">

inside the flash object tag and add the wmode="transparent" attribute to the embed tag inside it.

link|flag
Duplicate of my answer. – Zoidberg Oct 13 at 19:41
vote up 0 vote down

In the embed code, set the wmode to transparent.

http://www.flashvista.com/details/item/1471/

link|flag

Your Answer

Get an OpenID
or

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