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

Archive for the ‘ActionScript’ Category

AS3 Performance: For Loops

Friday, October 26th, 2007 Posted in ActionScript, Flash Player, Rich Internet Applications | No Comments »

A while back I was reading an article on Ajaxian (I can't remember who wrote it) but it was talking about JavaScript performance tips. One of them was around writing blazing fast For loops and for some reason it ...

Flash Player Internals: Motto’s and Percentages (part one)

Thursday, October 25th, 2007 Posted in ActionScript, Flash Player, max 2007 | 6 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 ...

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. ...