This content has been marked as final.
Show 1 reply
-
1. Re: NativeProcess.isSupported always return false
sinious Dec 17, 2012 12:02 PM (in response to sivacse24rep)NativeProcess:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/NativePro cess.html
The NativeProcess class and its capabilities are only available to AIR applications installed with a native installer (extended desktop profile applications)
Your descriptor file makes your app both desktop and extendedDesktop. Remove desktop because it is not supported with that.
<supportedProfiles>extendedDesktop</supportedProfiles>
Using both profiles:
Using just extendedDesktop:



