sorry again for double post but whats the problem in this
code:
function OnSoundEvent_CtrlClicked(Wnd, ControlId)
{
if (ControlId == "BtnPlay")
var Message = "Sound not playing! Learn about MsgPlus.PlaySound! ";
MsgPlus.DisplayToast("", Message, "notify.wav");
}
else if (ControlId == "BtnClose"){ Wnd.Close(1); }
and show me how to play and stop a sound...