i have a problem to link swf file another where it seems to be redundant…
the action for one of my button is,
on (release) {
unloadMovieNum(2);
unloadMovieNum(3);
unloadMovieNum(5);
unloadMovieNum(6);
unloadMovieNum(7);
unloadMovieNum(8);
unloadMovieNum(10);
unloadMovieNum(13);
loadMovie(“facilities.swf”, 4);
}
and i put preloader on each 1st screen of my swf file…
here i attached some of the file that i work on…
Please someone help me solve this problem…