if i have a textarea or a field, how would i set or change the background color of the field?

ANSWER:

field_name.background = true;
field_name.backgroundColor = 0xCCAA;


if you use the above action script, you will get a yellow background.

note, i was using flash cs4 with actionscript 3.0