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

**URL:** https://forum.kirupa.com/t/how-do-you-make-one-movie-reziseble-and-the-other-one-not/58642
**Category:** Uncategorized
**Created:** [July 24, 2004, 11:37am UTC](https://forum.kirupa.com/t/how-do-you-make-one-movie-reziseble-and-the-other-one-not/58642 "2004-07-24T11:37:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nessie](https://avatars.discourse-cdn.com/v4/letter/n/e274bd/32.png) [@nessie](https://forum.kirupa.com/u/nessie)
#### Post date: [July 24, 2004, 11:37am UTC](https://forum.kirupa.com/t/how-do-you-make-one-movie-reziseble-and-the-other-one-not/58642/1 "2004-07-24T11:37:19Z")

</div>

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

> **[Buy Domains - albaspina.com is for sale!](https://www.buydomains.com/lander/albaspina.com?domain=albaspina.com&utm_source=albaspina.com&utm_medium=click&utm_campaign=TDFS-OO-BDLander&traffic_id=TDFS-OO-BDLander&traffic_type=tdfs)**
>
> Buy a domain and see how a premium domain can be the best investment. Your business starts here. Buy a domain today.

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 😃
