----- Original Message ----- From: "Glen Pike" <[EMAIL PROTECTED]> To: "[email protected] >> Flashcoders mailing list" <[email protected]>
Sent: Monday, November 03, 2008 10:13 PM
Subject: [Flashcoders] Flash Authortime vs Runtime children


snip

The problem I have run into is that when I instanciate an AppScreen symbol from my library - it's not on stage - and add it to the stage I handle the ADDED_TO_STAGE event for wiring the components up. All my component instances trace out as null at this point, so I am left scratching my head wondering when they might be added to the display list...

I'd really like to see how you are trying to access the the component instances. Instanciating the symbols alone won't add them to the stage (addChild does that), so do you ever receive the event? If you do you should be able to find the component from the event payload.

If you can write a tiny snippet of code to show how you attempt to load and access your components, then I'm sure we'd find the problem straight away.

Paul
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to