Change string/variable color?(textfield)

Hello, I am building a project where I got XML text displayed on a textfield.
How can I change a specific word’s color through actionscript 3 instead of doing it on XML?

I though of creating a String variable for my word and then using that variable in my textfield.text, it works but is it possible to set a color for that variable?