Menu:

Sponsor

Discover Master of Alchemy, our first iPad/iPhone and iPod touch game!

Forum's topics

Latest Files

Categories

Color picker 2 component for Flash

Flash Version: Flash 8
Total downloads: 14720
Category: Component
File last revision: 13, Jul 2006 01:07:23
License: LGPL

This is the update version of the previous color picker component.
It add the advanced color selection panel beside the standard web-safe colors. Moreover you can customize the advanced colors using the "setAdvancedColorsMatrix" method.

 Comments Feed

Do you like this file? Please make a little donation

Flash content

 

Comments (92)

for_mina on 29th August 2010

Good

jan.weber on 28th June 2010

@elandros : Simply add a listener object as you can find in the FLA!

jan.weber on 28th June 2010

You can change the direction with the following 4 variables:

$colorPicker.direction = "UR"; // Up Right
$colorPicker.direction = "UL"; // Up Left
$colorPicker.direction = "DR"; // Down Right
$colorPicker.direction = "DL"; // Down Left

Regards,
Jan

elandros on 15th February 2010

How can i call a function when the color has choosed ?

edinelson2006 on 4th February 2010

Thanks for all!, but...do you have an user manual?

sdgdf on 6th December 2009

dfgdfg

liddell.erik on 20th November 2009

Can someone please tell me how i can change the direction the color chooser opens?

if(this._x>512){
//myColorPicker please change to DOWN_LEFT;
}

entingh on 22nd October 2009

I found a bug. Looking at your colorpicker.as, the function updateColors uses the varialble "_color" instead of "value" in one instance, so if I want to change the selected color of your picker, I have to write two lines of code instead of one.

colorBg.color = parseInt("FFFFFF",16);
colorBg.updateColors(parseInt("FFFFFF",16), true);

entingh on 22nd October 2009

It's funny how I can't seem to find ANY documentation on such a great and widely used component. Fail.

entingh on 21st October 2009

myColorPicker.setRGB(parseInt("FFFFFF",16)); will not change the color for the color picker when the first keyframe executes actionscript. It doesn't work on any other keyframe either. What am I doing wrong here?

Add your comment