views:

2071

answers:

4

Hi,

I have to do a web page destined for iPhone and iPod-touch that needs to incorporate the Coverflow style of apple in a page to display a list of videos.

I've heard something about gizmos that could help, but I can't find anything relevant or that could work properly with the iPhone/iPod-Touch navigation.

Anyone knows something that could help me getting started?

Thanks -Stephanie

A: 

I mainly stick with native App development, so I don't know if there is an existing cover flow implementation, but using Dashcode Parts you can add some more complex UI elements.

jessecurry
Yes, I see dashcode can help adding more complex elements easily, but unfortunately nothing seems to point to something even close to coverflow. I'll have a deeper look, maybe I can find something that will please my DA anyway. Thanks.
Stephanie
A: 

This might help you: http://paulbakaus.com/2008/05/31/coverflow-anyone/

Though it doesn't seem that there is any official way to do it because CSS transforms only all a 2d matrix, so you can't get a trapezium shape.

Rich Bradshaw
A: 

Try ContentFlow: http://www.jacksasylum.eu/ContentFlow/

Here is an example that is working on my iPhone : http://www.majes.fr/

ideotop
A: 

You could try xFlow! http://xflow.pwhitrow.com

Paul Whitrow