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"); }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.