On Sat, Jan 3, 2009 at 7:17 PM, Don Kerr <[email protected]> wrote: > The very first time my Flex app is opened in the browser, I get this error > > TypeError: Error #1009: Cannot access a property or method of a null object > reference. at > ModuleInfo/completeHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\m > x\modules\ModuleManager.as:717]
So it looks like contentLoaderInfo is null ... which is, like, impossible. What does event.target point to? You can check that with a breakpoint. It should be pointing to the contentLoaderInfo itself. Manish

