# Centering JPG loaded in MovieClip?

**URL:** https://forum.kirupa.com/t/centering-jpg-loaded-in-movieclip/301205
**Category:** flash
**Created:** [December 5, 2009, 1:22am UTC](https://forum.kirupa.com/t/centering-jpg-loaded-in-movieclip/301205 "2009-12-05T01:22:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![helious](https://avatars.discourse-cdn.com/v4/letter/h/b9e5f3/32.png) [@helious](https://forum.kirupa.com/u/helious)
#### Post date: [December 5, 2009, 1:22am UTC](https://forum.kirupa.com/t/centering-jpg-loaded-in-movieclip/301205/1 "2009-12-05T01:22:17Z")

</div>

Hi 🙂

I have created this Flash site:

[http://www.meny-graphics.dk/Nordic](http://www.meny-graphics.dk/Nordic)

But i am having a problem.  
Under “Gallery”, each picture, is a movieclip, which loads a picture from my server.

But the pictures aligns to the top left corner of the MovieClip.  
How do i make them align to the center of the movieclip?

My code is as follows:

```auto
holder_mc.loadMovie("../Nordic/images/pic1.jpg");

```

Thanks in advance! 🙂
