Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hyperlinking buttons

Status
Not open for further replies.

tuki2007

Technical User
Joined
Jul 29, 2007
Messages
1
how do I do this in Flash 8?
thanx in advance.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top