Title: Play beep sound from the GBC/GWC Post by: Adrian L. 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 B. 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 L. on July 07, 2020, 12:29:41 am Hi Reuben,
Many thanks for the info, I will give it a try. Cheers, Adrian |