# LoadMovie on Button

**URL:** https://forum.kirupa.com/t/loadmovie-on-button/49204
**Category:** flash
**Created:** [April 20, 2004, 9:17pm UTC](https://forum.kirupa.com/t/loadmovie-on-button/49204 "2004-04-20T21:17:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dmonic\_666](https://avatars.discourse-cdn.com/v4/letter/d/a183cd/32.png) [@dmonic\_666](https://forum.kirupa.com/u/dmonic_666)
#### Post date: [April 20, 2004, 9:17pm UTC](https://forum.kirupa.com/t/loadmovie-on-button/49204/1 "2004-04-20T21:17:19Z")

</div>

Hey there, I have a button that i want to laod a move when its clicked, that all goes well but i cant changew the palce it opens.

on(release){  
loadMovie(“picture.swf”,1);  
\_x=250  
\_y=100  
}

I want the movie to open in them co-ordinates but it just moves m,y whole page down to that place!  
Im gna try and make this understandable…the movie the button is in is already a loadedMovie from my “MainScene” and when the button is clicked i needd it to perform the loadMovie into the “MainScene” again but all it does is NOTING, arghHH! lol
