External .swf that's in another external swf. hmmmm

ello :sketchy:

ok… here’s what im trying to do…

i have this .exe which calls out an external .swf (which is also the main movie since the .exe is just to make it fullscreen and stuff like that)

now… in my external .swf, i want to call out another .swf into that movie…

ok… the .exe is called big.exe. the 1st external .swf is called content.swf. the second one is called misc.swf . i want to put that misc.swf into content.swf… does anyone know the code for that??

ive tried using

_root.content.createEmptyMovieClip(“misci”, 1);
_root.content.loadMovie(“misc.swf”, “misci”);
_root.content.misci._x = 200 ;
_root.content.misci._y = 60 ;

and

_parent.createEmptyMovieClip(“misci”, 1);
_parent.loadMovie(“misc.swf”, “misci”);
_parent.misci._x = 200 ;
_parent.misci._y = 60 ;

none of em work !!! i guess its coz they’re wrong… hehe :stuck_out_tongue: can any of you guys help out? … please?
:flower: