- Forums
- HTML
- Flash How To Set Field Background Color In Flash Cs4
this post talks about flash how to set field background color in flash cs4 [753], Last Updated: Sat May 18, 2024
wallpaperama
Wed Feb 04, 2009
2 Comments
1597 Visits
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