Solved! Go to Solution.
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"); }
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"); }