There is a bug in the MediaPlayer component on Windows 8. A bug requires MediaPlayer Source to be set in the Code Behind in this manner:
mediaPlayer.Source = new Uri(mediaPlayer.BaseUri, "Media/file.mp4");
There is a bug in the MediaPlayer component on Windows 8. A bug requires MediaPlayer Source to be set in the Code Behind in this manner:
mediaPlayer.Source = new Uri(mediaPlayer.BaseUri, "Media/file.mp4");