|
Function | With PlaySound you can play a sound (.wav file). |
Example | PlaySound file=“intro.wav” |
Format | PlaySound file=“filename”
“filename” is the name of a .wav file. If you do not specify the full path for the file, GuiXT takes the current script directory. It is also possible to use files from SAP Web Repository. PlaySound alias=“soundalias” “soundalias” is the symbolic name of an event in the Windows sound schema (system settings). Examples: “MailBeep”, “RingIn”. |