This content has been marked as final.
Show 2 replies
-
1. Re: NativeProcess.isSupported always return false
neh@adobe Dec 17, 2012 12:36 AM (in response to sivacse24rep)NativeProcess will not work in a .air file. You will have to create a native installer for the undelying platform for NativeProcess to work.
You may find some help at:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/NativePro cess.html
For testing purpose only, you can use adl -profile extendedDesktop <path to app descriptor> <path to swf>
Hope this helps,
Neha
-
2. Re: NativeProcess.isSupported always return false
sivacse24rep Dec 17, 2012 2:53 AM (in response to neh@adobe)Hey thanks for the Informaion...insted of installing application as .air, i used the .exe. Its working fine now...


