I would do it this way: loopcount: -1 = Play once, and loop forever. 0 = Play once, but don't loop at all. (Default) 1 = Play once and then loop once. n = Play once and then loop n times. less than -1 or invalid or out of range = Use default of 0. -- Michael