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 ?