Developer Network Home  Help 

YDN Flash Developer Center Astra Utilities Layout Examples
Flash Developer Center

Astra Animation

Layout Utility is a low-level library for managing layout in ActionScript projects. It is designed as a building block for adding layout containers to UI control sets. For a reference implementation, take a look at the Layout Containers in the Astra Flash components library.

Examples: Layout Utility

View Stack Container Example Thumbnail
View Stack Container
This example demonstrates how to create a custom layout mode that displays one item at a time in a stack.
Full Source Available in Astra Utilities | Output
Constraint Container Example Thumbnail
Constraint Container
This example demonstrates how to create a custom layout mode that constrains a container's children to the edges. Also shows how to restrict the type of children that may be placed into the container.
Full Source Available in Astra Utilities | Output