Hi guys, you kings of Flash, Princes of action script I have a little question for you, please: I am brand new baby in Flash, so …
In Flash MX
I have three scenes ( preloader, Music and Intro) “preloader” suppose to load up all the scenes including scene 2 which is “Music”(mp3 file) and Scene 3 which “Intro” . But unfortunately it doesn’t load right
my script is
gotoAndPlay(1);
if (_framesloaded>=_totalframes) {
gotoAndPlay(“music”, 1);
} else {
}
Question is how it should be so it would load all the frames including Music and then would play SWF, right now it loads music and then plays scene “Intro”.
By the way when I test movie it doesn’t show “preloader” (“loading…”) its all black screen and then after it finish loading plays music and after another minute or two it plays scene “Intro”
Help please.
Andy
:q: :q: