External Image Help

I created an external image loader in flash mx but when I try to load an image, the image is masively stretched to beyond the end of the movie.

It is also not at the top left of the box.

Help Me please!


on (release) {
	//load Graphic Behavior
	this._parent.photo.loadMovie("1.jpg");
	//End Behavior

}