PDA

View Full Version : Flash stays on top of my my lightbox


cody1234
8-24-09, 03:27 PM
Hey everyone,

Not sure if this can even be done, but i have a flash header on a homepage of a site I am making. but I am trying to use a light box on the same page. When the lightbox comes up, the flash stays on top and over top of the image/box. Is there any way to have the flash not do this???

Here is a rough sample of the page. http://www.icongraphics.com/Website%2009%20Wide/
Click on where it says: "Grouped Photo 1" at the bottom of the body box to see my problem. Any ideas would be greatly appreciated.

Thanks,

YvetteKuhns
8-24-09, 03:37 PM
We discussed this in another thread.

Use <param name="wmode" value="opaque"> and add wmode="opaque" attribute to embed tag.

cody1234
8-24-09, 04:15 PM
We discussed this in another thread.

Use <param name="wmode" value="opaque"> and add wmode="opaque" attribute to embed tag.

Awesome! it worked, thank you!

YvetteKuhns
8-24-09, 05:05 PM
I experienced a similar problem a while ago with a css menu and recently another PowWeb customer asked the same question. Glad it is an easy fix.