This is my action scripting,
onClipEvent (data) {
if (bytes_loaded == bytes_total) {
gotoAndPlay(6);
}
What I’m trying to do is load an external movie into my main flash site, but I want the main flash site to wait till the movie is loaded then the main time line starts to play again. I would told that the onClipEven(data) would give me this option. So I thought I said that when it’s loaded go and play frame 6 of the main time line. What am I doing wrong?
My external movie works fine, and it has a preloader, just want the main timeline to wait till that movie is loaded to start to play again