Kuler - Adobe colors up
Wednesday 22 November 2006 @ 9:34 am

Adobe launched Kuler on Adobe Labs today. You can try Kuler here.

Kuler is a Rich Internet Application to create color themes.

I am not a designer put from the developer perspective Kuler is a very nice application and of course Web 2.0 because every colortheme you create is shared with the community.

Comments (0) - Posted in Flash by Sönke  




Flex/AS3 Logging with SOS
Monday 6 November 2006 @ 4:37 pm

I build two little classes to support logging from Flex/AS3 to SOS.

The logger implements the mx.logging.ILogger interface but not the rest of the mx.logging framework as I liked to keep things in the first way.
Check the example here (right click for source). If you want to test logging directly from a website you have to start a local webserver and put a crossdomain.xml in the root. For further details read here.
Check the source directly here.

“Flex/AS3 Logging with SOS” is open source and licensed under LGPL.

Comments (6) - Posted in Flex, OSFlash by Sönke