How to get an url in a blank window in a flash CS4 action script

Need a Website? Contact Us Now!

This entry is part 25 of 32 in the series Flash CS4 Tutorials

You will have to create an button by pressing F8 and put the action script in the actions frame.

on (release) {
getURL(“http://www.bestwebdesignz.com”,”_blank”);
}

Run movie clip and test it, when you click on the button you will be directed to the website described in the getURL function ie; bestwebdesignz.com which opens in a blank window.

Series Navigation«How to create a pop up window in flash CS4 using javascriptHow to get an url in a blank window in an xml file»
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • E-mail this story to a friend!
  • LinkedIn
  • MySpace
  • StumbleUpon
  • Technorati

Posted in Flash CS4 Tutorial | No Comments »

Post a Comment