# Remote loading

**URL:** https://forum.kirupa.com/t/remote-loading/30431
**Category:** Uncategorized
**Created:** [September 8, 2003, 9:43pm UTC](https://forum.kirupa.com/t/remote-loading/30431 "2003-09-08T21:43:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![macneilslt](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@macneilslt](https://forum.kirupa.com/u/macneilslt)
#### Post date: [September 8, 2003, 9:43pm UTC](https://forum.kirupa.com/t/remote-loading/30431/1 "2003-09-08T21:43:06Z")

</div>

[www.geocities.com/thefutureisgreen/](http://www.geocities.com/thefutureisgreen/)  
when you click the music button, it opens a little play/pause box  
using this code. everything works okay.

on (release) {  
\_root.contentsc.loadMovie(“music.swf”,“1”);  
}

but, what i want to do, is open a different clip i made from a remote location, so i used this code, however it does not work.

[SIZE=1]  
on (release) {  
\_root.contentsc.loadMovieNum(“[www.geocities.com/getsome334/music2.swf](http://www.geocities.com/getsome334/music2.swf)”, 1);  
}  
[/SIZE]

does anyone know what i am doing wrong here?

when i click the button with the new code, nothing happens.
