Jan 12
The back story
(skip ahead to the solution)
So I have been doing quite a bit of work lately with continuous integration and auto-builds using Hudson (which I am really liking). And one of my goals is to have applications abstracted in such a way that the same build that is used for local development can also be used in QA, staging and deployment, but be fed different settings appropriate for each environment. That way when you addressing issues that seem to always crop up when you deploy to live, you don’t have to wonder what’s different between the different builds you would normally have to make to incorporate the varying environment settings.
Continue reading »
written by Mac at 12:41 am, Jan 12, 2011 \\ tags: Actionscript, AIR, FlashVars, Flex, FlightXD, Hudson
Jun 09
So I have a few other prototypes in my toolbox that I usually use with every project. Nothing real wow about them, but I was really getting sick of setting _x and _y in two statements. If I’m setting one, I’m almost always setting the other, so why not do it one statement instead of two. So while I was at it I did the same for _width and _height. Anyway here they are. There’s a couple more String prototypes to boot. Take a peek.
Continue reading »
written by Mac at 8:39 pm, Jun 9, 2006 \\ tags: Actionscript, Flash, prototype