This method solves the preloading problem with the Cycle plugin. http://www.circleatseven.com/portfolio.php
$("div#gallerywrapper").one("mouseover", function() { $("div#gallery").append( '<img src="02.jpg" alt="" />' + '<img src="03.jpg" alt="" />' + '<img src="04.jpg" alt="" />' + '<img src="05.jpg" alt="" />' + '<img src="06.jpg" alt="" />' + '<img src="07.jpg" alt="" />' ); $("div#slideswebbc").cycle({ fx: 'fade', speed: 300, timeout: 0, next: '#next', prev: '#prev', pause: 1 }); }); On Feb 1, 4:13 am, Pickledegg <[EMAIL PROTECTED]> wrote: > Hi Ange > > It looks fantastic, but I take it you're like me, and are searching > for a databased or 'non-preloaded' version? > > On Jan 31, 6:58 pm, Ange <[EMAIL PROTECTED]> wrote: > > > Here's a link to the page working as I want it to, with the exception > > of the initial page load being over > > 4MB:http://www.circleatseven.com/test/portfolio.php > > > On Jan 31, 12:05 pm, Pickledegg <[EMAIL PROTECTED]> wrote: > > > > SEAN-O > > > > The above link is what I found too, but you're missing the original > > > post slightly. He needs something that you can plug into a database, > > > as preloading the images is impractical with large files. > > > > Does anyone know of a database ready version? > > > > On Jan 31, 4:17 pm, Sean O <[EMAIL PROTECTED]> wrote: > > > > > Ange, > > > > > It sounds like the SlideViewer plugin might help > > > > you:http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i... > > > > > SEAN O > > > > _____________www.sean-o.com > > > > > Ange-6 wrote: > > > > > > I'm looking for a jQuery slideshow plugin, and I can't seem to fond > > > > > one that does all I need. Cycle and jCarousel come close. But my > > > > > problem is I have multiple galleries on one page, and they all have > > > > > large images. So, since they load all the images in every gallery and > > > > > then hide them, the page totals over 4000KB. > > > > > > I need something like Litebox or Thickbox that calls the next/prev > > > > > image and loads it as needed, with a loading gif. But I don't want a > > > > > pop-up modal. It would be nice if I could just put one image from each > > > > > gallery in the HTML and have the prev/next buttons load and fade to > > > > > the prev/next image. > > > > > > Any suggestions? > > > > > -- > > > > View this message in > > > > context:http://www.nabble.com/Loading-GIF-Slideshow-w-o-Modal-tp15194790s2724... > > > Ange, > > ent from the jQuery General Discussion mailing list archive at Nabble.com.