Devilcat
09-08-2008, 09:37 PM
Getting back in after a looong time.
I am trying to target a layer from a swf menu bar and cant rem how. Use to iframe embeds...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Welcome to Z Specialties!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
!<js codes for other junk>!
<body onLoad="MM_preloadImages('z specialties_pix/expand_nav_button.GIF')">
<table width="800" height="600" border="1" cellpadding="0" cellspacing="0" background="z specialties_pix/main_background.GIF">
<tr>
<td background="z specialties_pix/background_2.psd"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','Services','z specialties_pix/expand_nav_button.GIF',1)" onMouseOver="MM_nbGroup('over','Services','','',1)" onMouseOut="MM_nbGroup('out')"></a></td>
</tr>
</table>
<div id="Layer5">sdsdfsdf</div>
<div id="Layer4"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="122" height="195" id="CC4816137" align="middle">
<param name="movie" value="mymenu.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="mymenu.swf" quality="high" bgcolor="#ffffff" width="122" height="195"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>
<div id="Layer1">aa</div>
<div id="Layer2">aa</div>
<div id="Layer3">aa</div></td>
</tr>
</table>
</body>
</html>
I am trying to target a layer from a swf menu bar and cant rem how. Use to iframe embeds...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Welcome to Z Specialties!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
!<js codes for other junk>!
<body onLoad="MM_preloadImages('z specialties_pix/expand_nav_button.GIF')">
<table width="800" height="600" border="1" cellpadding="0" cellspacing="0" background="z specialties_pix/main_background.GIF">
<tr>
<td background="z specialties_pix/background_2.psd"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','Services','z specialties_pix/expand_nav_button.GIF',1)" onMouseOver="MM_nbGroup('over','Services','','',1)" onMouseOut="MM_nbGroup('out')"></a></td>
</tr>
</table>
<div id="Layer5">sdsdfsdf</div>
<div id="Layer4"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="122" height="195" id="CC4816137" align="middle">
<param name="movie" value="mymenu.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="mymenu.swf" quality="high" bgcolor="#ffffff" width="122" height="195"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>
<div id="Layer1">aa</div>
<div id="Layer2">aa</div>
<div id="Layer3">aa</div></td>
</tr>
</table>
</body>
</html>