External SWFs scoping. Need help!

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

  1. _level0.[COLOR=Red]content_mc[/COLOR].bg_mc.launcher_mc but returns me undefined
  2. Did a [COLOR=Blue]trace[/COLOR] for launcher_mc.getDepth( ), then getInstanceByDepth( ) but returns undefined
  3. 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]