YellowSnow
07-08-2003, 09:55 AM
i am using dreamweaver + my own coding to make a web site::
anyway, dreamweaver displays the code for including the flash button::
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="105" height="21">
<param name="BASE" value=".">
<param name=movie value="test.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#F6E26E">
<embed src="test.html" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="105" height="21" bgcolor="#F6E26E" base=".">
</embed>
</object>
:: i want to change the target to my iframe (which dreamweaver does not recognise).. where can i change that??! and what is part of that code is the link?
anyway, dreamweaver displays the code for including the flash button::
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="105" height="21">
<param name="BASE" value=".">
<param name=movie value="test.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#F6E26E">
<embed src="test.html" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="105" height="21" bgcolor="#F6E26E" base=".">
</embed>
</object>
:: i want to change the target to my iframe (which dreamweaver does not recognise).. where can i change that??! and what is part of that code is the link?