In the EFS example Alert Once Per Bar their is a code line that play's a sound file using: Alert.playSound("train.wav");
Can anyone please tell me what the correct syntax is to play a sound file? The help file states that the syntax is :
Alert.playSound( sSoundFile )
sSoundFile: Path and file name of the WAV file to play.
I keep sound files in a folder located under Windows OS in C:\media. I've tried Alert.playSound("C:\media\bleep.wav") but that doesn't work. I'm sorry, I'm not a Javascript programmer so any help here would be appreciated.
Can anyone please tell me what the correct syntax is to play a sound file? The help file states that the syntax is :
Alert.playSound( sSoundFile )
sSoundFile: Path and file name of the WAV file to play.
I keep sound files in a folder located under Windows OS in C:\media. I've tried Alert.playSound("C:\media\bleep.wav") but that doesn't work. I'm sorry, I'm not a Javascript programmer so any help here would be appreciated.
Comment