Closed Thread Icon

Topic awaiting preservation: Flash movie behind dhtml layer? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8286" title="Pages that link to Topic awaiting preservation: Flash movie behind dhtml layer? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Flash movie behind dhtml layer? <span class="small">(Page 1 of 1)</span>\

 
slim___shady
Nervous Wreck (II) Inmate

From: canada
Insane since: Aug 2002

posted posted 08-28-2002 06:05

how can i get a flash movie behind a dhtml layer? The Flash movie always shows up in front of any dhtml layer. i tried z-index and iframes but neither works. Anyone have anything - links, code, whatever ?

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 08-28-2002 06:44

Embeded objects will always display on top.



.:[ Never resist a perfect moment ]:.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 08-28-2002 11:05

More about this subject: http://webreference.com/dhtml/diner/seethru/


poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 08-28-2002 12:12

the only way I see to do that is to put the thing you wish to see above the Flash in an IFRAME.
I never tried ( 'coz I don't really care about Flash ) so I'm not 100% sure of that.

But if it doesn't work, then I think the ultimate way is to put your Flash in an IFRAME and your dhtml in another IFRAME.
Hope that helps.


Mathieu "POÏ" HENRI

Hugh
Paranoid (IV) Inmate

From: Dublin, Ireland
Insane since: Jul 2000

posted posted 08-29-2002 17:14

POI , thats not a bad idea, not bad at all.

I had the same problem: http://www.ozoneasylum.com/Forum2/HTML/001746.html


poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 08-30-2002 22:14

slim___shady: did you reached to have your dhtml layer going above a Flash movie ?
Hugh: thanks.

Mathieu "POÏ" HENRI

slim___shady
Nervous Wreck (II) Inmate

From: canada
Insane since: Aug 2002

posted posted 09-06-2002 04:47

nah, still lookin'

emptyfill
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2003

posted posted 02-17-2003 06:21

Go in flash put your movie in mode transparent when you export it. In your publish setting.
go in Dreamweaver and in the parameter writte :"wmode" and on value writte :"transparent".
your problem gonna be fix but you have a transparent background depend what you need.



Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 02-17-2003 07:54

wtf did he just say?

Steve
Maniac (V) Inmate

From: Boston, MA, USA
Insane since: Apr 2000

posted posted 02-17-2003 18:08

hey - for what it's worth, Apple's Safari beta did NOT have a see-through problem with the webreference example Mr. Max posted. IE5 Mac did, but not Safari.

Interesting ...

sukerman
Nervous Wreck (II) Inmate

From: BATH, UK
Insane since: Jun 2003

posted posted 06-23-2003 16:22

This works, the wmode thing is the answer in the embed tag.

<OBJECT
classid='clsid 27CDB6E-AE6D-11cf-96B8-444553540000'>
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0'>
<param name='wmode' value='transparent'>
<PARAM name='Movie' value='test.swf'>
<PARAM name='loop' value='false'>
<EMBED src='test.swf'
pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' LOOP=FALSE>
</EMBED>
</OBJECT>

« BackwardsOnwards »

Show Forum Drop Down Menu