Continious Integration for Flash and Flex

Lately I’ve been working with CruiseControl, a continuous integration tool, and unit testing (ASUnit and FlexUnit) for our ActionScript 2, ActionScript 3/Flex projects. With the help of a couple of some great posts from eyefodder and Peter Martin, I’ve finally come up with a nice little system that isn’t too much of a headache to [...]

AIR JavaScript Pocket Guide Now Available for Download!

Adobe Integrated Runtime for JavaScript Developers Pocket Guide has been released and is available for download at Ajaxian. Thanks Adobe and Ajaxian! Related Posts:Adobe Releases AIR and Flex 3Christian Cantrell HTML & ApollomyFeedz Released on LabsAJAX Data Services ReleasedCFEclipse decode complete!

Adobe Releases AIR and Flex 3

Adobe has released some AIR. No not that kinda air, The Adobe Integrated Runtime, this is an update and the new name of Apollo. Also, released was Flex 3 . Of course these are both on Labs, so they are both pre-releases. Now that Ted got everyone so excited, it is time to play…wish I [...]

If you were an X-Men Super Hero?

I’d be Beast Related Posts:Some good things in life are free!My New CertificationsBought a house!David is a Palooza Head!Commenting turned off?!

Handling Different File Types in Apollo

So, I’ve finally snagged some time to whip out a post about dealing with different file types with the File API in Apollo AIR. The contents of a file can be read into a ByteArray and manipulated there. For example if we had a simple text file we could read in its contents to a [...]