Page 1 of 1

Adobe AIR functions in Delphi

PostPosted: December 23rd, 2010, 10:34 am
by informaticagm
Hi guys,

I have an issue:

I have a SWF file that I load on a Delphi form through its flash activex component, and that´s all perfect. But I need some functionalities that only Adobe AIR API can give me, so I have published the previous SWF file (in Actionscript 3) with Adobe AIR, so I obtained an .exe file besides the SWF file.

And the problem is: when I try to load the new SWF in Delphi, it doesn´t work, because (I supose) Adobe AIR functionalities needs the Adobe AIR engine, and this is not available with the ActiveX control of flash in Delphi.

Is it right? What can I do? There is an Adobe AIR ActiveX control or something similar?

Thanks all.

Re: Adobe AIR functions in Delphi

PostPosted: January 18th, 2011, 3:54 pm
by Stefan
Why not open a socket in Delphi and connect to that from AS?
Then you can tell AS to do whatever you want Delphi to do over the socket and vice versa.

Stefan