Looking at the world of media: from music to RIA.

Archive for May, 2008

VivMedia Code: the HashTable

Thursday, May 29th, 2008 Posted in ActionScript, Flash Player, Flex Development, Rich Internet Applications | 1 Comment »

One of my favorite, and until recently, most used classes in Flex was the ArrayCollection. The ArrayCollection is a powerful data-structure that acts similarly to an Array but provides an extended API that provide shortcuts to data access. A ...

VivMedia Code: The EventBroker

Monday, May 26th, 2008 Posted in ActionScript, Flex Development, Rich Internet Applications | 2 Comments »

The EventBroker, in the Vivisecting Media Library, is an Flash Event routing utility that can be used in any ActionScript 3.0 or a Flex Project. The code was developed to be SDK independent so that it does not rely ...

Vivisecting Media Code Depot launched…

Wednesday, May 21st, 2008 Posted in ActionScript, Flex Development, Rich Internet Applications, web 2.0 | No Comments »

A while back I was doing some research into the Flash Local Connection and the ability to retain object typing across Flash applications. From this research came my Local Connection Manager (LCM) which I then hosted the source from ...

Flex 4: New MXML States Specification

Friday, May 9th, 2008 Posted in Flash Player, Flex Development, Rich Internet Applications | 1 Comment »

Ted over at OnFlex posted a link to the new Flex 4 MXML states spec and I sat down to read it. After finishing the spec, I thought long and hard about it and finally decided to add my ...

Run and Debug Config for PyDev w/ Google Apps Engine

Thursday, May 1st, 2008 Posted in Google App Engine, OS X, PyDev | 6 Comments »

Now that I have PyDev running in my Eclipse the next big step was to get support for running and debugging the Google App Engine SDK. This will be a simple post since Josh Feth Suttgart already took care ...