WPF Application hosting a HTML page, the flash is disabled, how to enable?

前提是你 提交于 2019-12-25 02:47:32

问题


I have made a small application where the user can browse to a web page, im using a "Frame" for the purpose and passes a URL to it, it then renders the destination page as HTMl. The page im trying to show shows some flash animation and my "Frame" browser cant show it, i suspect that the browser plugin is disabled, but how to enable, when the hosted "Frame" browser has no toolbar?


回答1:


Solved: The problem wasnt enabling/disabling, but the fact that i set my WPF application to compile to "Any CPU" and im on a 64 bits computer. Flash does not run in 64 bits, so i changed my compile platform to x86 - and voila, it works.



来源:https://stackoverflow.com/questions/2927548/wpf-application-hosting-a-html-page-the-flash-is-disabled-how-to-enable

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!