TextField background color

Is it possible to change the color of a textField. It’s an input field and I want to make the background grey

So if you know a solutions please give it to me

You could simply draw a grey square an place it behind the text field.

=)

Thanx, but I got a solution using actionscript. This is a better way, because you can change the font color as well.

I first tried youre solution, but this is better

But thanx anyway!

Spread the knolege my friend.

=)

Alright here I go…

Use this code in the first frame


myTextField.background=1
myTextField.border=1
myTextField.backgroundColor=0x666666

name youre textfield “myTextField”

Now you have a colored textField.

I hope you get it.
:slight_smile:

Thanks dude!

=)