Thank you Kenneth, this explains what probably happens beneath the hood
On Tue, Sep 21, 2010 at 1:16 PM, Kenneth Kawamoto <[email protected]> wrote: > If you "cancel" the TextFormat you should be able to apply textColor, i.e. > > _label.setStyle("textFormat", new TextFormat(null, null, null)); > _label.textField.textColor = 0xff0000; > > But then you may as well just do: > > _label.setStyle("textFormat", new TextFormat(null, null, 0xff0000)); > > ;) _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

