[flexcoders] Adding clips to Parent clip

2008-04-21 Thread justSteve
I'm working on a preloader where I'll want to end up with a master clip that contains all children handled by the loader. public function completeHandler(event:Event):void { manager.add2ClipHolder(event.target as MovieClip); } If I don't use the 'as

RE: [flexcoders] Adding clips to Parent clip

2008-04-21 Thread Alex Harui
Maybe it isn't a clip. Call getQualifiedClassName to see what it is. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of justSteve Sent: Monday, April 21, 2008 6:04 AM To: flexcoders Subject: [flexcoders] Adding clips to Parent clip