Reputation: 1946
I would like to accomplish 2 tasks in AIR:
Is this possible to accomplish in AIR? Im using the latest version (2.6)
Upvotes: 0
Views: 104
Reputation:
No it's not possible out of the box. What you're going to need to do is write a native application in something like C# or C++ and then interface with that application using the NativeProcess API. Here is a video tutorial to something close to what you want to do, and should have you well under way.
http://gotoandlearn.com/play.php?id=125
http://gotoandlearn.com/play.php?id=126
Upvotes: 1