visit_btn.addEventListener(MouseEvent.CLICK, visit);
function visit(e:MouseEvent):void {
var request:URLRequest=new URLRequest("http://www.thrillbilliestrailer.com");
navigateToURL(request, "_self");
}
Subscribe to:
Post Comments (Atom)
Very simple snippets that tell you just what you need to solve everyday ActionScript tasks.
No comments:
Post a Comment