Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

sound Alarm

Guest
Aug 28, 2013 Aug 28, 2013

I have a ColdFusion8 environment. I need to generate a sound alarm when an event occurs... is it possible ?

428
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 28, 2013 Aug 28, 2013
LATEST

On the server or on the client?

Server side it's possible but not in native CF. You'll have to write a non-CF component that does this and have CF trigger the app.

Client side, send a .wav file.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources