0

I'm trying to code or call the AIR [for desktop] from SWF, so SWF to AIR. Can't find any good codes. Can someone help me how can I code it.?

Assuming my SWF filename is MAIN.swf then for the AIR is DETAILS.airi

So in my MAIN.swf, I have a button there where when I click it, it will proceed to the DETAILS.airi. Is it possible to call the AIR came from sWF?.

Thank you in advance for the reply.

user2826499
  • 121
  • 1
  • 1
  • 19

1 Answers1

0

You can use LocalConnection to communicate between SWF and AIR.

As3 - LocalConnection between SWF and AIR desktop app

Community
  • 1
  • 1
Stan Reshetnyk
  • 1,986
  • 1
  • 13
  • 31