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.
Flash content
Comments (92)
Good
@elandros : Simply add a listener object as you can find in the FLA!
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
How can i call a function when the color has choosed ?
Thanks for all!, but...do you have an user manual?
dfgdfg
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;
}
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);
It's funny how I can't seem to find ANY documentation on such a great and widely used component. Fail.
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?
