# Using load movie

**URL:** https://forum.kirupa.com/t/using-load-movie/82759
**Category:** Uncategorized
**Created:** [March 13, 2005, 4:02am UTC](https://forum.kirupa.com/t/using-load-movie/82759 "2005-03-13T04:02:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xtonyx](https://avatars.discourse-cdn.com/v4/letter/x/f9ae1b/32.png) [@xtonyx](https://forum.kirupa.com/u/xtonyx)
#### Post date: [March 13, 2005, 4:02am UTC](https://forum.kirupa.com/t/using-load-movie/82759/1 "2005-03-13T04:02:16Z")

</div>

hey how do i mess with the placment of a load movie?

how can i tell it where to go onthe screen?

where do i put my button name and stuff in this code?

[font=Verdana, Arial, Helvetica, sans-serif][size=-1][color=#104b86]buttonName.onPress=function(){ //make sure to name button and match it here  
[//myMovieClip.createEmptyMovieClip](https://myMovieClip.createEmptyMovieClip) (instanceName, depth);  
createEmptyMovieClip (“expMC”, 10);  
expMC.loadMovie(“exp\_interface.swf”, 10);  
//set xy pos  
expMC.\_x=200;  
expMC.\_y=40;  
}[/color][/size][/font]
