Looping dynamic mp3

I loaded an mp3 dynmically into my movie doing the following:

firstSound=new Sound();
firstSound.loadSound(“math.mp3”, true);
playing=true;

How would I go about looping this mp3?

firstSound.onSoundComplete = function() {
this.loadSound("math.mp3", true);
};

that’s the only way i know… :-\

thanks
as long as it works it’s fine with me

:stuck_out_tongue:

no problem. :wink: