# Image Scaling

**URL:** https://forum.kirupa.com/t/image-scaling/142804
**Category:** Uncategorized
**Created:** [March 31, 2005, 6:57pm UTC](https://forum.kirupa.com/t/image-scaling/142804 "2005-03-31T18:57:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![abcdefg](https://avatars.discourse-cdn.com/v4/letter/a/c77e96/32.png) [@abcdefg](https://forum.kirupa.com/u/abcdefg)
#### Post date: [March 31, 2005, 6:57pm UTC](https://forum.kirupa.com/t/image-scaling/142804/1 "2005-03-31T18:57:04Z")

</div>

Of course Ive been through the famous dynamic image resize gallery, however…

I find it hard to believe there is not a simple way of controlling the width and height of an image loaded into a movieclip. I don’t need an animation of it, I just need it to scale.

Could please explain to me why this does not work.

```auto

file = "image100430.jpg";
loadMovie(file, "holder");
file._width = 150;
file._height = 150;

```

Thanks  
-D
