Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. btn_one.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_2);
  2.  
  3. function fl_ClickToGoToWebPage_2(event:MouseEvent):void
  4. {
  5.     navigateToURL(new URLRequest("http://www.google.com"), "_blank");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement