Looping and streaming at the same time?

How can I stream and loop mp3 files?

These form part of a script but are incompatible for streaming
and looping:

muzak.start(0, 33);

muzak.loadSound(mySoundArray[activeSound], true);

thanks for the help.