private var feats:String = "scrollbars=1,width=450,height=400,resizable=Yes,location=Yes,toolbar=No"; // settings for the popup weather window private function launch(urlRequest:String):void { ExternalInterface.call("window.open", urlRequest, "hms" , feats); }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.