English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have made a button in flash 8, but i do not know how to add the action code that when i click on it, it will go to the address that i want.
i have tried this "On release {
gotoURL("www.yourspace.com")
}
but i still get an error message from flash that the code is worng.
please help.
thanks

2006-10-22 08:45:06 · 1 answers · asked by watani@sbcglobal.net 1 in Computers & Internet Programming & Design

1 answers

Right click on the button u created > Actions
use this code
on (release) {
getURL("http://www.yourpage.com", "_blank");
}

u have to add the http:// at the start otherwise will not work .. as for the "_blank" .. it is optional .. to open the page in a new window. Good Luck
Salam

2006-10-22 15:04:51 · answer #1 · answered by KickBoxer 3 · 0 0

fedest.com, questions and answers