Fitting images and maybe preserving proportions

At the moment I am using

_root.image.loadMovie(photo.jpg);

to load a jpeg into a movieclip which results in the picture being loaded at its full size. Whats the best way to get it to fit to the “container” movieclips size.

Also is there a way to get it to preserve its proportions so it doesn’t stretch?