Copy link to clipboard
Copied
I have a ColdFusion8 environment. I need to generate a sound alarm when an event occurs... is it possible ?
Copy link to clipboard
Copied
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.