PDA

View Full Version : Need help with preloaders !!!


Vibrazy
04-10-2001, 05:25 PM
Hi, im having some problems with my preloader!!
I have 3 scenes in my intro.fla, 2 of them is my normal ones and i've created an extra
scene for my preloader.

In SCENE 1, i have 100 frames and 2 layers.
Layer 1 = Some text
Layer 2 = Music (music.wav)

In SCENE 2, i have 100 frames and 3 layers.
Layer 1 = Txt
Layer 2 = Imgs
Layer 3 = Music (music2.wav)

In my Preloader Scene i have some actions and animations.

My actions :-

On frame 11.
ifFrameLoaded ("Scene 1", 33) {
}
gotoAndPlay (13);

On frame 12.
gotoAndPlay (1);

On frame 14.
ifFrameLoaded ("Scene 1", 66) {
}
gotoAndPlay (16);

On frame 15.
gotoAndPlay (13);

and so on...

Now here comes my question..

I've uploaded the intro.swf into my ftp.
But when i load my intro.swf, i loads everything (Txt + Imgs) but it doesnt load my music.

Are there any actions that tells my movie to load my music?

:o) -- Thanks guys.

RanTen
04-11-2001, 12:25 PM
Hi Vibrazy,

The only thing that I can think of is that your wv file is very heavy...did you compress it using MP3 compression???

If the music file is to be looped thuout the swf file, then it would be better to load the music as a separate swf file, which alo get loaded using the LoadMovie command.

Hope that helps

RanTen