I want to make a flash/web page that I can send a client to and they can see a basic mock up of their site and have the ability to click on different areas i.e. background color area, header color area, menu color area, and with a basic color-picker, choose their favorite colors for their layout. Then I could apply their choices to the finished site etc.
Here's a basic idea I drew up:
I saw one example on Flashkit, but it was all AS based and I couldn't figure out how to strip the code correctly to apply to my needs. I included the KM that has that code.
That works fine. To apply it make the an onclick to function for each part of your layout(each will need to be it's own movieclip) That sets which item to color and apply the onclick in the color chooser to that clip instead of the one drawn in the example.
I took Bret's example and tweaked it to an almost finished stage, but I was wondering about the color swatches...Can the AS be made to include even more gradation choices? Included KM file.
I suppose it is but I'm not sure how you'd go about it. You have to select at least two colors for each. It would require a pretty significant investment of time to figure out a suitable way of doing that.
I wasn't thinking straight there...I put the decimal color text boxes back in and now have the client emailing me their decimal numbers when they are done. They seem to be happy enough playing with it
On a side note, I couldn't figure out where to put your hex converter code, Bret. I just used a website that converts the dec to hex. Thanks again for all the help!