Jun
30
2008
AS3 | Flex | Programming
Scaling a DisplayObject to fit to a container’s dimensions
I’ve often run into the problem of proportionally scaling an image (or other DisplayObject) to the dimensions of its parent container. I always end up having to scavenge around in my code bank for the line of code to do this—which really is a simple bit of code—but I prefer to copy-and-paste it than rewrite [...]
