Developer Network Home  Help 

YDN Flash Developer Center Astra Flex Components DropDownColorPicker Examples
Flash Developer Center

ASTRA DropDownColorPicker

DropDownColorPicker is a user interface component for Flex that allows the user to pick a color value. Similar to the standard Flex ColorPicker control, the DropDownColorPicker also gives the developer the ability to completely change the dropdown control to give the user a variety of color views.

Examples: DropDownColorPicker for Flex 3

DropDownColorPicker MXML Example Screenshot

Creating a DropDownColorPicker in MXML

This example demonstrates the minimum MXML required to create a DropDownColorPicker.

Source MXML | Output
DropDownColorPicker ActionScript Example Screenshot

Creating a DropDownColorPicker in ActionScript

This example demonstrates the minimum ActionScript required to create a DropDownColorPicker.

Source MXML | Output
DropDownColorPicker Custom Drop Down Example Screenshot

Setting a Custom Drop Down

This example demonstrates to pass a custom drop down plugin to the DropDownColorPicker.

Source MXML | Output
DropDownColorPicker Custom Viewer Example Screenshot

Setting a Custom Viewer

This example demonstrates to pass a custom viewer plugin to the DropDownColorPicker.

Source MXML | Output
DropDownColorPicker Image Example Screenshot

Using the DisplayObjectColorPickerDropDown Plugin

This example demonstrates the use of DisplayObjectColorPickerDropDown to display an externally loaded image.

Source MXML | Output