I'm using an old Wizard EFS I made up a long time ago and just wanted to add a sound alert but am having a wee problem with it.
The current sound alert from the wizard is:
if (vLastAlert != 1) Alert.playSound("C:\\Program Files (x86)\\eSignal\\Sounds\\Warning.wav");
I'm warned to change it in the Script editor on eSignal 12 to 'C:\Users\XXXXX\Documents\Interactive Data\Sounds\' directory . . . . so I have but with another warning now that it's an insecure path..
if (vLastAlert != 1) Alert.playSound("C:\Users\XXXXX\Documents\Interact ive Data\Sounds\alerttarget.wav")
Can anyone help point me in the correct direction ?
Many thanks,
Tiktok
The current sound alert from the wizard is:
if (vLastAlert != 1) Alert.playSound("C:\\Program Files (x86)\\eSignal\\Sounds\\Warning.wav");
I'm warned to change it in the Script editor on eSignal 12 to 'C:\Users\XXXXX\Documents\Interactive Data\Sounds\' directory . . . . so I have but with another warning now that it's an insecure path..
if (vLastAlert != 1) Alert.playSound("C:\Users\XXXXX\Documents\Interact ive Data\Sounds\alerttarget.wav")
Can anyone help point me in the correct direction ?
Many thanks,
Tiktok