This was sorted out. see
http://rantworld.blogs.com/flashlit/2006/08/styling_flex_te.html
The only problem now is that the embedded stylesheet at
runtime is not showing up in the html text. Does this mean
I have to use urlLoader to load in a stylesheet and then
create something that makes a StyleSheet object? Im curious
if anyone else had to do this.
I guess the new question becomes -- how do apply a stylesheet
to a textarea, by 1 it not generating a runtime error with
validateNow() and 2 -- how do you make it actually apply the global
stylesheet for the program. Right now you have to physically set
the stylesheet property to a created StyleSheet object - very
ghetto. Can't we just load in a stylesheet object and then apply
that? The global stylesheet has no id tag so there is no reference
to apply to the text field.
