Remote loading

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”, 1);
}
[/SIZE]

does anyone know what i am doing wrong here?

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