views:

137

answers:

1

Hi all, I am trying to add a coverflow in an application for set top box. I have downloaded some cover flow controls in javascript which are freely available in net and all looks good when there are limited number of images. But if i put some 500 odd images, all hanged up. Do any one knows a better logic to avoid this kind of problem. I mean without loading and rendering all images, just loading some predefined images and then based on user's action, to load next,previous...something like that...or some caching like mechanisms...

Thanks in advance...

A: 

Hi all, I have done a custom logic for dynamically adding/removing images from current document.

Hari