如何在WPF提供的媒体元素中播放.flv文件
我想构建一个组件来使用 asp.net 播放所有音频/媒体文件(尤其是 .flv 文件)。所以您能否为我提供创建该组件所需的代码/想法
I would like to build a component to play all the audio/media files(especially .flv files) using asp.net.so could you please provide me the necessary code/idea to create the component
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要一个 ASP.NET 组件来播放媒体,那么您应该考虑 Silverlight 而不是 WPF,但 Silverlight(可能)不会播放 FLV 文件。
If you want an ASP.NET Component for playing media, then you should be looking at Silverlight instead of WPF, but Silverlight (probably) won't play FLV files.