LoadMovie resize issue

Hey, I have a flash which load’s a still image using loadMovie, it worked fine until today.

Suddenly it decided to start resizing images for no apparent reason.

the actionscript is : _root.pImg.loadMovie(xml.firstChild.childNodes.attributes.img);

the image size is 320x240, and the pImg movieclip is 320x240. any idea’s as to why it would resize and how to stop it ?

I dont know what could be the problem but try this. Go to the ‘Transform Window’ then make pImg to 100% height and width (dont change it to 320x 240, just do 100%)

it worked ! awesome you’re the best…

I would’ve never thought of that because I’ve NEVER used the transform window.

thank you.