Skip to main content
August 28, 2013
Question

sound Alarm

  • August 28, 2013
  • 1 reply
  • 447 views

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

    This topic has been closed for replies.

    1 reply

    Legend
    August 28, 2013

    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.