Introducing LazyFallback
LayzyFallback is a free utility app that batch generates fallback JPGs from you banner ad SWF files with a simple drag and drop interface. I made it over a few hours today and in fact it has already saved me [...]
Compile SWC fast and easy with compc
I’m not a command line pro. I make my way around it when I have to, but it usually takes some trial and error. Today I got fed up over having to set up projects in FDT/Flash Builder only to [...]
Passing properties by reference in ActionScript 3
@DavidArno asked on Twitter: That’s actually a good question. But it seems there’s no way to force a property to be passed by reference in AS3. The behaviour of most properties are to be passed by value, which means that [...]