private function showLink(event:MouseEvent):void { event.stopImmediatePropagation(); // don't dispatch QUERY_RESULT_CLICK since we don't want to zoom to feature //navigateToURL(new URLRequest(queryResultAttributes.link)); ExternalInterface.call("window.open", queryResultAttributes.link, "win", "height=200,width=300,toolbar=no,scrollbars=yes"); }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.