Scrollable display of multiple video icons

Posted by Tam on Stack Overflow See other posts from Stack Overflow or by Tam
Published on 2009-10-02T17:06:27Z Indexed on 2010/05/26 12:51 UTC
Read the original article Hit count: 254

Filed under:
|

Hello,

I want to have multiple video icons at the top my website's front page. I will have about 20 or so which won't fit on one line (I want to keep the videos on one like) so I thought of having two button on the right of the group and on the left of the group where you click to scroll and view more videos. Do you know an easy way to do this? I can pass in the video links from the server in different Divs or anyway that will make it easy. I thought of using AJAX and pass it different set every time from the server with every click (I'm using Rails and it's fairly easy to do it) but that will be an extra load on the server which I'm trying to avoid. I'd rather send all the icons at once and let the JavaScript handle the scrolling.

I thought of using iFrame but I don't like the idea of scrollbar and wanted to be more like button

Any ideas?

Thanks,

Tam

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about videodisplay