Go Back   The Clock Crew
Register FAQ Members List Search Today's Posts Mark Forums Read

Tutorials:flash:actionscript:web_link
Home   Backlinks   8 Views   Index   Random  
   

Web Link


By 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.





  • Need more help? Post your questions HERE!!!

 

Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.