I\'d like people to have the ability to launch a Native AIR app via URL. My AIR app would read some parameters on it and open to the correct state.
So the use case w
for iphone you should use an Url-scheme http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html
for android you should edit the AndroidManifest.xml like this
You can find more answers here How to implement my very own URI scheme on Android