I have a problem with the Flex module. I want to access the url variables this.loaderInfo.url, I call the function in the createionComplete module handler, and sometimes it works, and sometimes not. (Unable to access ... null). Any suggestions?
This function is called in the makeComplete module handler. And although it gives an error window, a warning with url shows and contains the module url.
private function checkModuleUrl():void { var url:String = this.loaderInfo.url; Alert.show(url); }
user269474
source share