[jQuery] jCarousel - flickr intergration
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=' . $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