slideshow

Looped jQuery slideshow with smooth cross-fades

I'm trying to do a simple rotating image on the home page. Under the hood I'm reading a directory and then populating urls for the images into an array. What I want to do is cross-fade the images. If it was just a matter of showing the next one, it's easy, but since I need to cross-fade, it's a bit harder. I think what I want to do is do...

Dynamically load _gallery_ (not album) in SlideShowPro using SWFObject

Hi all. I have been successful in dynamically loading an album in SSP before, but using SSP Standalone. I did it like this: var flashvars = { xmlFilePath: "http://site.com/ssp_director/images.php?album=5" } What I'm looking to do now, though, is dynamically load a gallery when the page loads, using text entered in the javascript, ...

Drop-down menu disappearing in Internet Explorer only with slideshow

I'm hoping someone can see what I'm not seeing here: http://bit.ly/crosschurch The horizontal menu at the top has drop-down items, and it works fine in other browsers on this page, and all browsers on other pages. But in Internet Explorer, on this page with the slideshow, the menu disappears unless you move really fast. I've tried di...

jQuery animations are choppy and stutter in Firefox

I like to think I'm not a dummy, but I can't get my jQuery horizontal slideshow to animate smoothly especially in FireFox (on a Mac). Anyone have advice? Animation is being done like so: $('#lookbook').stop().animate({left: -((lookbook-1)*825)+'px'}, { duration: 800, complete: cap_fade(1)}); Example link: http://mayfourteenth.com/w/...

How to achieve sliding pages to left and right in HTML?

How to achieve sliding pages to left and right in HTML (see digerati )? ...

jquery cycle slideshow with text underneath

Hi, I have a simple slideshow of images using the jquery cycle script. I'm trying to place description text to appear UNDER the slides of images - but it doesn't seem to be possible - any ideas? here's the test page: http://jsfiddle.net/cjaM5/ You can see the description text flashing after the 3rd image in the slides. I've tried dis...

iphone - Images (slide show) and audio snychronization

I have 20 images and some audio. I would like to show a single image at a time and change the images at (unequal) intervals. For example, I want to show image 1 for 1.44 seconds and image 2 for 1.67 seconds and so on. Can someone suggest how to go about doing this please? What I have seen are examples that show how to setup an array ...

jQuery slideshow at MediaTemple

I want to do a slideshow for product something like http://www.mediatemple.net home page, where there with those big dots on the right. Tried to google but couldn't find one similar. ...

How can I alter anythingSlider so that it disables the next / previous buttons when only 1 <li> in the <ul>?

I have a page with multiple instances of anythingSlider on it and I'm using PHP to dynamically load pages that swap out the content in them. Reference: http://ceedcreative.com/CEED_2.0/ I would like to edit the anythingSlider to disable the previous / next buttons if the UL it's displaying only has one LI within it. In other words, n...

Jquery Slide Show: Correct Trigger?

I am having some trouble with an implementation of Soh Tanaka's excellent jQuery slide show technique. I need to nest the trigger anchor tags inside an unordered list, which breaks the script (pulling the anchor tags out of the < ul > list otherwise corrects the problem). I think it comes down to how $selected is defined is this line: $...

Slider with buttons. How to improve?

I need to make slider. I have content (which should shift horizontally) and two buttons - "right" and "left". If you press the button and hold it, the content starts to move (in the appropriate direction). If you not hold the button, then the movement stops. This behavior is copies the behavior of usual window scrollbar. I wrote code...

galleria auto play slideshow?

Has anyone found an easy way to get the awesome galleria gallery to auto play? I'm really stuck on this one. Any help would be great! Thx Paul ...

Looking for jQuery slideshow where a user can hide/show a block of text (link, caption)

I'm looking to implement a fairly basic jQuery slideshow. One that automatically loops through a set number of images. The snag I'm running into is i'd like to have a little icon in the corner of the picture, that when clicked, brings up a transparent black bar across the bottom with some text and perhaps a link. Has anybody come acros...

Converting a 16 bit tiff file to something viewable online?

I need to take a 16 bit .tiff file and make it viewable on my website. To even view .tiff files many browsers require plugins. I found a software that could convert them to .jpg files but I was wondering if there is a way to do this independently. I am making my website using Ruby on Rails. I must be able to do the conversion from the w...

Getting jQuery slideshow animation to stop on click

I have a slide show built with jQuery that pauses on hover. It has a group of thumbnails sitting on top of the image that advances the image when clicked, otherwise the slideshow just auto-rotates through all the images. There is also a +/- to expand and contract a caption related to each image. I want to have the slideshow's automatic...

Multiple Noobslides on one page

I am trying to add Multiple NoobSlides onto one page. From the sample page listed here: http://www.efectorelativo.net/laboratory/noobSlide/ I have sample 8 and want to add two Sample 5 slideshows side by side on the same page, but when I try it, the second slideshow events don't trigger. ...

Wordpress slideshow plugin with scrollbar, autoplay and lightbox

I have been asked to build a portfolio website for a photographer. The main page contains a slideshow of the photographer's best work, I have used an autoplaying NextGEN SmoothGallery with Lytebox. After some customization of the plugin, this works. However, the client has requested a category selection above the main slideshow and a sc...

Loopped slider replace slide effect to fade-out/fade-in effect on the prev and next slide functions?

function animate(dir,clicked){ u = true; switch(dir){ case 'next': t = t+1; m = (-(t*w-w)); current(t); if(o.autoHeigh...

jquery slideshow

I'm using a slideshow script in my site. I'm new to javascript. I want one thing. When i put the mouse over a slide, it should pause on the picture, and not keep changing. I'm using mootools. Slideshow link var gallery = { initialize: function(element, options) { this.setOptions({ showArrows: true, ...

Stacking multiple slideshows using Jquery

Hi, JQuery newbie here! I'm having difficulty stacking more than one slideshow with each it's own individual controls. The one slideshow works just fine. However, when I add another slideshow I lose the controls and title for that one. link: http://dl.dropbox.com/u/1466448/numbered/stack.html I read on other related posts about using a...