Prashanth,
There is currently no supported way to launch external processes with AIR. I won't say that you can't since just about anything is possible with enough ingenuity, but it's not supported.
This is a feature that we see a lot of requests for and that we are currently investigating for a future version of AIR.
Thanks,
Christian
What I would have done is to develop C#/VB .net application that would run my desired executable. I would have deployed this application as Click Once deployment withan option to take in the querystring parameters.
for example:
http://myserver/external.application?param1=calc.exe
I would have executed the above from within adobe flex, which then would have downloaded the C#/VB .net application and would have executed your desired application, in this case calc.exe. (ofcourse in C#/VB .net application above I would have invoked calc.exe to run). So all in all I would have wrapped the call of calc.exe in my custom C#/VB .net application.
thanks
Seems that Air 2.0 does not allow to open a precise application, just a existing file and its
default application in Windows.
What kind of socket connexion do we have to make. Is there some code or exemple somewhere, I don't have enouth knowledge to do that myself from scratch.
Thanks in advance.
AIR 2 does alow you to launch a specific application.
See an example here:
http://www.adobe.com/devnet/air/flex/quickstart/interacting_with_nativ e_process_02.html
-ted
North America
Europe, Middle East and Africa
Asia Pacific
Copyright © 2012 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).