Jul 16, 2002 #1 mboyd ISP Jul 16, 2002 1 US i can't figure out how to add a url in a flash button, i've tried everything.....well almost
Jul 16, 2002 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA Right click the button on stage, and insert the following in the Actions window: on (press){ getURL("http://www.yahoo.com/", "_blank" } Regards, Upvote 0 Downvote
Right click the button on stage, and insert the following in the Actions window: on (press){ getURL("http://www.yahoo.com/", "_blank" } Regards,
Jul 16, 2002 #3 oldnewbie Technical User Dec 6, 2000 9,142 CA Darn TGML! Code: on (press){ getURL("[URL unfurl="true"]http://www.yahoo.com/",[/URL] "_blank"); } Regards, Upvote 0 Downvote
Darn TGML! Code: on (press){ getURL("[URL unfurl="true"]http://www.yahoo.com/",[/URL] "_blank"); } Regards,