Re: [flexcoders] Tempermental URLLoader.load()

2012-03-25 Thread claudiu ursica
From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Sunday, March 25, 2012 5:32 AM Subject: Re: [flexcoders] Tempermental URLLoader.load()   Maybe you are adding listeners to the wrong thing?  Because you should get those

[flexcoders] Tempermental URLLoader.load()

2012-03-24 Thread nagaofthesea
Howdy All- PROBLEM: Strange URLLoader.load() behavior: sometimes it works; sometimes it doesn't. Can't step through airglobal.swc to see what's wrong. DETAILS: I am using the latest SDK in several versions of an AIR project. The core code is identical across versions of the project. Most

Re: [flexcoders] Tempermental URLLoader.load()

2012-03-24 Thread Alex Harui
Maybe you are adding listeners to the wrong thing? Because you should get those events when it does work. On 3/24/12 4:00 PM, nagaofthesea nagaofthe...@yahoo.com wrote: Howdy All- PROBLEM: Strange URLLoader.load() behavior: sometimes it works; sometimes it doesn't. Can't step through