Is there any way to compile different CSS files based on a compile-time flag?
For better or worse, I'm trying to avoid the build/deploy complexity of
multiple SWF artifacts.
I can't use the following because I get the error "Data binding expressions
not supported with attributes processed at compile time"
<mx:Style source="{styleSource()}"/>

