TheCandyman
Technical User
I am trying to load an external movie, and have it play in the original file, but without having the original still playing. Everything i see can load the movie, but the original movie still plays in the background. I have tried a movie stop, but it just keeps going. Any suggestions?
onLoad () {
}
onFrame (1) {
loadMovieNum("video_low.swf",0);
}
onFrame (2) {
skipFrameAndPlay(4);
unloadMovieNum(0);
}
onLoad () {
}
onFrame (1) {
loadMovieNum("video_low.swf",0);
}
onFrame (2) {
skipFrameAndPlay(4);
unloadMovieNum(0);
}