Restrict or Resize External Loaded swf

Hello All,

Would you please show me how to keep the external loaded swf at a predetermined size.

Thanks

load it in a target with LoadMovie(“file.swf”,"_root.target"); for instance.

Here is what I am trying to do.

I try to load an swf that is bigger than y main swf, and I try to scale it down. Somehow, I still get the black stripes.