hi thanks for the help.

the reason i used a container was because i needed to scale the loaded swf by 200%. Is this posible with loadmovieNum?

script->
_root.createEmptyMovieClip("container",10);
_root.container.loadMovie("example.swf");
_root.container._xscale = _root.container._yscale =200;

Also how would i go about correcting the paths?