Astra Carousel
Carousel is a UI component used for for displaying a list of items, much like the standard List component. Additionally, it provides many useful hooks for customizing how the items are positioned and displayed.
Examples: Carousel for Flash CS3
![]() |
A Basic Image Carousel
This example demonstrates how to place a Carousel on stage and uses the default layout and cell renderers.
Source FLA | Output |
![]() |
Stacked Carousel
This example uses the StackCarouselRenderer layout to display items one at a time. A List control is used to navigate the Carousel. The CellRendererSymbol class is used with both the List and the Carousel to create the cell renderers visually in the Flash authoring tool.
Source FLA | Document Class | Output |
![]() |
Paged Carousel
This example modifies some properties on the default SlidingCarouselRenderer layout to create a paged view of the Carousel. The cell renderer's Base Class is set to
Source FLA | Document Class | Outputcom.yahoo.astra.fl.controls.CellRendererSymbol to allow it to be created visually by a designer. |


