Tagged Questions

2
votes
1answer
456 views

Why does the Flex compiler generate varying file sizes on successive compilations of the exact same source code?

I'm building a SWF using the command line compiler mxmlc.exe. The compiler writes the output file size as part of it's stdout. If I run the compiler multiple times in succession without changing the ...
0
votes
1answer
215 views

changing a Flex movie to use Runtime shared libraries and losing text in charts

I'm creating a small size Flex movies which contains two line charts, at the moment the size of the release build swf is 343KB, which is too large for our needs. I've tried changing the loading of ...