Hi, I am creating a flex application that has its UI elements and some basic data that are dependent upon a config.xml.
Loading the config.xml on application preinitialize/initialize/onComplete would not be appropriate as my application preloading would be complete and I still dont see any UI elements on the screen. Creating second preloader on initialize would not look that great. I am pretty sure we can load the XML in the preloader and delay/deffer the application instantiation. Just not sure how to go about it and what API's should I look for or where exactly should I use them. Appreciate a lead on how to go about it. Thank you, Varun Shetty

