# Loading swf into swf

**URL:** https://forum.kirupa.com/t/loading-swf-into-swf/138495
**Category:** Uncategorized
**Created:** [February 23, 2005, 1:43am UTC](https://forum.kirupa.com/t/loading-swf-into-swf/138495 "2005-02-23T01:43:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vamp\_re](https://avatars.discourse-cdn.com/v4/letter/v/a183cd/32.png) [@vamp\_re](https://forum.kirupa.com/u/vamp_re)
#### Post date: [February 23, 2005, 1:43am UTC](https://forum.kirupa.com/t/loading-swf-into-swf/138495/1 "2005-02-23T01:43:11Z")

</div>

I’m trying to load another swf into a targeted frame.

so far i have an external swf setup to load into the main movies frame…upon click of a button.  
ive got it working and the external swf file is set to the correct size.

problem is its loading the swf file in…but at half the size?  
and in the top left hand corner

ideas?

heres the code used on the actual button (click to load swf)

on (release) {  
loadMovie (“monash.swf”, “\_root.screen2”);  
}

cheers  
vamps
