Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : Streaming MP3 - Please Help



T Sugar
3/3/2004 8:13:09 PM
I'm having issues with an MP3 sampler I've created. What is the appropriate
actionscript to get it to play the MP3 i've sourced, automatically, when the
timeline arrives at the keyframe. I'm using 'loadsound' and saying false after
i write the source but it still doesn't work.

Thanks ahead of time to whoever knows this...
Jack.
3/3/2004 8:41:24 PM
if you want the sound to auto start, use
beat.loadSound("beat.mp3", true); // streaming sound

if using - beat.loadSound("beat.mp3", false); // completely loads before play
for autostart, add code to the frame - beat.start();

checkout the Sound Object in the Reference, and this link for more -
http://www.kennybellew.com/

AddThis Social Bookmark Button