Skip to main content
Inspiring
June 16, 2006
Question

streaming sound start control

  • June 16, 2006
  • 1 reply
  • 218 views
Hello,

I load a streaming sound
AudioObj.loadSound("song1.mp3", true);

But I don't want it to start immediately, first an image has to be
loaded. So I do
AudioObj.stop();

now the image has loaded and I do a
AudioObj.start();

But now the AudioObj waits itself until it's completely loaded. Like an
event sound.

hhmmm.... why?
what should i do?

josp
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 16, 2006
don't start the streaming (loadSound) until your ready for your sound to start playing.