I've 1 main swf that contains the main part of my site. In here I've 2 buttons which load 2 other swf into the main swf. The problem is that the preloader works fine for the main swf but when I try to use the same preloader for the 2 swf that I load into the main swf it some how does not work. Now in all 3 of my swf i've the following preloader.
3 layers:
Top layer "Actions"
Mid layer "preloader mc"
Bottom layer "Main Movie"
Top layer "Actions" has 2 keyframes. First keyframe has the following actions.
ifFrameLoaded (2) {
gotoAndPlay(2);
}
2nd keyframe has the following action.
stop();
Mid layer "preloader mc" has only 1 keyframe in frame 1. In this frame I've a MC that loops over and over again.
Bottom layer "Main Movie" has 1 keyframe located in frame 2. In this frame I've my main movie.
If theirs an easier way of doing this I'm up for ideas. Thank you in advance for your help.
3 layers:
Top layer "Actions"
Mid layer "preloader mc"
Bottom layer "Main Movie"
Top layer "Actions" has 2 keyframes. First keyframe has the following actions.
ifFrameLoaded (2) {
gotoAndPlay(2);
}
2nd keyframe has the following action.
stop();
Mid layer "preloader mc" has only 1 keyframe in frame 1. In this frame I've a MC that loops over and over again.
Bottom layer "Main Movie" has 1 keyframe located in frame 2. In this frame I've my main movie.
If theirs an easier way of doing this I'm up for ideas. Thank you in advance for your help.