I'm trying to reduce the output size of an SWF file compiled using Flex, and would also like to know how to remove the gui dependancies.
Using CS3 I can simple create an AS file with the line trace("hello world") compile it and end up with a swf file which is under 1k and runs instantly.
How can I do this using Flex.. Firstly compiling using mxmlc the swf file is much larger, and there is always the progress bar when I execute the swf ( I'm assuming it's loading gui control libraries etc ).
Thanks