*All I'm really looking for is a solution to not having a blank picture appearing when the it reaches the end of the photostream.*
Well if I'm correct JCarousel controls is a .png picture called next-horizontal.png and another one called prev-horizontal.png. Usually is a picture with 4 arrows, where the brighter arrow is the one displayed once the scrolling reaches the end. In my implementation I just cutted out this arrow with a photo editor (like gimp), and when scrolling reaches the end the right arrow, or left arrow is not displayed and automatically JCarousel understands. *or alternatively, how to start scrolling from the beginning again. * I think that's called a circular feature and is also there somehwere in sorgallascom reference. Hope this helps. 2008/10/10 JBagley <[EMAIL PROTECTED]> > > I'm using Sorgalla.com's excellent jCarousel plugin on > http://www.westcoastlife.co.za > and integrating it with a flickr photostream: > http://www.flickr.com/photos/westcoastlife/sets/72157607068305740/ > > The problem I am having is that I don't know how to determine when the > end of the photostream has been reached, and then disabling the > controls, or alternatively, how to start scrolling from the beginning > again. > > Here is the code that I'm currently using on the > dynamic_flickr_api.php: > > $url = 'http://api.flickr.com/services/rest/? > method=flickr.photosets.getPhotos&api_key=<http://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos&api_key=>' > . $api_key . > '&photoset_id=72157607068305740'; > > Other than that, I haven't made much changes to the code that is > supplied on http://sorgalla.com/jcarousel/ > > All I'm really looking for is a solution to not having a blank picture > appearing when the it reaches the end of the photostream. > > Thanks in advance > Jason Bagley > -- Jose Pablo Carballo