fspaiva
03-18-2003, 07:33 PM
Hi,
I want to verify if the movie.swf, that was loaded by a empty mc target, is already loaded. Something like this:
if (target.mymovie.isLoaded) {
do something;
}
else {
target.mymovie.loadMovie("movie.swf");
}
Of course, isLoaded was invented by me (I think).
Thks!
I want to verify if the movie.swf, that was loaded by a empty mc target, is already loaded. Something like this:
if (target.mymovie.isLoaded) {
do something;
}
else {
target.mymovie.loadMovie("movie.swf");
}
Of course, isLoaded was invented by me (I think).
Thks!