| Register child loaded via the Expanding Component. | theoremC | 12/01/10 15:49 | Hi All, I am trying to call a function inside my child panel that gets loaded via the expanding component. I would like to be able to do this with using a StudioLoader. I found this info, but it is only the V1 components: http://support.google.com/ri |
| Re: Register child loaded via the Expanding Component. | Flashdev | 12/03/28 6:16 | Were you able to figure this out? I too am looking to reference functions in my child swf from the parent. |
| Re: Register child loaded via the Expanding Component. | castillom | 12/03/30 10:44 | Hi theoremC, You can call functions inside the child once it's loaded in the parent, using AS3 V2 components, by using the following code: import flash.display.MovieClip; function registerChild(ev:StudioEvent):void { (mc_loader.getChildAt(0) |