Thats clever, thanks Ange. So on mouse over the image tags 02>07 are loaded. It looks like I'll have to figure a way of loading various additional images (ie the next 6 ) when they click again and so on, and a way to get around loading the same images again when they click back etc. Food for thought though.
On Feb 2, 9:09 pm, Ange <[EMAIL PROTECTED]> wrote: > 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 pageloadbeing 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 adatabase, > > > > as preloading theimagesis impractical with large files. > > > > > Does anyone know of adatabaseready 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 > > > > > > largeimages. So, since theyloadall theimagesin 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 buttonsloadand 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.