Question

I am running a Wordpress-based website which has a SWF ad banner in the sidebar. At the same time, I'm using Lightbox for displaying the images and dimming the rest of the content. However, the SWF banner remains, so to speak, at the same layer as the lightbox popup and is not dimmed.

What properties should I set for said banner if I want it to play nicely with the lightbox effect?

Thanks!

Was it helpful?

Solution

If you see wmode="transparent" in your embed code change it to wmode="opaque" this will resolve the overlapping of swf object.

Here is some weak adobe documentation on different flash 9 wmode settings.

A note of caution on wmode transparent is here in the adobe bug trac.

And new for flash 10, are two new wmodes: gpu and direct. Please refer to Adobe Knowledge Base about wmode.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top