[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Starts (or resumes) playback of a sample, stream, MOD music, or recording. [Property] Stream=Sets the channel handle. ARG(int)|20|(empty)|Channel Restart=Sets a value indicating whether restart playback from the beginning. ARG(bool)|4|1|True,False [Methods] doPlay=Starts playback of a sample, stream, MOD music, or recording. ARG(int stream, bool restart)|1|0 onPlay=Occurs after invoke the method doPlay and returns the result. ARG(bool)|2|104 Stream=Defines the channel handle: HCHANNEL, HMUSIC, HSTREAM, or HRECORD. HSAMPLE handles may also be used. ARG(int)|4|1 Restart=Defines a value indicating whether restart playback from the beginning. ARG(bool)|4|104