My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Color Picker Pro V3

(views: 14449)

Color Picker Pro V3 is a highly customizable color picker flash component. Featuring additional themes and possibility to purchase customized themes. Here are all known issues for Color Picker Pro V3. If you have any questions that you think we should discuss here please let us know.



Preloader for the color picker

(2008-05-12 - views: 9843)
Q: How could I preload a Flash animation that contains the Color Picker component ?
A: This is done just like preloading any other Flash application:
- deactivate the Export on first frame option from the component (Linkage dialog box)
- set the classes to export on the 2nd frame (Publish settings -> ActionScript 2.0 Settings)
- place the preloader clip on the first frame and write the code that displays it while the entire clip is not loaded
- place the color picker and animations starting from the third frame.

Here is an example that shows you how to do it.
Files: CPicker_preloading.zip 


Back