backgroundColor="0xFFFFFF">
[Bindable]
public var currentColor:Number;
public function changeColor():void
{
myTextArea.setStyle("backgroundColor",myCP.selectedColor);
currentColor= myTextArea.getStyle("backgroundColor");
}