来自服务器的mp3文件在媒体元素中播放时间超过5分钟。
代码:
<MediaElement
Name="player"
Source="{Binding ElementName=lbTrack, Path=SelectedItem.FilePath, NotifyOnSourceUpdated=True,NotifyOnTargetUpdated=True}"
UnloadedBehavior="Stop"
Volume="{Binding ElementName=volume, Path=Value}" MediaEnded="player_MediaEnded" MediaOpened="player_MediaOpened"
LoadedBehavior="Manual" />
答案 0 :(得分:0)
您将从ActiveX媒体播放器获得更好的性能。试试这个演练: http://msdn.microsoft.com/en-us/library/ms742735.aspx