playSound

Plays the sound file passed as parameter on the front-end platform.

Syntax

ui.Interface.frontCall("standard", "playSound",
  [filename], [])
  1. filename - The sound file to play.

Usage

The "playSound" front call opens the sound file passed as parameter and plays the sound on the front-end.

If the file is not located on the front-end, it will automatically be transfered to the front-end through the file-transfer facility.

Supported sound file format depends on the front-end infastructure (platform, technology, web browser, ...)

Example

CALL ui.Interface.frontCall("standard", "playSound",
    ["/opt/var/sounds/beep.mp3"], [])