Music Loop Help (Pauses)

Hello, I having trouble with a music loop. It blend in fine when played but when I use it in flash it pauses slightley before looping. I have tried everything I can think of but to no avail. I tried makeing the music as a seperate movie clip and inserting it into the main stage and this worked, but whenever something was gonna happen the movie it would pause for a long time, like it couldnt process it quick enough.

Any help with sound loops in flash would be appreciated.

Cheers :smiley:

well… i recomen you… use a loadMovie… to load your loop in a separate… swf…

you can use a blank MC… and gibe it the instance name (clip)…for example… and put this AS…in the frame (no to the MC)

loadMovie (“sonido.swf”, “_root.clip”);

“sonido”…is the swf file whit your loop!

hope this help!

JOSS