Outlining text via Actionscript.. or some automatic way

Any clues on how to have it so the text inside a textarea can be outlined, no matter what it is, through actionscript? Or some other sneaky way?

I’m not talking about using the ink tool and such, a more complex way is what I’m looking for…

dynamic text or static text?

It’s a text area, so not a text field. However it is dynamic text. the TextArea.text is equal to an input box that a user can input data from.

so you want an outline around an input box?

Sneaky way… create 2 more instances of that textbox and place them under your primary instance. Color them with the collor you want your “outline” to be… and move them one - 2px up and lelt and the other 2px down and right.
Sneaky enough :)?

just tested it…
you should use 4 instances because with only 2… you’ll have problems at the corners.

Thanks for the hint it worked awesome!