Archive for January, 2008

Shan’s Simple Examples: Scale all children in Flex

Posted on January 24th, 2008 by Shan

I’ve decided since I attempt to help people in #flex (on EFNet) and #coldfusion / #cfflex (on DALNet) on a daily basis, that I’ll pick one simple question and try to whip up an example for everyone to see.

Today, someone asked how to scale all children of a container. The basic answer is to just loop over all the children, and set their scaleX and scaleY properties.

Click through for the example and source code.

Shan’s Simple Examples

Posted on January 24th, 2008 by Shan

I’ve started a series of posts on the Webapper blog called Shan’s Simple Examples. I’ll cover Flex and ColdFusion examples as I help others in the IRC channels #flex (EFNet) and #coldfusion / #cfflex (on DALNet). Hopefully this will turn into a nice library of quick HOW-TOs for us developers. See a list of blog [...]

All your Flex are belong to ME!

Posted on January 18th, 2008 by Shan

Greetings, AYFABU readers. Welcome to my wonderful little blog about CF, Flex, Tech and life in general. Be sure to catch up on some of my previous posts (there’s not too many of them). I’ll be adding badges to the blog later today.

Flex Not-So Custom Preloader

Posted on January 17th, 2008 by Shan