flynturtle
Technical User
My Web site has frames, left and right. I made flash buttons in dreamweaver, the buttons will go in the left frame. I want my buttons to target my right frame.
How do I do this? Is there a tag I can add to the code? If there is, where exactly can I put it.
All I saw as far as targeting was: parent, top, blank and self. Im not an expert on web design...Im new, so they made no sense to me.
I made the buttons in Dreamweaver4.
Please help...this is driving me nuts!
This is the code it gave me without any targeting:
How do I do this? Is there a tag I can add to the code? If there is, where exactly can I put it.
All I saw as far as targeting was: parent, top, blank and self. Im not an expert on web design...Im new, so they made no sense to me.
I made the buttons in Dreamweaver4.
Please help...this is driving me nuts!
This is the code it gave me without any targeting:
Code:
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"[/URL] width="100" height="23">
<param name=movie value="button1.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#8B3F89">
<embed src="button1.swf" quality=high pluginspage="[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"[/URL] type="application/x-shockwave-flash" width="100" height="23" bgcolor="#8B3F89">
</embed>
</object></p>