i am trying to load a .swf file into a movie clip by using another movie clip as the executer, not a button as usual.

i have a movie clip named button that will make the .swf load into the other movie clip.

the code i am trying to use is:

button.onPress= function() {
loadMovie("cross.swf",loadArea_mc);
}

and it doesn't work, any ideas?