How to play SWF file in .NET 4.0 C# WinForms application?

微笑、不失礼 提交于 2019-12-11 10:35:06

问题


I have a SWF file which i want to be usable offline aswell. I have searched for how to play SWF files. But it doesn't work when i put a WebBrowser component ( it displays a save file dialog.. ). I have also seen that can use the AxShockwaveFlash COM component ( I myself used it in an application for .net 3.5 , AxShockwaveFlash doesnt show up when i browse for it in the .NET 4.0 application). cant find anything else for .NET 4.0


回答1:


Actually AxShockwaveFlash works, it didnt show up because of a wrong flash player version. what's needed is "Adobe Flash Player XX ActiveX" XX = latest version number.



来源:https://stackoverflow.com/questions/23448325/how-to-play-swf-file-in-net-4-0-c-sharp-winforms-application

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