Right now this is the code I have. Apparently SoundPlayer doesnt exist in the namespace System.media
System.Media.SoundPlayer player = new System.Media.SoundPlayer(@"c:\waterfall.wav");
player.Play();
What else can i use? I mean theres tons of ways to do it in a window application but...