hello, i have developed an actionscript 3 app and deployed it on air, now when i compile it, it fails to add to the bundle the import classes i have used...
How can i add all imports to the compiled .air bundle ?
Printable View
hello, i have developed an actionscript 3 app and deployed it on air, now when i compile it, it fails to add to the bundle the import classes i have used...
How can i add all imports to the compiled .air bundle ?
Go to publish settings, click on the button next to Actionscript 3, then on the button library path and add your library to the path. If you have xml files or external movies click on the button next to Adobe air and add the files where it says include files.
Try to drag the files into the lib folder of your application. i didn't know you are using Flash builder.
When you create a new mxml file you need to have a project, in which this file will be located and there is a lib folder. You cannot create a standalone mxml file.
hi, i tried to create a new project, and it did create a libs folder, then i tried adding my libs (org com etc) to that folder, and after compiling they appeared on the installation folder, but they were empty! no AS files so app crashed badly, this has been happening since the beginning of my development, this app has been worked through allmost a month now, and well, now i would really like to add those files so people can deploy it one click install, and not by manually adding the libs as we are now
what i was hoping for, was for some command line options that i may add to the compiler dialog, which maybe will add all files to bundle
thanks for your assistance.