views:

235

answers:

3

Something that is similar to the Cover Flow in iTunes.

I can use Adobe Flash, Flex, or pure html/javascript.

HOWEVER, I need a pointed to production ready code. I've looked at plenty of examples in both Flex and HTML that aren't ready for prime time. No demo code needed.

Here's my requirements for production ready: 1) Memory leaks are under control. 2) Works like a river with larger data sets, paging in sub-sets in some set number. The component/code needs to be able to handle 100+ items to flow through, preferable up to 500.

Any suggestions? I'm OK if the answer is "haven't seen this used effectively" or "probably not advisable for large data sets".

A: 

have you looked at any of the components in flash den?

http://flashden.net/searches?term=coverflow&type=files

Shua
+1  A: 

I haven't used it, but have you tested the performance of Doug McCune's?

http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/

I'm pretty sure it doesn't page, but paging is usually better handled with a dataProvider

Sean Clark Hess
A: 

I've seen this done with HTML5 and Javascript:

http://blarnee.com/wp/open-source-javascript-coverflow/

Unfortunately that won't work in IE.

There's also a Silverlight implementation:

http://silverlightcoverflow.codeplex.com/

As well as the Flex one already suggested by Sean.

Keith