# Can't change the height of dynamically loading image

**URL:** https://forum.kirupa.com/t/cant-change-the-height-of-dynamically-loading-image/190040
**Category:** flash
**Created:** [June 8, 2006, 6:20am UTC](https://forum.kirupa.com/t/cant-change-the-height-of-dynamically-loading-image/190040 "2006-06-08T06:20:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rajeshambady](https://avatars.discourse-cdn.com/v4/letter/r/f07891/32.png) [@rajeshambady](https://forum.kirupa.com/u/rajeshambady)
#### Post date: [June 8, 2006, 6:20am UTC](https://forum.kirupa.com/t/cant-change-the-height-of-dynamically-loading-image/190040/1 "2006-06-08T06:20:26Z")

</div>

I want to change the height and width of images which is loading from an XML file. I tried… the images is loading and it is working fine… All the other properties except the height and width is working.

Please help how to change the height and width of an image which is loading from the XML file

\_root.createEmptyMovieClip(movieclip, levels);//working  
loadMovie(“images/” + filename, movieclip); //working  
setProperty(movieclip, \_x, posx); //working  
setProperty(movieclip, \_rotation, 45); //working

[COLOR=red]setProperty(movieclip, \_height, 45);[/COLOR] //not working
