[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-13 Thread Kip Parker
This dynamic loading is excellent, is there any way I can combine this technique with using a pager based on existing elements as here: http://www.malsup.com/jquery/cycle/pager3.html My problem is the script only takes the two images it launches, and I can't work out how to hook in more images a

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-01 Thread Nicolas Le Thierry d'Ennequin
I'm honored, Mike! Thanks also for the minor but well-needed improvements to the code. Now here's another, probably more useful, version: - the slide URLs are registered directly from the DOM - the img nodes are removed from the DOM (except for the first 2) - the slideshow is launched with 2 slid

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-01 Thread malsup
> Meanwhile I've also tried my hand at some code and come to what seems > to be a valid solution. It relies on image preload - slides are added > to the Cycle "randomly" depending on the order in which they are > pulled from the server, which is a way to have the slideshow run as > soon as possibl

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-06-01 Thread Nicolas Le Thierry d'Ennequin
Hi Mike, Thanks a lot for your help (and your great plugin, needless to say !) Meanwhile I've also tried my hand at some code and come to what seems to be a valid solution. It relies on image preload - slides are added to the Cycle "randomly" depending on the order in which they are pulled from

[jQuery] Re: jQuery+Cycle : slideshow with progressive image loading

2008-05-31 Thread malsup
> A previous discussion here (http://groups.google.fr/group/jquery-en/ > browse_thread/thread/319177a5a9bb22a9/01b7544ac7203748) and a recent > addition the to the Cycle plugin > (seehttp://www.malsup.com/jquery/cycle/add.html) > makes me think that creating JQuery+Cycle slideshows with progressi