Kuler

Adobe Kuler API Key

Monday, December 1st, 2008 | Actionscript 3 | No Comments

I’ve finally gotten round to updating the previous quick and dirty example of how you could use the Kuler API to very quickly let your users skin your application, inconjunction with some greyscale tonal transitions to give it an Aqua look.

The changes Adobe made which broke the original version were to force the use of a Developer key, much like google maps, which must be included in all service requests. I’m not going to bother removing my key from the source, it’d be easy for anyone to decompile the swf, or use fiddler to check the service request. If you want to hide your key you’ll have to use a separate php script to proxy the service request.

Along with this they also require the use of the Kuler logo in your application.

Kuler Logo

Kuler Logo

Find out all the details for yourself and apply for a key here

Tags: ,

Let users pick their own theme with Kuler API

Thursday, September 4th, 2008 | Actionscript 3, User Interface | 2 Comments

Kuler is a simple adobe web app that lets users create a pallete of 5 complementary colours, others can then view, download, rate and comment on these themes.

The Kuler API is a fantastic resource to gain access to these themes, so why not allow users to easily theme your flash application with a simple button click.

Here’s a mini demo so you can give the gist.

And of course… the source code

The API Documentation for Kuler can be found here…

Tags: ,

Search