Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Site Design / January 2007



Tip: Looking for answers? Try searching our database.

Z-Index Layers

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rowby - 28 Jan 2007 23:14 GMT
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
Marghoob Sulemaan - 29 Jan 2007 04:54 GMT
you can add following element in between <Object>...</Object> tag in html.

<Object ..............>
<param name="wmode" value="transparent" />
..
...
...
</Object>
ggshow - 29 Jan 2007 13:27 GMT
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',
...
...
);
Newt99 - 31 Jan 2007 13:21 GMT
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.
rowby - 31 Jan 2007 13:37 GMT
Thanks Karl,

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

Rowby
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.