Bueno con el TextArea no me he metido bien.. .jeje
Pero para cambiar las propiedades del ComboBox del FM2004
Puedes utilizar algo asi:
Código PHP:
my_cb.setStyle("rollOverColor", "0xFF0000");
my_cb.setStyle("selectionColor", "0xFFf000");
my_cb.addItem("hola")
my_cb.addItem("hola1")
Estas Son las propiedades que puedes alterar desde AS
[list=a][*]alternatingRowColors[*]backgroundColor[*]borderColor[*]borderStyle[*]defaultIcon[*]rollOverColor[*]selectionColor[*]selectionEasing[*]disabledColor[*]textRollOverColor[*]textSelectedColor [*]selectionDisabledColor [*]selectionDuration [*]useRollOver [/list=a]
Saludos!!