Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试.asx在我的 Metro 应用程序中打开一些链接。但似乎MediaElement也没有工作。WebView
.asx
MediaElement
WebView
还有其他选择吗?
假设播放列表(.asx 文件)包含 Windows 8 可以播放的视频,我建议在您的应用程序中下载该文件并对其进行解析。然后只需将实际的视频网址传递给播放器框架(如果只有一个视频,则通过设置源,如果有更多,则填充播放列表)。