rootlink.addEventListener(MouseEvent.MOUSE_DOWN, rootLinkFun);function rootLinkFun(evt:MouseEvent):void{var targetURL:URLRequest = new URLRequest(“http://www.prosoxi.gr”);navigateToURL(targetURL,”_blank”);}
Attention in classroom
rootlink.addEventListener(MouseEvent.MOUSE_DOWN, rootLinkFun);function rootLinkFun(evt:MouseEvent):void{var targetURL:URLRequest = new URLRequest(“http://www.prosoxi.gr”);navigateToURL(targetURL,”_blank”);}