Hey out there;
quick question. On a button i have this...
on (release) {
loadMovieNum("chpt6music1.swf", 2);
loadMovieNum("chpt6e.swf", 1);
}
my question; when i have them in this order does that mean flash will load the music file first, and when that's loaded, will then load the chpt6 file?
I ask this because i want to keep the show rolling thus if flash loads one before the other then I want to make sure I put the smaller one on top.
OR does flash just cram both files in at once?
Thanks.
Hoss
quick question. On a button i have this...
on (release) {
loadMovieNum("chpt6music1.swf", 2);
loadMovieNum("chpt6e.swf", 1);
}
my question; when i have them in this order does that mean flash will load the music file first, and when that's loaded, will then load the chpt6 file?
I ask this because i want to keep the show rolling thus if flash loads one before the other then I want to make sure I put the smaller one on top.
OR does flash just cram both files in at once?
Thanks.
Hoss