I am working on Windows 7 based application development in Silverlight. I have not been able to find a way to play a an audio file in windows 7 phone programmatically. I hav
You can place a MediaElement in your XAML view:
then in the code-behind:
sound.Play();
Supported formats are MP3 and WMA.