I am using native process API of Air2 in HTML/Js framework. The problem comes when i try to make object of NativeProcessStartupInfo.
To package an .air file into a native installer you have to use a batch program called adt. The command on Windows will look something like this:
I\'ve installed the Flex 4 SDK and overlayed it with 开发者_运维知识库the AIR 2.0beta2 SDK and am unable to bet the Flex chrome to show up when I try to use Spark\'s WindowedApplication.
I have a class that performs database operations and returns results (array, true, false). And I have an another class that creates JSON string by using this class in its constructor.