如何从网址播放视频?

时间:2015-04-14 07:39:54

标签: xaml windows-8.1 mediaelement

我正在开发一个Windows 8.1应用程序,我想通过URL播放视频。

我尝试了这个,但它无法正常工作

<MediaElement x:Name="VideoPlayer"
        Height="425"
        Width="700"
        AreTransportControlsEnabled="True"
        Source="http://www.dailymotion.com/video/x16xp80_brain-games-what-you-don-t-know_shortfilms"
        AutoPlay="False"
        DoubleTapped="VideoPlayer_DoubleTapped" />

1 个答案:

答案 0 :(得分:1)

这不起作用,因为您的网址是一个网页。您必须设置uri supported video file