> What should I be looking for? I have no idea without some code or reading the literal text of the error. Is this '*.as' associated with the 'Splash.swf' you are loading?
Going back to the preloader, I noticed that, in the code you posted at the beginning of this thread, you do not have 'addChild(l)' anywhere. This omission could very well be the cause of a null reference error. Try that. If that doesn't work then I guess you have more digging to do. Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net > -----Original Message----- > From: [email protected] [mailto:flashcoders- > [email protected]] On Behalf Of Victor Subervi > Sent: Thursday, February 25, 2010 1:37 PM > To: Flash Coders List > Subject: Re: [Flashcoders] Error 1009 > > On Thu, Feb 25, 2010 at 10:46 AM, Keith Reinfeld > <[email protected]>wrote: > > > > > > > Yes, except instead of referencing a problem with the preloader, it > > > references a problem with the *.as that will load after the > preloader. > > > > > > > I think you need to examine '*.as' then. > > > > Yeah, that's what I thought too. That file executes without error by > itself. > What should I be looking for? > TIA, > V > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.733 / Virus Database: 271.1.1/2709 - Release Date: > 02/25/10 01:34:00 _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

