How to sart Adobe Air App with arguments?
How to sart Adobe Air App with arguments, is it possible, 开发者_运维技巧at least with native apps?
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.
精彩评论