views:

811

answers:

3

Hi guys,

I'm looking for a free or cheap AS3 Color Picker Component which enables this feature: http://i.imgur.com/X6zKjl.jpg http://i.imgur.com/8w4uAl.jpg

I don't need more features, just a "rainbow" field to choose more than just the standard hex-colors.

I found a lot of those components, but almost all of them are AS2.

???

+1  A: 

Flash Color Picker Pro V3 goes for $40. Or you can use the built-in color picker for AS3.

This blog post on ColorPicker Component in Flash CS3 with AS3 (actionscript 3)has a pretty good free color picker as well.

0A0D
is the $40 dollar version the only one supporting the feature i would like to have? $40 dollars is kind of expensive. I know the normal colorpicker component, however i need the mentioned feature.
It's the best one that came up.. $40 isn't too bad actually
0A0D
A: 

There's a decent-looking open source color picker implemented in Flex 2.0 here: http://kss.korax.ru/flex/cp/index.html .

After a quick look at the source, it seems pretty straightforward to adopt into AS3.

ZackBeNimble
A: 

Keith Peter's Advanced Color Chooser from the MinimalComps set looks pretty nice.

George Profenza