Wednesday, August 21, 2013

Playing Flash Files (SWF) in C# Form - CodeProject

Now this is an article that will come in handy!

Maybe sometimes you want to play a shockwave flash file (.swf format) in your C# or VB Visual Studio form. There are many ways to do it, but the easiest way is using its component which is available for use. In this tip for beginners, we will review how to play a shockwave file (.SWF) in our Visual Studio form with the easiest and fastest way by using Shockwave flash object component.

This component is located at %systemroot%\system32\macromed\flash9c.ocx and if you can't find it, you must install the latest version of Adobe Macromedia Flash Player. With this component, you can play all .swf files in order to show them in your projects and not reference which kind of flash file you use (a flash game, a flash banner or something else).


Playing Flash Files (SWF) in C# Form - CodeProject

Android: How to communicate with .NET application via TCP - CodeProject

This is a very handy article to have. 

Android: How to communicate with .NET application via TCP - CodeProject