Hi,
Adobe doc says that parameters can be passed to the app through ADL by appending -- parameters to the ADL command line
However, when i typed "-- tick tock" in the ADL options in the run/debug configurations, it was appended BEFORE the descriptor files.
ADL launch command:
D:\ApacheFlex\flex-sdk\bin\adl.exe -profile extendedMobileDevice -screensize iPad -XscreenDPI 132 -XversionPlatform IOS -- tick tock D:\ApacheFlex\out\production\flex-sdk-mobile-sandbox\FlexSdkMobileSandbox-app.xml D:\ApacheFlex\out\production\flex-sdk-mobile-sandbox
Note: I have seen there is a "Program parameters" box, but it's only available for desktop apps, not mobile apps.
So maybe it was considered there is no use of passing parameters to a mobile app, so the option was removed ?
Maurice