【问题标题】:Windows 8.1 Video PlayerWindows 8.1 视频播放器
【发布时间】:2013-10-01 20:19:58
【问题描述】:

我想知道我是否(以及如何)在 Windows 8.1 应用程序中显示视频(youtube 或 dailymotion)。

我想通过以下网址观看:http://www.dailymotion.com/embed/video/x1561xg

谢谢

【问题讨论】:

    标签: html windows-8 development-environment winjs windows-8.1


    【解决方案1】:

    我只有 C#/XAML 应用程序的解决方案。它可能会启发你。

    XAML

    <WebView x:Name="webView" />
    

    C#

    webView.NavigateToString("<iframe width='620' height='348' src='http://www.dailymotion.com/embed/video/x1561xg' frameborder='0'></iframe>");
    

    【讨论】:

    • 是的! WinJS: var webview = document.createElement("x-ms-webview"); var iframe = ""; webview.navigateToString(frame);
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-05
    • 1970-01-01
    • 2014-04-22
    • 1970-01-01
    • 2014-05-01
    相关资源
    最近更新 更多