daniel
11-08-2002, 11:05 AM
i want to load a movie in parts: first the navigation, then seperate movies.
on frame 1 i have this action:
stop ();
ifFrameLoaded (2) {
gotoAndPlay (2);
}
when i test it, it loads the whole page, meaning frames 1 thru 7, containing heavy movies with pics.
any idead how to stop loading the rest?
somewhere in the movie "navigation" i have a button with the action
on (release) {
tellTarget ("_root/") {
gotoAndStop (3);
}
}
on frame 3, action:
stop ();
ifFrameLoaded (4) {
gotoAndPlay (4);
}
sorry for elaborating :p
dunno if that works coz the movie loads completely at opening anyway..
on frame 1 i have this action:
stop ();
ifFrameLoaded (2) {
gotoAndPlay (2);
}
when i test it, it loads the whole page, meaning frames 1 thru 7, containing heavy movies with pics.
any idead how to stop loading the rest?
somewhere in the movie "navigation" i have a button with the action
on (release) {
tellTarget ("_root/") {
gotoAndStop (3);
}
}
on frame 3, action:
stop ();
ifFrameLoaded (4) {
gotoAndPlay (4);
}
sorry for elaborating :p
dunno if that works coz the movie loads completely at opening anyway..