[flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread akila_ksri
Hi, I have an Air application which is launched from a C# application using System.Diagnostics.Process.Start(myAirApp.exe). I need to be able to return some results from the Air app back to my C# app. Is there any way to do this? Any help regarding this would be greatly appreciated. Thanks

Re: [flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread Tom Chiverton
On Thursday 26 Feb 2009, akila_ksri wrote: using System.Diagnostics.Process.Start(myAirApp.exe). I need to be able to return some results from the Air app back to my C# app. obviousHave the AIR app write a file, read that back in. -- Tom Chiverton Helping to dynamically cluster cross-media

Re: [flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread Ashish Verma
I think there is AxInterop.ShockwaveFlashObjects.dll that would be useful On Thu, Feb 26, 2009 at 4:46 PM, akila_ksri akila_k...@yahoo.co.in wrote: Hi, I have an Air application which is launched from a C# application using System.Diagnostics.Process.Start(myAirApp.exe). I need to be

Re: [flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread Maciek Sakrejda
I think you should be able to have the C# app open an XML socket server, and communicate back through XMLSocket from Flex. It's much more straightforward than reimplementing LocalConnection, and much more flexible than communicating through a file. -- Maciek Sakrejda Truviso, Inc.