How would I use a ColorPicker in Flex 3 to change the color of a movieclip which was dynamically loaded from an array into a SWFLoader?
A:
Listen to the ColorPicker's change event. When it fires, set the MovieClip's opaqueBackground color to the ColorPicker's selectedColor property
Raul Agrait
2009-04-02 06:12:15