var browserUrl:String = ExternalInterface.call("window.location.href.toString"); var urlArray:Array = browserUrl.split("?") var locatefURL:String = urlArray[1]; singleAddressTextItem.text = locatefURL;
var exTimer:Timer = new Timer(1000, 1); exTimer.addEventListener(TimerEvent.TIMER_COMPLETE, onTimerComplete); exTimer.start(); public function onTimerComplete(event:TimerEvent):void { locateIfAddressFieldInputValid(); }
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.