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 | 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 com.yahoo.astra.fl.controls.CellRendererSymbol to allow it to be created visually by a designer.
Source FLA | Output