setPlayerCount
function setPlayerCount(loopCount:integer):boolean;
Sets the loop count for the player - the 'loopCount' is the number of times that the music should be played. This function should be called after 'openPlayer' and before 'startPlayer' is called. If 'loopCount' is set to -1, then the music will play forever.
See also: openPlayer