Jul 29, 2007 #1 tuki2007 Technical User Joined Jul 29, 2007 Messages 1 how do I do this in Flash 8? thanx in advance.
Jul 30, 2007 #2 bwilch Technical User Joined May 5, 2003 Messages 627 Location US Click on the button, hit F9 to bring up the actionscript area. You can either use the script wizard or type in: Code: on (release) { getURL("<URL>", "<TARGET, ie _self or _blank>"); } Don't put in the <>'s though Upvote 0 Downvote
Click on the button, hit F9 to bring up the actionscript area. You can either use the script wizard or type in: Code: on (release) { getURL("<URL>", "<TARGET, ie _self or _blank>"); } Don't put in the <>'s though