all groups > macromedia flash sitedesign > january 2007 >
You're in the

macromedia flash sitedesign

group:

Z-Index Layers


Z-Index Layers rowby
1/28/2007 11:14:50 PM
macromedia flash sitedesign:
HI

I have a flash movie and I need to cover a portion of it with a HTML Layer
(specifically using Dreamweaver layers.

I have tried adjusting the Z-Index, but the Flash movie always ends up on top
of the layer.

How do I force Flash NOT to be the top layer?

Thanks


Rowby
Re: Z-Index Layers Marghoob Sulemaan
1/29/2007 4:54:14 AM
you can add following element in between <Object>...</Object> tag in html.

<Object ..............>
<param name="wmode" value="transparent" />
...
....
....
Re: Z-Index Layers ggshow
1/29/2007 1:27:47 PM
Marghoob Sulemaan>
to avoid flash users ask about the white border, click to activate, active
content problem on MSIE, i suggest we start answer question based on
AC_FL_RunContent script.

AC_FL_RunContent(
'codebase',
'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,
0,0,0',
...
...
'wmode', 'transparent',
...
...
);
Re: Z-Index Layers Newt99
1/31/2007 1:21:09 PM
Marghoob Sulemaan is right. But only use the transparent wmode if you need
transparency (like rounded borders or see through) as it is more CPU intensive.
Otherwise, use the opaque wmode if you only want to display layers on top of
Flash (check adobe.com HTML source on any page with Flash).

If you still have problems (namely, with IE6), you can put the SWF in a
container layer then hide it (visibility: hidden) at the beginning then show it
after a short while (visibility: visible).

Best regards,
Karl Sigiscar.

Re: Z-Index Layers rowby
1/31/2007 1:37:33 PM
Thanks Karl,

Those additonal tips will go into my flash bag-O-tricks.

Rowby

AddThis Social Bookmark Button