When this statement:
Alert.playSound("C:\\Program Files\\eSignal\\Sounds\\Ringin.wav");
executes, all I hear is a beep. I've tried various wav files with the same result.
Anybody know why? How can I get the wav file to actually play?
Alert.playSound("C:\\Program Files\\eSignal\\Sounds\\Ringin.wav");
executes, all I hear is a beep. I've tried various wav files with the same result.
Anybody know why? How can I get the wav file to actually play?
Comment