# loadMovie problem

**URL:** https://forum.kirupa.com/t/loadmovie-problem/236780
**Category:** Uncategorized
**Created:** [August 23, 2007, 4:36pm UTC](https://forum.kirupa.com/t/loadmovie-problem/236780 "2007-08-23T16:36:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brndn](https://avatars.discourse-cdn.com/v4/letter/b/dec6dc/32.png) [@brndn](https://forum.kirupa.com/u/brndn)
#### Post date: [August 23, 2007, 4:36pm UTC](https://forum.kirupa.com/t/loadmovie-problem/236780/1 "2007-08-23T16:36:50Z")

</div>

Hi all I am in a bit of a bother. I am creating an image gallery using this method

```auto
MovieClip.prototype.loadPic = function(pic) {

    this.loadMovie(pArray[pic]);
}

```

What I am wanting to do is “instead of loading the image from the top-right corner is have it centered completely” so the movieclip crosshair would sit perfectly in the center of the image.

is this at all possible??

thanks heaps.

:A+:
