Lack of information about Flex Compiler
April 25th, 2007
Maybe I should calm down a bit, but it is really annoying not to find any adequate resources about flex compiler arguments or even how flex actually works. This time I wonder, if I am able to write compiler arguments into an Application class (like the SWF tag). Otherwise if I want to export a project with slightly different export settings, I had to create a new projects with slightly different compiler arguments and link the source folder to them. What a mess in my workspace!
Please Adobe:
Create more documents on the compiler settings and show AS3 examples as well. MXML is a pain to read.
Filed under: +
4 Responses to “Lack of information about Flex Compiler”
-
manfred karrer Says:
April 25th, 2007 at 8:15 pmi have not started with flex yet, but i have downloaded a lot of flex/as3 docs from adobe (http://download.macromedia.com/pub/documentation/en/flex/2/flex2_actionscript_examples.zip)
in one of the docs (flex2_buildanddeploy.pdf) there is a list of compiler settings.@ runtime shared libs:
maybe this helps:
livedocs 1521
livedocs 0782a pdf about the compiler api is also available at the docs(flex2_compiler_api_ug.pdf) has also infos about libs…
hope this helps a bit ;-)
br
manfred -
Bjorn Says:
April 26th, 2007 at 1:08 amDEATH TO THE COMPILER TEAM!!!
why stress brother?
most compiler args are in the docs..
If you want to set dynamic values use ANT.Unless your doing some crazy shit, it pretty easy..
-
Bjorn Says:
April 26th, 2007 at 6:05 amHey,
Its just been open sourced ;)
-
Paul K Says:
April 30th, 2007 at 9:17 pmI’m using FlashDevelop, but here’s my current compiler arguments line (one long line) placed below my imports and above my SWF statement:
/** @mxmlc -output bin\Player.swf -include-libraries bin -benchmark=true -debug=false -use-network=true -default-frame-rate 99 -es=false -generate-frame-loader=false -headless-server=true -incremental=true -keep-generated-actionscript=false -lazy-init=false -optimize=true -show-actionscript-warnings=true -show-binding-warnings=true -show-deprecation-warnings=true -strict=true -verbose-stacktraces=false -warnings=true
*/
[ SWF( backgroundColor='0xFCFCFC' , width='650', height='400' ) ]