html - Overflow hidden and Flash content in IE 8 -
I am creating a Flash Banner ad appearing on a client's site. When the user reaches the ad, the expansion of the flash movie increases the height and width of the flash object.
The problem is that the client is using overflow: is hidden on your site, and my banner ad is contained within a div which is styled with overflow: hidden.
When Flash Movie Extends, it is cut. This is only in IE 8, all other browsers (at least IE 7 and FF) do not clip the flash movie. I tried to explicitly try using wmode = window, but nothing seems like IE 8 standards and is doing the right thing, but I need it to work!
Any ideas on the way to extend flash content from the device without changing the styles (what will happen if I change the overflow: hidden style on the customer's site).
Thank you!
To distinguish the style of the banner from the rest of the site, you can use it in an iframe of a 0 pixel range The trick is that the iframe is large enough to accommodate the expanding flash object.
Comments
Post a Comment