Hi all, basically i have index.swf & content.swf.
in content.swf
to access launcher_mc, you need **bg_mc.launcher_mc
*in index.swf
***I used a MovieClipLoader to load in content.swf (external swf), targeted at [COLOR=Red]content_mc[/COLOR]
because I need to use a preloader.
The problem is when loaded in using MovieClipLoader, I can’t access launcher_mc.
I’ve tried
- _level0.[COLOR=Red]content_mc[/COLOR].bg_mc.launcher_mc but returns me undefined
- Did a [COLOR=Blue]trace[/COLOR] for launcher_mc.getDepth( ), then getInstanceByDepth( ) but returns undefined
- reversed approach & went inside content.swf, played ard with [COLOR=Blue]_parent [COLOR=Black]methods but still can’t get things going.
[/COLOR][/COLOR] I never did the one below, but is there any difference if I do this dynamically? e.g.[INDENT]*this.createEmptyMovieClip(“my_mc”, 1)
*my_mc.loadMovie(“content.swf”)
[/INDENT][COLOR=Blue][COLOR=Black] Any help & suggestions appreciated.
Thanks.
[/COLOR][/COLOR]