PDA

View Full Version : Help with loading sounds


skyxer
12-23-2004, 01:18 AM
Hi there!
I have a code that loads a song.
Like this one:
on (press) {
stopAllSounds();
som = new Sound(movieclip);
som.loadSound("URL.mp3", true);
}

So, I need to put a message alerting "loading" when it's loading (of corse) and "playing" (when the stream starts to play). I've made one DynamicText area to make this, but.. i don't know how to proceed. It can be just a text, displaying "loading" and then, "playing"

Very thanks!!!

xxlm
12-23-2004, 02:22 AM
Look into flash help for Sound object and its properties and methods...
like onLoad or something like htis :) :)