mp3 file too big to loop?

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