Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ArraySlideProvider
me.cosmodro.yaxs.slides An ISlideProvider implementation backed by an Array of Slides
 CircularSlideProvider
me.cosmodro.yaxs.slides A slide provider which "loops" around so that it never ends.
 ISlideProvider
me.cosmodro.yaxs.slides ISlideProvider is an interface which defines a SlideProvider.
 ITransition
me.cosmodro.yaxs.transitions Interface for slide transitions
 ITransitionProvider
me.cosmodro.yaxs.transitions Interface for transition providers.
 Main
Top Level Extensible slideshow framework example
 NextButton
Top Level ...
 PrevButton
Top Level ...
 ShatterTransition
me.cosmodro.yaxs.transitions.shatter A transition which uses the flash 10 drawing api to make one slide appear to shatter, revealing the next behind it.
 ShatterTransitionProvider
me.cosmodro.yaxs.transitions.shatter An implementation of ITransitionProvider which creates ShatterTransitions
 Slide
me.cosmodro.yaxs Default Slide implementation.
 Slideshow
me.cosmodro.yaxs Main class for the slideshow.
 TransitionEvent
me.cosmodro.yaxs.events An Event to denote slideshow transition states.
 Triangle
me.cosmodro.yaxs.transitions.shatter Data structure to keep track of 3 points of a triangle, and associated transformation matrix for animation
 TweenerTransition
me.cosmodro.yaxs.transitions Given two Slides, make a visual transition from one to the other by initiating a Tweener based transition.
 TweenerTransitionProvider
me.cosmodro.yaxs.transitions ITransitionProvider which builds Tweener based transitions
 TweenLiteTransition
me.cosmodro.yaxs.transitions ITransition based on TweenLite.
 TweenLiteTransitionProvider
me.cosmodro.yaxs.transitions ITransitionProvider which builds TweenLite transitions
 XMLSlideProvider
me.cosmodro.yaxs.slides An ISlideProvider initialized by an xml fragment, backed by an array. example xml: <slides> <slide url="../lib/Dock.jpg"/> <slide url="../lib/Autumn\ Leaves.jpg"/> <slide url="../lib/Creek.jpg"/> <slide url="../lib/Desert\ Landscape.jpg"/> </slides> Any xml with slide nodes as above will work.