Mediaelement in Windows 8 Metro App
问题 I have a scenario specific to my app. I am managing music file playlist in XML for my metro app. And its saving music files actual path like this D:\MyMedia\1.mp3 I have media element in my XAML page and I am setting its Source like this. mediaElement.Source = new Uri(@"D:\MyMedia\1.mp3", UriKind.Absolute); mediaElement.Play(); but its not playing the media and its giving the error like this MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x80070005 So someone tell me how I can play some