..ok so i figured i should just scale the bunch of images down in the scrolling.swf, and then load the scrolling.swf in a layout.swf and scale it up.
But when i do this my entire layout.swf stretches too.
Can someone tell me how to just scale the loaded swf.


_root.createEmptyMovieClip("container",10);
_root.container._visible = false;
_root.container.loadMovie("clothing.swf");
_root.container._xscale = _yscale = 200;
_root.container._visible = true;