Components Flex



    
        [Bindable]
        public var colorValue:int = 0x333999;
        public function changeHBoxStyle():void {
            colorValue = cp.selectedColor;
        }