# New loader class (loaded content)

**URL:** https://forum.kirupa.com/t/new-loader-class-loaded-content/313087
**Category:** flash
**Created:** [August 19, 2010, 2:11pm UTC](https://forum.kirupa.com/t/new-loader-class-loaded-content/313087 "2010-08-19T14:11:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Costas\_Drakos](https://avatars.discourse-cdn.com/v4/letter/c/a88e4f/32.png) [@Costas\_Drakos](https://forum.kirupa.com/u/Costas_Drakos)
#### Post date: [August 19, 2010, 2:11pm UTC](https://forum.kirupa.com/t/new-loader-class-loaded-content/313087/1 "2010-08-19T14:11:45Z")

</div>

Hello I have a problem with my New Loader class  
I use as3 and buttons to load external files into into my main swf file  
and I resize the external files to match my stage but they always load from the top left at x=0 y=0  
The action script i use is

var swfHolder = new Loader();

mybutton\_btn.addEventListener(MouseEvent.MOUSE\_DOWN, mousedownpresser);  
function mousedownpresser(event:MouseEvent):void {  
addChild(swfHolder)  
swfHolder.load(new URLRequest(“myvideo.swf”));

Is there any way I can load the external files into a different position??  
Thanks
