var url = navigateToURL (new URLRequest(infoData.link));
//show link private function showLink():void { var url:String = infoData.link; var window:String = "_blank"; var features:String = "toolbar=no,location=no,resizable=no,directori es=n o,status=no,scrollbars=no,copyhistory=no,width=450 ,height=360"; var WINDOW_OPEN_FUNCTION:String = "window.open"; ExternalInterface.call( WINDOW_OPEN_FUNCTION, url, window, features ); }
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.