[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 in advance,
Akila 



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 cross-platform e-services



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

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
 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 in advance,
 Akila

 



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.
http://www.truviso.com

-Original Message-
From: akila_ksri akila_k...@yahoo.co.in
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Reading the output of an AIR application in C#
Date: Thu, 26 Feb 2009 11:16:44 -

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 in advance,
Akila