# Loading a mc in a certain area

**URL:** https://forum.kirupa.com/t/loading-a-mc-in-a-certain-area/97053
**Category:** Uncategorized
**Created:** [December 17, 2003, 6:34am UTC](https://forum.kirupa.com/t/loading-a-mc-in-a-certain-area/97053 "2003-12-17T06:34:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![minimalistik](https://avatars.discourse-cdn.com/v4/letter/m/e47774/32.png) [@minimalistik](https://forum.kirupa.com/u/minimalistik)
#### Post date: [December 17, 2003, 6:34am UTC](https://forum.kirupa.com/t/loading-a-mc-in-a-certain-area/97053/1 "2003-12-17T06:34:35Z")

</div>

just say you press on on button and it loads an external mc

how do you make load at a certain area on the main mc?

eg. [http://www.dido.co.uk](http://www.dido.co.uk)

(enter the flash site and press on one of the menu buttons and it loads an mc on the right)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 17, 2003, 7:07am UTC](https://forum.kirupa.com/t/loading-a-mc-in-a-certain-area/97053/2 "2003-12-17T07:07:37Z")

</div>

load it into an empty mc and position the MC

```auto

_root.createEmptyMovieClip("contain",1);
_root.contain.loadMovie("myswf.swf");
_root.contain._x = 100;

```

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 17, 2003, 8:55am UTC](https://forum.kirupa.com/t/loading-a-mc-in-a-certain-area/97053/3 "2003-12-17T08:55:49Z")

</div>

norie, does the site i gave you use an empty mc with the animation on the right?

Just say a empty mc color is white or clear and you load an external mc into it. Ive encountered this and found that if you did have a grey colored bg in the external swf, it loses the grey color and takes the white bg of the empty mc.

why is that? can you keep the external mc’s bg color?
