[flexcoders] Re: Tempermental URLLoader.load()

2012-03-30 Thread nagaofthesea
Howdy Alex- Fired up Network Monitor. As I expected: nada! Too weird because the URLLoader is instantiated and waiting to go. What in the world could be going on? Regards, Naga --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Use a network monitor and see what is going on

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-30 Thread nagaofthesea
Howdy Alex and Everyone- I have _NO_ clue why this worked, but it did. I, a la Cairngorm technique, made a custom URLLoaderDelegate and corresponding IURLLoaderResponder. Encapsulated all the URLLoader code and its handlers of the LoadFeedCommand amd moved it out to the delegate and

[flexcoders] Re: Tempermental URLLoader.load()

2012-03-26 Thread nagaofthesea
Howdy Alex- Yes, everything works as expected when it does work including all the calls with the listeners. In the projects it does NOT work all fails silently!! What the heck could THAT be? -Naga --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Maybe you are adding

Re: [flexcoders] Re: Tempermental URLLoader.load()

2012-03-26 Thread Alex Harui
Use a network monitor and see what is going on underneath. On 3/25/12 11:49 PM, nagaofthesea nagaofthe...@yahoo.com wrote: Howdy Alex- Yes, everything works as expected when it does work including all the calls with the listeners. In the projects it does NOT work all fails silently!!