Salute!
I was wondring if it was possible to make IS play a wave file? I was sure i have seen it somewhere, but I cant seem to find any info on it.
Was it just a dream?
Play a wave-file?
Moderators: Lavish Software Team, Moderators
Heya!
Found it! Reposting here, if anybody else should be in need:
Then to play a sound..
That should pretty much do the trick 
Found it! Reposting here, if anybody else should be in need:
Code: Select all
function PlaySound(string Filename)
{
APICall ${System.GetProcAddress["WinMM.dll","PlaySound"].Hex} Filename 0 Math.Dec[22001]
}
Then to play a sound..
Code: Select all
call PlaySound "c:\\windows\\media\\ding.wav"
