Recently Adobe AIR made became a significantly stronger tool. It now is capable of running native applications via the NativeProcess API. While NativeProcess is only available when outputting to a native installer and targeting the extendedDesktop profile, it is invaluable when an AIR application requires all the privileges allowed to a Java or C# app. A limitation of NativeProcess, however, is its inability to interact with certain command line utilities, features, and applications written in interpreted languages (such as Python).
In order to sidestep this shortcoming we wrote two pieces: a small C++ based application which acts as a proxy and an .... read on ›






