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: 14454)

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.



Load ColorPicker from .swf with loadMovie()

(2008-04-01 - views: 12699)
Q: Is there a way to load a .swf file with ColorPickerV3 into a blank movie on the stage, without the color picker loosing it's functionality ?

A: The AS2 version ColorPickerV3 component uses Macromedia V2 components. This is why you should use the DepthManager class when placing new movie clips on the stage and not the getNextHighestDepth() method. You also need to have the ColorPicker component in the Library of the loader clip.

In this particular case, you can place the loader movie clip on the stage during design time and just call loadMovie in run time and every thing will work. Or you could create the loader clip using code and place it on a depth you know for sure it's empty or use DepthManager to place it on an empty depth.
Files: CPicker_loadMovie.zip 


Back