如何在WPF应用程序中播放Flash

发布于 2024-08-04 13:54:54 字数 274 浏览 4 评论 0原文

我有一个 WPF 应用程序,我想在其中播放 Flash 电影。

我使用了 WInforms Active X 控件,如此链接中所述,

它有效部分地,但现在每当我运行应用程序时,它都会崩溃并显示“InvalidActiveXStateException”,

有人知道如何解决这个问题吗?

I have a WPF application and I want to play flash movies in it.

I used the WInforms active X control as described in this link

It worked partially, but now whenever I run the application it crashes saying "InvalidActiveXStateException"

does anyone have an idea how to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奶气 2024-08-11 13:54:54

我建议在您的 WPF 应用程序中添加一个 WebBrowser 控件,并允许 IE 直接加载 Flash 影片的 URL;这反过来会加载 Flash 插件。您需要将 WPF 应用程序构建为 x86,这样才能在 x64 Windows 上运行。

I would recommend adding a WebBrowser control to your WPF application and allow IE to load the URL of the Flash Movie directly; which in turn would load the Flash Plugin. You will need to build your WPF application as x86 only for this to work on x64 Windows.

冰雪之触 2024-08-11 13:54:54

我找到了解决方案。
您可以使用 AxShockwaveFlash。
请参阅此链接

I found a solution.
You can use a AxShockwaveFlash.
see this link

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文