简体   繁体   中英

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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM