Use HTTPService instead of URLLoader.
All of the RPC data services return an AsyncToken from their send() or operation invocation. You can create a property on that AsyncToken object to hold any info you want about the sending condition, even a handler function. Search the archives, the docs for AsyncToken, ACT, even "closure". Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Feher Sent: Tuesday, December 19, 2006 2:22 PM To: [email protected] Subject: [flexcoders] Loading multiple XMLs in parallel with URLLoader Hi All, I'm loading a number of XMLs in parallel and would like to know the context in which the loading started. In my case there's some dependency between the information contained in these XMLs and the results of processing a certain XML will be stored based on the information that triggered its loading. Is there a way to "pass" the original context to the handler?! Regards, Sebastian

