Reputation: 1111
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.
Upvotes: 0
Views: 289