Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I need to play flash games in Windows Forms C# offline.
I downloaded the flash game, but do not know how to play
it in my solution.

I tried using Macromedia Flash Factory
Object Tool and Shockwave Flash Object Tool, but it did
not work.

Please any help would be appreciated!
Posted

1 solution

Flash is essentially a web based technology.
To run this in Windows Forms, you need to embed a flash player.

Try
http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspx[^]
http://it.toolbox.com/blogs/rymoore/embedding-flash-in-windows-forms-4398[^]
http://www.componentone.com/SuperProducts/FlashNET/[^]

This question was also asked earlier. Some of these answers might help you out.
Flash In Windows Forms[^]
 
Share this answer
 
Comments
Ben Paxton 13-Jul-12 5:08am    
I did try this. It only works with a normal flash video, not
with flash games.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900