# Positioning external swfs

**URL:** https://forum.kirupa.com/t/positioning-external-swfs/63780
**Category:** flash
**Created:** [September 9, 2004, 9:54pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780 "2004-09-09T21:54:32Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![werd](https://avatars.discourse-cdn.com/v4/letter/w/4491bb/32.png) [@werd](https://forum.kirupa.com/u/werd)
#### Post date: [September 9, 2004, 9:54pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/1 "2004-09-09T21:54:32Z")

</div>

I need some help, how do you position external swfs instead of them loading on the top left of the stage?

---

<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: [September 9, 2004, 10:22pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/2 "2004-09-09T22:22:09Z")

</div>

I think I know what you want.  
Make your external movies the same size as your original movie.  
Then place your content in your external movie where you want it to appear.  
Load your external movie onto the layer above the original.

---

<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: [September 9, 2004, 10:43pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/3 "2004-09-09T22:43:45Z")

</div>

Create an empty movie clip and give it an instance name. Put the empty MC where you want the external swf to appear (where you want the upper left corner of the external swf to start). Load the external swf into your empty MC.

:hr:

---

<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: [September 9, 2004, 11:39pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/4 "2004-09-09T23:39:44Z")

</div>

hrmm mr electrongeek gave me the actionscript for it before but i lost it and he is not online on AIM as much but I do know about the making the external swf the same size as the stage and positioning the content. i will try that empty movie clip one. if anyone knows the AS for it, please share, thx!

---

<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: [September 9, 2004, 11:42pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/5 "2004-09-09T23:42:38Z")

</div>

Well yes if your external swf is bigger than the stage you are loading it into then you aren’t going to see all of it. That makes sense doesn’t it? As for loading into an empty MC - let’s say you give your empty MC the name ‘holder’. Then you can simply use:

```auto

holder.loadMovie("externalfilename.swf");

```

:hr:

---

<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: [September 10, 2004, 5:59am UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/6 "2004-09-10T05:59:46Z")

</div>

oh ok thanks alot lunatic, that works pretty well. ![](http://kirupaforum.com/forums/images/smilies/beer.gif)

---

<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: [September 10, 2004, 2:15pm UTC](https://forum.kirupa.com/t/positioning-external-swfs/63780/7 "2004-09-10T14:15:47Z")

</div>

:thumb:
