View Full Version : flash button links code


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?

Marianne
07-08-2003, 10:28 AM
That question has been asked before, but nobody ever gave a clear answer. I don't know either, perhaps actionscript.org has something you could use?

YellowSnow
07-09-2003, 01:37 PM
ouch ^^
thats a blow to using flash buttons...

i looked/searched in google etc,. but there isn't much relating to it... thats odd tho, as flash buttons arent exactly scarcely used...

bigoranget
07-22-2003, 04:18 AM
From what you are saying you want your flash button to target an iframe?

Very simple to do, in the get URL section type in the following

URL: the url you want to targel
Window: the name of the frame you want to target
Variables: Don't send (you dont need to touch the third box)

Im assuming that you know how to use the get URL funtion in Flash.

You cannot put a link tag around a flash button, it will not funtion properly. You must add the link in flash program.