PASS <wave_file> FIELD SHARE? N
GOSUB --- .CLIENT PLAY SOUND
* Check for errors
IF --- .CLIENT PLAY SOUND NE
Description:
This subroutine plays a .wav file on the user's PC. The <wave_file> parameter is required, if it is missing the subroutine will CANCEL.
<wave_file> is the path & file name of a .wav file accessible to the user's PC.
Using this subroutine is equivalent using the $play: parameter of .CLIENT LOAD URL.
Comments:
Read what other users have said about this page or add your own comments.
-- JeanNeron - 2012-02-02