Introduction to Flex Resource Bundles
By Roger Braunstein | on May 9, 2008
In Flex, Programming, Tutorial | 2 Comments
Hark, Flex developers. Lend me your ears! I must take this post to implore you: use Resource Bundles! Trust me, I know, there’s a lot to keep up with these days, but if you aren’t already privy to the awesome secrets of the humble bundle, hopefully I can help convince you to use them. I’ll show you how, without breaking one bead of sweat from your brow! First, let me tell you why they’re cool. Then, I’ll show you how to get rolling with your first bundle. Then, I’ll set you loose, and hopefully you can all write in with excellent questions and help me make this a great resource for the next readers! Read on, fair Flexer.
Continue reading Introduction to Flex Resource Bundles…
KitchenSync to be used in GAE SWF
By Mims Wright | on April 19, 2008
In AS3, Flash, Flex, KitchenSync, News, open-source | No Comments

Aral Balkan, champion of open-source flash, just annouced a Flash / Flex extension to the Google App Engine called GAE SWF. He also announced that KitchenSync will be a part of it. I’m very excited to see what happens with both projects.
KitchenSync News: v1.1 released
By Mims Wright | on February 22, 2008
In AS3, Flash, Flex, KitchenSync, News, open-source | No Comments

Woo! KitchenSync v1.1 is out! It now supports timecode, default values, new easing functions and juping to a specific time in a tween. Go check it out!
Changes in 1.1:
- ADDED jumpToTime() method to Tween (this may be moved to AbstractSynchronizedAction in a later release)
- ADDED getTimestampFromFrames() and getTimestampFromMilliseconds() to TimestampUtil
- ADDED Timecode to TimeStringParser. Now “:ss”, “mm:ss;ff”, and “dd:hh:mm:ss;ff” are supported.
- ADDED ActionDefaults class for storing default initialization values.
- ADDED easeOutIn() to most of the easing functions (buggy. seems to overshoot target in some cases)
- ADDED version check in Synchronizer.initialize()
- CHANGED type of Numbers within Timestamp to int.
- REFACTORED all actions to contain super() in the constructor.
- REMOVED errors that are thrown when pause() and start() are called at the wrong times.