# On(release) load question

**URL:** https://forum.kirupa.com/t/on-release-load-question/211630
**Category:** flash
**Created:** [January 3, 2007, 7:09pm UTC](https://forum.kirupa.com/t/on-release-load-question/211630 "2007-01-03T19:09:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vcugreg](https://avatars.discourse-cdn.com/v4/letter/v/ce73a5/32.png) [@vcugreg](https://forum.kirupa.com/u/vcugreg)
#### Post date: [January 3, 2007, 7:09pm UTC](https://forum.kirupa.com/t/on-release-load-question/211630/1 "2007-01-03T19:09:35Z")

</div>

Hello!

I have added this code to a button in my flash file. When the viewer presses the button a external .swf file will load. The problem is how do I specify where it loads. For example, when the viewer hits the button the external swf file default loads at 0,0. If I want it to load somewhere else on the page is there a way to make it load at a certain specified location? Here is the code I am using on the button.

```auto

on (release) {
	loadMovieNum("test.swf", 1);
}

```

Now this works fine and the swf file is loaded correctly but it is always at the top left corner. How can I go about loading it in a specific place on the flash file? Is there a way to create a holder that would make it load in that certain area?

Thank you for all your help!

Greg
