How do you make one movie reziseble and the other one not

how do you make one movie reziseble and the other one not like they do ?

I got this answer from a other forum.


Hi Mikael,
you do load the first with the size in the html object tag, usualy 100% * 100%.

Then you load new movies into an empty movie clip with this:

Code:
_root.createEmptyMovieClip(instanceName, depth);
instanceName.loadMovie(“moviename.swf”);
instanceName._x=xPosition;
instanceName._y=yPosition;
instanceName._xscale=scalingInPercent;
instanceName._yscale=scalingInPercent;

Just replace my words with real values, and you will have what you’ve been asking for


but i did not get it.

can some on help me whith this . !
/M :smiley: