Thread: Text Area
View Single Post
  #3 (permalink)  
Old Jul 18th, 2007, 15:14
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text Area

Say your text field had an instance name of..."mytxt"

You can change values using AS like this: (I don't think you can do it from the components panel.)

mytxt.background = true; //need to set this b/c the default is false
mytxt.backgroundcolor = ffffff;

There are other values you can change, such as:

border
borderColor
textColor

Along with many others, including alignment and such.

Hope this helps.
Reply With Quote