reedy2k
10-08-2003, 06:09 PM
I have the following setup............
A main movie timeline with a movie clip on it> Inside this movieclip is a blank movieclip that I want an external movieclip loaded into when a button (inside clip1) is pressed. On this buton I have:
on (release) {
MovieClip.loadMovie(external.swf,_root.clip1instan cename.blankclipinstancename);
}
But this doesnt load the movie. What am I doing wrong, I guess its pretty basic stuff.
Cheers
A main movie timeline with a movie clip on it> Inside this movieclip is a blank movieclip that I want an external movieclip loaded into when a button (inside clip1) is pressed. On this buton I have:
on (release) {
MovieClip.loadMovie(external.swf,_root.clip1instan cename.blankclipinstancename);
}
But this doesnt load the movie. What am I doing wrong, I guess its pretty basic stuff.
Cheers