bigbird3156
Programmer
Hi there...
I have created a movie that loads other movies and plays them over the top of them on level 1 over the top of the main movie...
I set this up so that it worked when i did it all localy (ie the movies were loaded off my hard drive) however once loading the movies onto my website and changing the loadmovie url to that of a the website they would not work...
to see the site not working (though this wont help much) go to
when you select to watch the intro it then loads the second movie that starts playing when the music starts up... a sword should drop down the screen... but does not...
here is an example of my scripting...
frame 1:
loadMovieNum(" 1);
frame 2:
if (_level01._framesloaded == _level01._totalframes) {
_level01.gotoAndPlay(2); //this jumps to frame 2 of the newly loaded movie
gotoAndPlay("energy 2"
; //this is a flag on the main movie
}
frame 3:
prevFrame();
Now as I said this worked when i had the files locally but does not now... there is a stop action in frame 1 of each loaded movie so that it does not play until loaded that is why the second line in frame 2 is there...
any suggestions?
The Bird from Down Under
bigbird_3156@optushome.com.au
I have created a movie that loads other movies and plays them over the top of them on level 1 over the top of the main movie...
I set this up so that it worked when i did it all localy (ie the movies were loaded off my hard drive) however once loading the movies onto my website and changing the loadmovie url to that of a the website they would not work...
to see the site not working (though this wont help much) go to
when you select to watch the intro it then loads the second movie that starts playing when the music starts up... a sword should drop down the screen... but does not...
here is an example of my scripting...
frame 1:
loadMovieNum(" 1);
frame 2:
if (_level01._framesloaded == _level01._totalframes) {
_level01.gotoAndPlay(2); //this jumps to frame 2 of the newly loaded movie
gotoAndPlay("energy 2"
}
frame 3:
prevFrame();
Now as I said this worked when i had the files locally but does not now... there is a stop action in frame 1 of each loaded movie so that it does not play until loaded that is why the second line in frame 2 is there...
any suggestions?
![[wiggle] [wiggle] [wiggle]](/data/assets/smilies/wiggle.gif)
bigbird_3156@optushome.com.au