Can Adobe AIR desktop applications communicate with other Adobe AIR applications?
Yes. Adobe AIR applications can communicate with each other via the use of the LocalConnection ActionScript API. In addition, Adobe AIR desktop applications can communicate with other processes using the Native Process API. For additional information, see the article: Interacting with a native process.