Help - actionscript to resize external video

Hi folks,

I have an empty container into which I’m loading an external video clip.

I’m using “_root.container.loadMovie (“intro.swf”)”.

This works great. However, the movie clip is 320x240 and I would like to re-size it to 300 x 200. I’m not concerned about loosing the 4:3 aspect ratio.

I tried changing the W and H of the container; but it would not accept any values (I think, maybe, because the container is empty).

  1. Is there some actionscript command that would work…maybe some variation of “setProperty”???
  2. And, would the script go after the loadMovie command – or elsewhere?

Thanks in advance for your help.