Hi,

I made my own theme .swf and .css file based on the Aeon theme from Adobe.
Now I'd like to point the Flex compiler to use my theme.css rather than the
default.css found in the Flex SDK.  So from what I have read there are a few
ways to approach this:

  1. using some external compiler like ANT build (which I don't want to
  do at this point)
  2. in the .actionScriptProperties file, add defaults-css-url
  myTheme.css somewhere
  3. in the flex project properties inside the Flex Compiler window add
  defaults-css-url myTheme.css inside the additional compiler arguments

The thing is I am not sure where to start and in what syntax I would write
these new options.  Additionally I cannot find hardly any documentation on
how to do this, just references saying you can.

Does anybody have any links or examples they could share so that I can
tackles this?

For instance I tried using option 3 saying -defaults-css-url myTheme.css and
myTheme.css resides at the project level.  It threw some errors about null
references and the like.  Do I have to have a fully declared file location
for my css?

Thanks,
Justin

--
justin w. opitz
617.771.6639
jwopitz(at)gmail.com

Reply via email to