Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adobe air command line parameters

Tags:

air

I am using parameters from the command line which come in through the invoke handler of my WindowedApplication. I used to build using the excellent Flash Develop, we are now using Flash Builder 4.

I would like to know where do I enter these parameters in Flash Builder 4 so I can test them while debugging my app.

like image 362
Neil Avatar asked Feb 13 '26 16:02

Neil


1 Answers

NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke);   

function onInvoke(e:InvokeEvent):void   
{  
    trace('onInvoke', e.arguments);  
}  
like image 159
Neil Avatar answered Feb 17 '26 10:02

Neil



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!