Stop()

var mySound = OpenSound("c:\\intro.wav")
mySound.Stop(true)

Close