SoundEffect effect = SoundEffect.FromStream(resource.Stream); After you have the SoundEffect at your hands, you can call the Play() method to play it. This method has two overrides, one can accept no parameters in which it plays the media normally with the default volume and no changes in the pitch or the stereo space. The other override accepts three values:
Spying on Silverlight Applications with SilverlightSpy, a Must-have Tool
Simple Animation in Expression Blend Silverlight