Windows Phone 8.1设置了MediaElement的源代码

时间:2015-02-05 14:45:31

标签: windows-runtime windows-phone-8.1 windows-phone mediaelement

我想在Windows Phone 8.1中更改媒体元素的来源。 我做了什么: xaml.cs文件:

MediaPlayer.Source = new Uri("ms-appx:///Assets/song1.mp3", UriKind.RelativeOrAbsolute);
MediaPlayer.Play();

我的MainPage.xaml文件:

<MediaElement x:Name="MediaPlayer" Source="Assets/song1.mp3" AutoPlay="False"/>

ting是我想要更改源,然后播放新的源文件。 但是当我按下按钮te执行上面的代码时歌曲不播放,没有任何反应。而且我确定我有正确的文件路径。

0 个答案:

没有答案