[flexcoders] Call external App from AIR

2009-01-05 Thread lehaianh1986
Hi every body. I'm a newbie in Flex and AIR. I have new project that create an AIR app. It open MS word document, edit and save as to plain text. So my idea is use Actionscript in AIR app to call javascript in mx:html, then java code call an ActiveXObject to launch MS Word app. I use Flexbuilder 3

Re: [flexcoders] Call external App from AIR

2009-01-05 Thread Sam Lai
Is this a client/server app, or a client-only app? If client only, you can't call ActiveX objects, in fact, you can't run Java code at all (except with the proxy, which makes things more complicated). In the HTML file - you are loading it in IE, and using that to access ActiveX objects? That code