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:

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

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:

Re: [Flashcoders] Flash controling Z with div layers

2007-03-28 Thread Paul V.
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

RE: [Flashcoders] Flash controling Z with div layers

2007-03-28 Thread Holth, Daniel C.
: [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