Thursday, February 26, 2009

noots

Code to link outside flash movie. 


function onClick( event:MouseEvent):void
{  
var targetURL:URLRequest = new URLRequest ("http://www.google.com");
navigateToUrl(targetURL);
}


No comments:

Post a Comment