Hello, does anybody please know, why I can only set the background color here?
var _label:Label = new Label();
_label.text = 'should be red';
_label.textField.background = true;
_label.textField.backgroundColor = 0x00FF00;
_label.textField.textColor = 0xFF0000;
addChild(_label);
Thank you
Alex
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

