Log in

View Full Version : Resolved Flash movie should be in background



shivu
03-31-2009, 11:02 AM
I have 3 column web page designed as..
Leftside: Dynamic vertical menu(pop-out's submenu on mouseover)
Center: Flash movie
Right side: GIf images, scrolings

when on mouseover of menu bar, the poped-out submenu goes behing the flash movie, which has to come on foreground of the flash movie..
pls do the needful

thanks
shiva prasad

Lpe04
03-31-2009, 01:32 PM
Have you tried Z-index properties? http://www.w3schools.com/Css/pr_pos_z-index.asp

Cheers

Snookerman
03-31-2009, 03:06 PM
Add this parameter to the object tag:

<param name="wmode" value="transparent">
and this to the embed tag:

wmode="transparent"

Good luck!

shivu
04-01-2009, 07:38 AM
Add this parameter to the object tag:

<param name="wmode" value="transparent">
and this to the embed tag:

wmode="transparent"

Good luck!

Hi Snookerman.. :)
Thanks for giving solution for my problem.. now its working fine..

shivu
04-01-2009, 07:40 AM
Have you tried Z-index properties? http://www.w3schools.com/Css/pr_pos_z-index.asp

Cheers

thanks for the reply.. :)

Snookerman
04-01-2009, 01:10 PM
You're welcome, glad to help!

Good luck with your site!

damonpla
04-06-2009, 06:23 PM
Greetings! First time poster here.

I just downloaded the Chrome Menu Bar and have customized the colors to work with the page I am developing for a friend.

In IE, the menu pops in front of the flash, but will not in Firefox. I would greatly appreciate some assistance as to why "wmode" doesn't work in FF.

Here is the sample page:

http://kimklabe.com/index3.htm

I have tried putting the flash in a div then applying a css rule stating z-index to "0", otherwise, I just use the "wmode" parameters.

Thanks in advance, please let me know if you need any other coding pasted.

Be well, :)

damonpla

Snookerman
04-06-2009, 07:34 PM
Works fine for me in Fx3.0.8, try refreshing your browser.

damonpla
04-06-2009, 07:55 PM
lol, well when you showed what version you were running I thought, "hey now..." and checked my version. It was 2.0. Updated to 3 and it works like a charm. I guess those people who don't update their browser (me) won't see it work.

Thanks for your time Snookerman! :)

Snookerman
04-06-2009, 08:07 PM
You're welcome, glad to help!

Good luck with your site!