# Resize image in empty mc to specific width and height

**URL:** https://forum.kirupa.com/t/resize-image-in-empty-mc-to-specific-width-and-height/256009
**Category:** Uncategorized
**Created:** [March 29, 2008, 5:14am UTC](https://forum.kirupa.com/t/resize-image-in-empty-mc-to-specific-width-and-height/256009 "2008-03-29T05:14:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![RustyNailDesign](https://avatars.discourse-cdn.com/v4/letter/r/c67d28/32.png) [@RustyNailDesign](https://forum.kirupa.com/u/RustyNailDesign)
#### Post date: [March 29, 2008, 5:14am UTC](https://forum.kirupa.com/t/resize-image-in-empty-mc-to-specific-width-and-height/256009/1 "2008-03-29T05:14:09Z")

</div>

I have an empty mc that i’m loading external images into and I want to be able to resize them to a specific width and height. I have tried

holder\_mc3.\_width = 150;  
holder\_mc3.\_height = 150;

but it the image doesn’t display when I do that, if I use

this.holder\_mc3.\_xscale=50;  
this.holder\_mc3.\_xscale=50;

the mc will resize with the image in it but not all the image are of the same perportions, so I want to set the specific pixel value for width and height. I’ve tried several combination but anything that specifies the pixel with doens’t display the image…any help or pointing me it right direction would be appreciated.

Thanks!
