Inflicted
March 26th, 2004, 12:54 PM
I've searched and found this code:
intro = new Sound();
intro.attachSound("loop");
intro.start(0, 6);
But my 558 K mp3 file has a delay in the loop.
Is the file too big?
Is there another way of doing this, to get a perfect loop?
thanks
intro = new Sound();
intro.attachSound("loop");
intro.start(0, 6);
But my 558 K mp3 file has a delay in the loop.
Is the file too big?
Is there another way of doing this, to get a perfect loop?
thanks