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.