mfalomir
09-23-2008, 07:45 PM
Hi, I have a question regarding the stage property of a DisplayObject. As far as I understand, that property is null if a DisplayObject has not been added to the display list...right ? So, I have swfA serving as a prealoder of other SWFs, the I load swfB, after is completely loaded I add it to the display list:
addChild(loader) or addChild( loader.content )
and if I trace( stage ) inside the loaded swf is null ... why ? I know that is inside a loader object..but still, isn't supposed to work ?
Thanks in advanced...
addChild(loader) or addChild( loader.content )
and if I trace( stage ) inside the loaded swf is null ... why ? I know that is inside a loader object..but still, isn't supposed to work ?
Thanks in advanced...