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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
can you turn a button in flash into a link to a website or something.. If you can, how do you?
 
right click on the button then click actions then write this script:

Code:
on (release) {
	getURL ("[i]path[/i]", "[i]_self[/i]");
}[\code]

take note:

[i]path[/i] means the page wher u want to link it

and 

[i]_self[/i] means the window where the page will be shown.

by the way this syntax is for flash 5, for flash 4 is it something similar!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top