Search code examples
c#windows-phone-7mp3wavmediaelement

MediaElement doesn't play mp3 or wav


I wanna play a sound when page is loaded. I created an MediaElement in components named "media". I changed setting as I want and when I run project, notting happens. I can't hear music. XAML : C# : media.Play();

Solution : Just tick to ID_CAP_MEDIALIB in Capabilities.


Solution

  • SOLVED: I solved this question. I just tick to ID_CAP_MEDIALIB in Capabilities. Sorry for trouble.