# External Image Help

**URL:** https://forum.kirupa.com/t/external-image-help/170281
**Category:** flash
**Created:** [November 24, 2005, 10:22am UTC](https://forum.kirupa.com/t/external-image-help/170281 "2005-11-24T10:22:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ded](https://avatars.discourse-cdn.com/v4/letter/d/278dde/32.png) [@ded](https://forum.kirupa.com/u/ded)
#### Post date: [November 24, 2005, 10:22am UTC](https://forum.kirupa.com/t/external-image-help/170281/1 "2005-11-24T10:22:07Z")

</div>

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!

```auto

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

}

```
