banner ad

Sunday, April 20, 2008

Placing Buttons through getPixel »

Often while working on dynamic flash websites, I get confronted with the challenge of placing multiple interactive items on top of an image. (think of it as a Ferrari with roll over popup zoom and detail buttons).  Since it's dynamic, x/y coordinates...

Sunday, April 13, 2008

Reflektion | Miniml source code CD upgrade »

The Reflektions Miniml CD was due for an upgrade. In the past months, I was hard at work exploring a bunch of new AS3 experiments, new frameworks (Flex) and compiler options (MXMLC) for swf creation. The CD upgrade features all the great work I put...

Wednesday, April 02, 2008

Accordion Menu in AS3 v2 »

My second take on the accordion collapsible menu in AS3. This time around I eliminated the function responsible for animating the grow/reduce easing and relied on my custom AS3 easing class written based on the easing formula posts. This way I get...