Looping music in this script

This piece of script is working fine (plays and stops) but I would like it to loop.

musik = new Sound();
musik.loadSound(“x.mp3”,true)

What do I do?

BD