Question

I have the unfortunate constraint that I have to put a Flex application on a server that will not allow . in its filenames.

The Flex libraries (.swc) are somehow turned into .swf files in the process of 'compiling' the Flex application and their filenames are changed into <FRAMEWORKNAME>_###.##.#.##.swf and what I need to do is get those .swf files without the . characters.

What I'm looking for is any leads whatsoever before diving deeply into Google

Edit: I do not think that the libs are local to my company. They are in the flex_bin folder and have names like Framework_###.#.##.#, spark_#.#.##.#., etc.

Was it helpful?

Solution

These are the libraries provided by the Adobe, you can set the compiler options to merge these into one big SWC file. Check the link for 'Merge the SWC file into the application SWF file when compiled' step.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top