Play()

Syntax:

Play( Track, Times, Volume, Start, Finish )

Parameters:

Track – The number of the track to play from the CD. This parameter is required.

Times – The number of times to play the track. To play the track continuously enter –1, otherwise enter a positive number. This parameter is optional. The default value is 1.

Volume – The percentage volume at which to play the track. Volume must be a number between 0 and 100. This parameter is optional. The default value is 100.

Start – The start position, relative to the beginning of the track, from which to play the track (in seconds). Start must be a positive number. This parameter is optional. The default is 0, which is the beginning of the track.

Finish – The finish position, relative to the beginning of the track, at which to finish the track (in seconds). Finish must be a positive number. This parameter is optional. The default is -1, which is the end of the track.

Remarks:

This function will play a specified track from a CD with the optional parameter settings.

image\Script_Button.jpgExamples