# External swf placement issue

**URL:** https://forum.kirupa.com/t/external-swf-placement-issue/35693
**Category:** flash
**Created:** [November 17, 2003, 2:31am UTC](https://forum.kirupa.com/t/external-swf-placement-issue/35693 "2003-11-17T02:31:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mistercheezit](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mistercheezit](https://forum.kirupa.com/u/mistercheezit)
#### Post date: [November 17, 2003, 2:31am UTC](https://forum.kirupa.com/t/external-swf-placement-issue/35693/1 "2003-11-17T02:31:49Z")

</div>

Hello all,  
I’ve used the following script to place an external swf into a website.

[AS]createEmptyMovieClip(“container”, “app”);  
container.loadMovie(“app.swf”);  
container.\_x = 31; container.\_y =42[/AS]

I want the movie to load into the frame I’ve put the action script on so it won’t overlap other content. However, it seems to load on top of all content.

Any ideas?

Thanks
