RE: [Flashcoders] Flash controling "Z" with div layers

2007-03-28 Thread Holth, Daniel C.

Just FYI, be careful when messing with Flash's wmode. My understanding is that 
if you switch it from its default, the Flash Player no longer does the 
rendering, and is instead done by the browser. This can lead to some 
unpredictable results and performance on various browsers and operating 
systems.  I've always been advised to not switch wmodes unless absolutely 
necessary (which has thus far been never).

- DC

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rákos Attila
Sent: Tuesday, March 27, 2007 7:40 PM
To: Patrick Lemiuex
Subject: Re: [Flashcoders] Flash controling "Z" with div layers


PL> Is it possible to make a flash.swf file appear behind other div
PL> layers I create.  In firefox, i have no problem however, in IE my 
PL> flash is popping in front of my DIV LAYER.

Use value "opaque" for the wmode parameter at the embedding.

  Attila

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

This e-mail and its attachments are intended only for the use of the 
addressee(s) and may contain privileged, confidential or proprietary 
information. If you are not the intended recipient, or the employee or agent 
responsible for delivering the message to the intended recipient, you are 
hereby notified that any dissemination, distribution, displaying, copying, or 
use of this information is strictly prohibited. If you have received this 
communication in error, please inform the sender immediately and delete and 
destroy any record of this message. Thank you.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash controling "Z" with div layers

2007-03-28 Thread Paul V.
Not sure if it will work at all, but what about if you try this, put your
swf in a div layer, and test  putting another flash swf overlapping that,
see how i.e likes it, that will let you know if it can be done.
If you get non erroneous results from that, (i.e it actually chooses a layer
and puts it on top) a cheat might work with a shim sized flash on which-ever
div layer you need it to be on, and then do your text or other content on
that layer as well.  To clarify, use a second swf, on the div you want on
the top, and simply put other content in with it. (btw - never tried this,
so, let me know if it works).

If that doesn't work, I usually get lucky after searching the forums
regarding browser issues, get specific in a google search, usually good
results.

Paul Vdst

- Original Message - 
From: "Steven Sacks | BLITZ" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, March 27, 2007 6:44 PM
Subject: RE: [Flashcoders] Flash controling "Z" with div layers


wmode=transparent might help. not sure.


BLITZ | Steven Sacks - 310-551-0200 x209


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Patrick Lemiuex
> Sent: Tuesday, March 27, 2007 4:57 PM
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] Flash controling "Z" with div layers
>
> Is it possible to make a flash.swf file appear behind other
> div layers I create.  In firefox, i have no problem however,
> in IE my flash is popping in front of my DIV LAYER.
>
> any stragery on this one?
>
>
> P
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Flash controling "Z" with div layers

2007-03-28 Thread Karim Beyrouti
1) Make sure that the DIV that contains your flash content uses:
position: absolute;

2) make sure that "wmode"="transparent" in your flash embed and object tag. 
( I used SWFObject, so.addParam("wmode", "transparent"); worked a
treat.

If it helps - I have a sample here:

http://www.kurst.co.uk/flashOverHTML/accessories.html


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Patrick
Lemiuex
Sent: 28 March 2007 00:57
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Flash controling "Z" with div layers

Is it possible to make a flash.swf file appear behind other div  
layers I create.  In firefox, i have no problem however, in IE my  
flash is popping in front of my DIV LAYER.

any stragery on this one?


P
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/736 - Release Date: 27/03/2007
16:38
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/736 - Release Date: 27/03/2007
16:38
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash controling "Z" with div layers

2007-03-28 Thread R�kos Attila

PL> Is it possible to make a flash.swf file appear behind other div
PL> layers I create.  In firefox, i have no problem however, in IE my  
PL> flash is popping in front of my DIV LAYER.

Use value "opaque" for the wmode parameter at the embedding.

  Attila

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Flash controling "Z" with div layers

2007-03-28 Thread Steven Sacks | BLITZ
wmode=transparent might help. not sure.


BLITZ | Steven Sacks - 310-551-0200 x209
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Patrick Lemiuex
> Sent: Tuesday, March 27, 2007 4:57 PM
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] Flash controling "Z" with div layers
> 
> Is it possible to make a flash.swf file appear behind other 
> div layers I create.  In firefox, i have no problem however, 
> in IE my flash is popping in front of my DIV LAYER.
> 
> any stragery on this one?
> 
> 
> P
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training 
> http://www.figleaf.com http://training.figleaf.com
> 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com