|
|||||||
| Tutorials:flash:actionscript:web_link | ||||
Web LinkBy Roman Clock–Compatable: All– 1. Create a button (select the option BUTTON when creating a movieclip) 2. Open the buttons’ action panel and use these codes to construct your script: on(release){ --OR-- on(press){
getURL("http://www.yourSite.com","choose ONE of the following four (4) options");
}
"_blank" will open the site in a new window
"_self" will open the site in the window with the movie
"_parent" will open the site in window where the movie was opened from
"_top" will open the site on the top part of the window the movie is in
3. You are finished! Test it to make sure, if there are any problems notifiy me: kul_dg@yahoo.com. You can click HERE to go back.
|