Some notes about using sprites from Flash Professional in Flash Builder.
Quick update and interesting note. I've been blogging about AIR and SQLite databases, and recently I've had to put together an analytics tracking library for AIR (currently Google Analytics only supports Flex apps, it needs the DOM to function).
Over the weekend I had to put together a small Flex project to illustrate data in a pie graph. Also the data had to read in terms of its placement 1st 2d 3rd or 4th. While there are Flex validators for these types of things I prefer to write in Actionscript. I find it easier to follow and easily reusable in other non Flex projects.