Hi guys ,
I am developing an AIR app using Flash CS5 and i cannot get the NativeProcess to work when debugging my application. i desperately wants to have that because of some important functionality.
Please guide me to the correct route to get it to work.
cheers
SJ
import flash.desktop.NativeProcessStartupInfo;
import flash.desktop.NativeProcess;
var myApp:File = File.applicationDirectory.resolvePath("test.exe");
var myAppProcessStartupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();
var myAppProcess = new NativeProcess();
myAppProcessStartupInfo.executable = myApp;
myAppProcess.start(myAppProcessStartupInfo);
//---
i alread check the extended Desktop and Desktop in air settings..
but still NativeProcess return false..
North America
Europe, Middle East and Africa
Asia Pacific