View Single Post
  #1  
Old 02.05.2018, 21:31
Jackard Jackard is offline
Vacuum Cleaner
 
Join Date: Feb 2011
Posts: 17
Default Play Sound When download is started

Hi,

I write this script to play sound when dl is started but it's not good


// Play wav file when download is started
if (link.isStarted()) {
var wavFile = JD_HOME + "/themes/standard/org/jdownloader/sounds/DingDong.wav"; // wav file to play
playWavAudio(wavFile);
}


Help Thx
Reply With Quote