I have actionscript code embedded in a flex mxml file, and I noticed some colors I was not able to change via normal settings.
In particular, the colors for static variables, functions, and local variables all seem to be "hardcoded" to particular colors.
However, other colors, such as for keywords, seem to use the normal actionscript color settings (ie, the same as in a pure .as file).
Is there a way to set the embedded colors that I am missing?