righ now i’m using Flex 4.1 libs, when compiling Flex puts all used libs into the root of the application, however – i don’t want them there, i want them to be inside Flex_root/libs.
Anyone a clue where i can change the lib location?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re talking about the framework files (swz) you can’t change their location without also changing location of your application.
If you want to compile all this into a single file, you can turn off RSLs, then you’ll only get one result file, not a bunch of different files.