views:

22

answers:

1

How to sart Adobe Air App with arguments, is it possible, at least with native apps?

+1  A: 

How do I use command line arguments with my AIR application?

In AIR you can have your application listen for an InvokeEvent. This event will contain any arguments that were passed into the application via the command line both at launch and while the application is running.

davr