ciecierega
10-03-2003, 03:14 AM
hello,
is there a way, when you use the attachMovie command, for that movie to load with a preloader. i have a movie clip that i want to load when the user presses a button, but it is large enough to use a preloader.
there is a first command in the main timeline:
this.attachMovie("myMovie","myMovieClip",1);
and then a second command on the button to swap for the other movie clip:
on(release){
_root.attachMovie("myOtherMovie","myOtherMovieClip",1);
}
but my preloader within each movie clip won't seem to work in either case. any advise?
thanks :)
is there a way, when you use the attachMovie command, for that movie to load with a preloader. i have a movie clip that i want to load when the user presses a button, but it is large enough to use a preloader.
there is a first command in the main timeline:
this.attachMovie("myMovie","myMovieClip",1);
and then a second command on the button to swap for the other movie clip:
on(release){
_root.attachMovie("myOtherMovie","myOtherMovieClip",1);
}
but my preloader within each movie clip won't seem to work in either case. any advise?
thanks :)