Difference: 0LASubrClientPlaySound (1 vs. 3)

Revision 32020-05-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.CLIENT PLAY SOUND

Line: 18 to 18
  <wave_file> is the path & file name of a .wav file accessible to the user's PC.
Changed:
<
<
Using this subroutine is equivalent using the $play: parameter of .CLIENT LOAD URL.
>
>
Using this subroutine is equivalent using the $play: parameter of .CLIENT LOAD URL.
 

Comments:

Revision 22012-02-10 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.CLIENT PLAY SOUND

Line: 6 to 6
 

Usage:

Changed:
<
<
      PASS         <wave_file>                FIELD            SHARE? Y

>
>
      PASS         <wave_file>                FIELD            SHARE? N

  GOSUB --- .CLIENT PLAY SOUND
    • Check for errors IF --- .CLIENT PLAY SOUND NE

Revision 12012-02-02 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.CLIENT PLAY SOUND

This subroutine plays a .wav file on the user's PC.


Usage:

      PASS         <wave_file>                FIELD            SHARE? Y
      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.


<--/commentPlugin-->

-- JeanNeron - 2012-02-02

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback