Be careful source controlling Flash Builders html-template folder

As the title of this thread suggests, svn’ing the html-template that Flash Builder relies on to generate the container html files can lead to some headaches. One in particular that has just taken me about 5 hours to solve. I’ve been migrating my SVN repo over to Springloops (check it out if you haven’t already) … Read more

Flex 4/Air Unit and Currency Converter

This is my first foray into using Flex 4, and it takes off from where I was at with my Converter application (as mentioned here, here and here) back in September of 2006 (shizzer time flies!). I’ve changed the currency conversion to use Google’s Finance site, which means far more accurate conversions are occurring now. … Read more

Passing parameters to a Flex eventListener – use a Dictionary!

Firstly, Happy New Year! Hope your ’09 is off to a flyer! Secondly, sorry about the rather mundane heading – couldn’t really think of what to call this post. I’ve been typing all sorts of things into Google trying to find a solution to what I’ll describe below. I’m continuing the project I started in … Read more

Flex Builder trace() issues

I’m having a few issues with Flex Builder and Sephiroth’s FlashTracer Firefox extension at the moment. The first issue is that the Design view in Flex actually traces things like: -> Begin call to AS: getGlobalPoint(Canvas1,-1,-1) Begin call to AS: showConstraints(false) Begin call to AS: getGlobalPoint(Canvas1,-1,-1) Which can clutter up the FlashTracer console. Not only … Read more

Google Maps geo-location by IP Flex example

Following on from my earlier post regarding Google Maps and Flex, I’ve put together a new example which I reckon’s pretty nifty. Somehow my idea was spawned by Andrew Shorten’s post which discussed using Google Maps and the new Adobe Cocomo service to create a collaborative mapping application. And I say somehow, as I’m not … Read more

M-V-SEE

MVC is on my mind at the moment. I’ve read more about this and other design patterns and frameworks in the last few weeks than I care to recount (though I do hope it’s starting to sink in). This is all in preparation for the biggest project I’ve ever tackled. Now unlike other projects, I’ve … Read more