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

Archive for the ‘Flex Development’ Category

Flash Internals: The ActionScript Virtual Machine (part three)

Wednesday, November 7th, 2007 Posted in ActionScript, Flash Player, Flex Development, max 2007 | 2 Comments »

During the Adobe Max Conference I had the chance to sit in on "Flash Player Internals" session put on by Jim Corbett and Lee Thomason. Of all the sessions I attended at Max, this was by far the best and ...

LocalConnection: Keeping strong types across applications

Friday, September 14th, 2007 Posted in ActionScript, Flash Player, Flex Development, Rich Internet Applications | 1 Comment »

I have been working on a project that requires the use of LocalConnections (LC) and one of the things I found out was that by default the LC does not retain the Class type when communicating across the bridge. ...

Flexunit Testing Structures

Sunday, September 9th, 2007 Posted in Flex Development, Rich Internet Applications | No Comments »

I recently started a new Flex project and one of the goals was to really leverage Flexunit for creating automated unit tests for the core Framework that is being designed. My intention with using Flexunit (and any unit testing ...