I have it set to stream 20 times but it only runs once. Am I doing something wrong or what?? Please help!!
Here is another clip on my server it’s like 5 seconds… that won’t even loop. The code looks right.
you should import the sound to your library and use attach sound instead. i am not sure if the loop factor works with sound loaded via loadSound(). it works with attachSound() for sure.
your solution worked great for me as well. Just wanted to check one thing before i go live with this. Once .onSoundComplete is evoked, will the looped stream have to be buffered in again? i assume so, but my connection is too fast to be sure.