how to play flash in WPF application

前端 未结 2 1841
孤独总比滥情好
孤独总比滥情好 2021-01-24 08:44

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 when

相关标签:
2条回答
  • 2021-01-24 09:21

    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.

    0 讨论(0)
  • 2021-01-24 09:30

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

    0 讨论(0)
提交回复
热议问题