What AS3 code is used to loop a sound using AS3?
I guess this what you looking for in case the voice/music file is in the library:
var mysound:my_sound = new my_sound(); mysound.play(0,2); // this will repeat the sound 2 times.