Hi there,
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?
Hi there,
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?
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.