PantherRun
Technical User
Hey;
I know that load movie questions are ask to the point of making you all sick, but I need help. I want you to know though, that i went through 6 pages of old forum threads trying to find the answer, before i started bugging you again.
So here it is. As you may know I've chopped my movies into small movies ranging in size from 2 to 7 mb, and as oldnewb pointed out anything over 2.7mb creates a wait on broadband.
To lessen that wait, i need to load, as example say movie2, in behind movie1 as it is being watched (or at least have preloaded as much of movie2 as possible.)
Further,on movie 1 is a button that when pressed will need to trigger the playing of movie2
So how do i do this? And please the simpler solution for my sucky flash abilty the better.
Here's what I've done thus far.
- each movie is armed with a preloader.
- on movie1, on the 1st frame of the internal timeline of the MC, I have this script: loadMovieNum("movie2.swf", 2);
Idea being of course, as they watch movie 1, we've already triggered the preloading of movie2.
Note: movie1 was previously loaded to level 3, say.
Obviously my first problem is stopping movie2 from playing/barging in on movie1 until it has finished playing. AND WE WILL KNOW THAT when the viewer hits the forward button on movie1 to go to movie2.
How do i do that. (In one of your threads Old, you mentioned an off-stage container clip)
Now to the button. What do i put on the button so that when it is pressed it dumps out movie1, level 3 and starts to play movie2, level2. (the button used to house the loadmovienum command but it nolonger needs to load anything, just simply wash away the old movie and trigger the playing of the new movie.
Any help on those 2 issues would be appreciated.
Hoss
I know that load movie questions are ask to the point of making you all sick, but I need help. I want you to know though, that i went through 6 pages of old forum threads trying to find the answer, before i started bugging you again.
So here it is. As you may know I've chopped my movies into small movies ranging in size from 2 to 7 mb, and as oldnewb pointed out anything over 2.7mb creates a wait on broadband.
To lessen that wait, i need to load, as example say movie2, in behind movie1 as it is being watched (or at least have preloaded as much of movie2 as possible.)
Further,on movie 1 is a button that when pressed will need to trigger the playing of movie2
So how do i do this? And please the simpler solution for my sucky flash abilty the better.
Here's what I've done thus far.
- each movie is armed with a preloader.
- on movie1, on the 1st frame of the internal timeline of the MC, I have this script: loadMovieNum("movie2.swf", 2);
Idea being of course, as they watch movie 1, we've already triggered the preloading of movie2.
Note: movie1 was previously loaded to level 3, say.
Obviously my first problem is stopping movie2 from playing/barging in on movie1 until it has finished playing. AND WE WILL KNOW THAT when the viewer hits the forward button on movie1 to go to movie2.
How do i do that. (In one of your threads Old, you mentioned an off-stage container clip)
Now to the button. What do i put on the button so that when it is pressed it dumps out movie1, level 3 and starts to play movie2, level2. (the button used to house the loadmovienum command but it nolonger needs to load anything, just simply wash away the old movie and trigger the playing of the new movie.
Any help on those 2 issues would be appreciated.
Hoss