AS 3.0 layout manager
Monday, February 25th, 2008I’ve created a custom layout manager in AS 3.0 which provides some of the automatic scaling and positioning that Flex provides.
You can register objects and specify a size to maintain relative to the stage size, alignment, padding and set a function that is called when the screen is resized.
This is a first version and it may (and most likely will) change in the future.
Download: LayoutManager.as and LayoutTarget.as