Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Adrian Lui on July 06, 2020, 11:49:36 PM

Title: Play beep sound from the GBC/GWC
Post by: Adrian Lui on July 06, 2020, 11:49:36 PM
Hi Everyone,

  We would like to play 2 different beeping sound depending on the user input. For example, user enter the code and it the code exists, then do a short beep sound, if the code does not already exists, then do a long beep sound.

   And we are running this code in GWC. Is this possible?

   Thanks in advance.


Cheers,
Adrian Lui
Title: Re: Play beep sound from the GBC/GWC
Post by: Reuben Barclay on July 07, 2020, 12:21:04 AM
Adrian,

Are you aware of the playSound front-call http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_frontcall_standard_playsound.html

Reuben
Title: Re: Play beep sound from the GBC/GWC
Post by: Adrian Lui on July 07, 2020, 12:29:41 AM
Hi Reuben,

   Many thanks for the info, I will give it a try.


Cheers,
Adrian