[flexcoders] Detecting loader.close()

2009-10-05 Thread Aaron Hardy
Hey all, I have a Loader instance, I call the load() method, and then sometime thereafter but before the loading is complete I call the close() method. Is there any sort of event I can watch that will tell me the loader has been closed? As a very simple test, I tried the following but it never

RE: [flexcoders] Detecting loader.close()

2009-10-05 Thread Alex Harui
05, 2009 8:53 AM To: flexcoders Subject: [flexcoders] Detecting loader.close() Hey all, I have a Loader instance, I call the load() method, and then sometime thereafter but before the loading is complete I call the close() method. Is there any sort of event I can watch that will tell me