# How to change height and width of images loaded into movieclips?

**URL:** https://forum.kirupa.com/t/how-to-change-height-and-width-of-images-loaded-into-movieclips/227090
**Category:** Uncategorized
**Created:** [May 26, 2007, 10:03pm UTC](https://forum.kirupa.com/t/how-to-change-height-and-width-of-images-loaded-into-movieclips/227090 "2007-05-26T22:03:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ohbeewan](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ohbeewan/32/1745_2.png) [@ohbeewan](https://forum.kirupa.com/u/ohbeewan)
#### Post date: [May 26, 2007, 10:03pm UTC](https://forum.kirupa.com/t/how-to-change-height-and-width-of-images-loaded-into-movieclips/227090/1 "2007-05-26T22:03:39Z")

</div>

Hi,

I’ve loaded images dynamically into movieclips using .loadMovie();

I need to adjust the height and width of the images after they are loaded, does anyone know the syntax for this?

The images being loaded are 40x40px in dimension, but I want them to display at 20x20px.

I thought I could just do this, but no dice:  
menuitem.mc\_menuimage.\_height = 20;  
menuitem.mc\_menuimage.\_width = 20;
