http://www.globfx.com/products/neoswiff/
NeoSwiff allows developers to write Flash?applications in C#. It includes:
· NeoSwiff SDK is .NET compatible. (browse the SDK) · Integrated help system. (screenshot) · In addition to automatic compiler checks, NeoSwiff includes warnings and runtime fatal errors. (screenshot) · Create libraries: write code once, re-use it later in future projects. · Two development modes: Debug generates traces and warnings, Release produces the final small and fast SWF movie.
· Complete project management: C# sources files, libraries dependencies, resources. (screenshot) · Intellisense. (screenshot) · Debug console for traces and fatal runtime errors. (screenshot) · Syntax highlighting editor. (screenshot)
· Analyzes the produced SWF code, optimizes it and removes unnecessary instructions. · Remove unused functions from the final SWF file. · Inline small functions to avoid the cost of a function call. · Remove functions and variables names from final SWF, which becomes naturally obfuscated and not readable by decompilers. · Inline assembler instructions can be included to write high performance or small algorithms. |