Hi,
I’ve a main movie which only job is to load an external movie and play it. The external movie is 450 frames long, so the mc in the main movie is also 450 frames long.
My problem is, that at some point in the external movie, I use a setInterval function, to get a 3 sec. brake in the movie. But it does not work when loadet by the main movie. It just ignores the breake. So I made a 3 sec. breake in the main movie. This works, but the timing is not always right. It stops sometimes 3-4 frames around the place it should. Im thinking its because it takes some time to load for the external movie, while the main its already running…
Is there any way to synchronize these two, so the main movie waits with playing, untill the external movie is whole loadet and ready to go. And why is my setInterval in the external movie not working when loadet from other movie? It works when running as main movie…?!