E4X XML Namespaces

For XML that looks like the following response from Yahoo’s weather service: When you need to access the nodes with complex node names such as yweather:location think XML namespaces. In the above example, look for the xmlns declaration in the rss node – xmlns:yweather=’http://xml.weather.yahoo.com/ns/rss/1.0′. Creating a Namespace object using the declaration will allow us to [...]

Setting up Cruisecontrol – Continuous Integration System

ccbuildbat.png

Setting up Cruisecontrol is a pretty simple process. Make sure you check out the Cruisecontrol site for info on getting started and installation. The basic steps are: Download the Cruisecontrol ZIP file (cruisecontrol-src-x.x.x.zip) and unzip the files to a directory on your computer. I’ve un-ziped the files to C:/cruisecontrol271 Then build the Cruisecontrol code using [...]

Continuous Integration – The pieces and parts!

build-loop.png

I finally have some time to post about our Continuous Integration (CI) set up for ActionScript 2.0 and Flex/ ActionScript 3.0 projects. To continue on from the first post, I’ll explain all of the pieces & parts that are needed to get a similar CI system rolling. First, the parts that you’ll need for any [...]

David is on Adobe – H.264 Article

Check out the Article that David Wrote for Adobe just launched on devnet: Adobe – Developer Center : Exploring Flash Player support for high-definition H.264 video and AAC audio Pretty nifty I say! (Nice pic too…hehehe) public var ding:Boolean; public function jsutatest():void { return “It worked.”; } Related PostsUPDATE: F4Fragment Extractor App & Adobe Marketplace [...]