I have a project that was done on PC and created in an ActionScript 3.0 fla
I am now using Flash Professional CC and I can compile and run this on Android by selecting Air For Android in the publish settings.
However, the few things I have found about intents are assuming I am using an "Air For Android" fla project and my current project wont let me use any of the code
e.g.
Air Android - Adapt the intent filter for receiving content from other apps
Talking about the manifest etc. as well which I don't seem to have access to via the AS3 project.
Am I going to have to convert my project over to an Air For Android one to be able to get at intents?