Click to See Complete Forum and Search --> : disappearing foreground layer problem


ncarbone
01-01-2005, 11:30 AM
im an html newbie, using dreamweaver, previewing in both ie6 and safari...

i have my page set up so that there is a background layer which contains a flash movie of pictures fading in and out... i drew a layer on top which contains a logo. during preview, the logo is displayed above the background swf as it should be until the swf starts to animate, then the logo disappears. the logo re-appears when you click on it, but then disappears again when the flash continues to animate. any clue? maybe im doing something terribly wrong...


<body>
<div id="Layer1" style="position:absolute; left:0px; top:0px; width:1000px; height:750px; z-index:1">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1000" height="750">
<param name="movie" value="bg.swf">
<param name="quality" value="high">
<embed src="bg.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="750"></embed>
</object>
</div>
<div id="Layer2" style="position:absolute; left:276px; top:367px; width:500px; height:150px; z-index:3;"><img src="logo.gif" width="500" height="150"></div>

</body>



thanks a lot..

Nick
nfcarbone@gmail.com

FrozenDice
01-01-2005, 04:35 PM
Could you post a link if its up on the web. I would like to see how the logo dissapears.