Sticky Button class for Flash Actionscript 3

Enjoy this old, but still nice mjau-mjau.com sticky buttons script for AS3. Couldn't find it anywhere for AS2 or AS3 so i rewrote it for AS3; Feel free to use anywhere...


Read the rest of this entry »

YetAnotherCoverflowClone rotation and startIndex

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
Baltkom coverflow

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>