bo-
April 28th, 2003, 09:09 PM
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=new Sound();
firstSound.loadSound("math.mp3", true);
playing=true;
How would I go about looping this mp3?