YetAnotherCoverflowClone rotation and startIndex
- October 21st, 2008
UPDATE: THERE IS A MUCH FASTER COVERFLOW NOW AVAILABLE, WHICH HAS BOTH FEATURES ALREADY IN IT!
http://www.weberdesignlabs.com/blog/2009/12/flash-10-coverflow/
---------------------------------------------------------------------------------------------
Thanks to Liip for open sourcing their great coverflow clone, which did very well for
Baltkom TV - Premiere and Cinema channels microsite

We added 2 more features:
- rotation (after last cover first cover is the next)
- startIndex (different start index support)
You can download the patched files or a Subversion patch file
Both features are implemented as settings to be configured in data.xml:
<!-- Turn rotation on by setting rotation to "true": -->
<rotation>true</rotation>
<!-- Display different start conver by specifying start index -->
<startIndex>1</startIndex>
<!-- You can also set this to "center" for having always the middle start index -->
<startIndex>center</startIndex>