[flexcoders] Re: Call external App from AIR

2009-01-22 Thread lehaianh1986
A great solution that I find is FluorineFx Aperture Framework. Here is link http://aperture.fluorinefx.com/ It allow us to write extension library to control more things, then now I can control word automation.

[flexcoders] Re: Call external App from AIR

2009-01-07 Thread Devaraj
--- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: So can command proxy execute something I talk above? Yes it can, because it has full access to the desktop (within user permissions). I'm not sure if Java has the ability to use ActiveX objects, but I believe it does. There

Re: [flexcoders] Re: Call external App from AIR

2009-01-07 Thread Derek Vadneau
If you're ok with Windows only and having Office installed, Northcode's SWF Studio would be another option. You also have a lot more control of the desktop compared to AIR. AIR is great at what it does - taking web applications to the desktop and providing an avenue for online/offline apps. But if

[flexcoders] Re: Call external App from AIR

2009-01-07 Thread lehaianh1986
Thank all of you!!! I will try these solutions. In some next days, I will post questions.

Re: [flexcoders] Re: Call external App from AIR

2009-01-06 Thread Sam Lai
Thank Sam! I build an client AIR app. I find that all the way which I have tried is can't execute. I have received another guide about command proxy so I will search about it. The command proxy allows you to send calls to external code to do things you can't do in AIR via sockets. Effectively,

[flexcoders] Re: Call external App from AIR

2009-01-06 Thread lehaianh1986
I want to build an App which have function : open MS word document, work with it, save it to plain text, then upload text file to server. So I choice AIR because I see it have same functions. The command proxy allows you to send calls to external code to do things you can't do in AIR via

Re: [flexcoders] Re: Call external App from AIR

2009-01-06 Thread Sam Lai
So can command proxy execute something I talk above? Yes it can, because it has full access to the desktop (within user permissions). I'm not sure if Java has the ability to use ActiveX objects, but I believe it does. There is a .NET command proxy concept out there too, but it isn't as

[flexcoders] Re: Call external App from AIR

2009-01-05 Thread lehaianh1986
Thank Sam! I build an client AIR app. I find that all the way which I have tried is can't execute. I have received another guide about command proxy so I will search about it. How about just distributing that SWF and the HTML file instead of using AIR? can you give me some information about this