# How to change the MovieClip height and Width

**URL:** https://forum.kirupa.com/t/how-to-change-the-movieclip-height-and-width/268731
**Category:** flash
**Created:** [August 18, 2008, 6:51am UTC](https://forum.kirupa.com/t/how-to-change-the-movieclip-height-and-width/268731 "2008-08-18T06:51:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Randil](https://avatars.discourse-cdn.com/v4/letter/r/e19adc/32.png) [@Randil](https://forum.kirupa.com/u/Randil)
#### Post date: [August 18, 2008, 6:51am UTC](https://forum.kirupa.com/t/how-to-change-the-movieclip-height-and-width/268731/1 "2008-08-18T06:51:43Z")

</div>

I use FlashMX 2004. I need to know how to change the width and height of the MovieClip when it loads to the stage. I used the following method

instanceName.\_height=value  
instanceName.\_width=value

but when I do like this movie does not load. when I do this method to vary x and y position of the movie it works.
