Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Play audio file which address is «С«C:\ Program Files\Intellect\Wav\cam_alarm_1.wav» while enabling flag of audio player operation.

    Code Block
    OnEvent("PLAYER","1","flags") // enable flag of audio player operation
    {
        DoReact("PLAYER","1","PLAY_WAV","file< сC:\ program files\intellect\wav\cam_alarm_1.wav >"); // play audio file
    }