views:

751

answers:

1

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