help with configManager.as
* configService_resultHandler private function (event: ResultEvent): void
**** {
******** try
******** {
************ / / parse main config configuration file to create data object
************ configdata configdata = new ();
************ var configXML: XML = XML (event.result);
************ configData.configXML = configXML;
I have a question regarding the value var configXML receiving the XML (event.result) that value is or where it gets?
that begins later assigned to another avariables