Loading and resizing external JPEG images
I have a large collection of JPEG images all with various dimensions. I've loaded them all into flash using loadMovie targeting them to previously created MCs. My problem is that i need all the images to resize to the dimensions of the MCs they're being placed in. I tried defining a pixel width and height for each jpeg using the _width and _height commands. The problem is that flash resizes these images based upon their original dimensions. Does anyone know any solutions for this problem?
|