문제

I'd like to know if (and how) I could show a video (youtube or dailymotion) in a Windows 8.1 App.

I want to watch from an url like : http://www.dailymotion.com/embed/video/x1561xg

Thanks

도움이 되었습니까?

해결책

I have solution for C#/XAML apps only. It might inspire you.

XAML

<WebView x:Name="webView" />

C#

webView.NavigateToString("<iframe width='620' height='348' src='http://www.dailymotion.com/embed/video/x1561xg' frameborder='0'></iframe>");
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top