RE: [flexcoders] Re: ModuleLoader.child is null

2011-11-04 Thread Philip Smith
ready... To: flexcoders@yahoogroups.com From: valdhorli...@embarqmail.com Date: Fri, 4 Nov 2011 16:10:22 + Subject: [flexcoders] Re: ModuleLoader.child is null In your module code I don't see where it implements

RE: [flexcoders] Re: ModuleLoader.child is null

2011-11-03 Thread Philip Smith
here though. I get the same problem using mx and spark ModuleLoader. So unless someone can spot the problem, I'm going to use SWFLoader... To: flexcoders@yahoogroups.com From: timh...@aol.com Date: Thu, 3 Nov 2011 18:35:10 + Subject: [flexcoders] Re: ModuleLoader.child is null

RE: [flexcoders] Re: ModuleLoader.child is null

2011-11-03 Thread Philip Smith
... To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Thu, 3 Nov 2011 19:36:57 + Subject: RE: [flexcoders] Re: ModuleLoader.child is null Perhaps you're getting an error on load; probably due to the path. Try adding

RE: [flexcoders] Re: ModuleLoader.child is null

2011-11-03 Thread Merrill, Jason
: [flexcoders] Re: ModuleLoader.child is null The module loads fine in a simple testbed, but in this particular larger application context, fails (and it's time consuming/costly debugging, when by all extents and purposes, it should work). In the end, I can achieve a similar result

Re: [flexcoders] Re: ModuleLoader.child is null

2011-11-03 Thread Alex Harui
... To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Thu, 3 Nov 2011 19:36:57 + Subject: RE: [flexcoders] Re: ModuleLoader.child is null Perhaps you're getting an error on load; probably due to the path. Try adding an event listener for ModuleEvent.ERROR. The ModuleEvent.READY listener