slideshow

SlideShow Ajax Control is not visible in Firefox 3.0.x

If you have ff 3.0.x, there seems to be problems using ajax. In one of my projects I had this problem and the resolve was to upgrade firefox to 3.5.2. ...

Image rotation using jQuery but anchor remains the same

I have set up an image slideshow with captions using jQuery. The entire image and caption div is surrounded by a linked anchor. For some reason even though the slideshow function works fine the anchor remains the same as the last one set. i.e. using the example below, the slideshow content will only ever link to "shows/". <div id="mainf...

Does ajax asynchronous calls count towards unique page views?

I am implementing slideshow. I have two options for paging between images: 1) to implement javascript page reload which definitely counts towards unique page view. 2) to implement ajax light box control which i am not sure is unique page view for each image. I need more information for the second scenario. ...

C# - Winforms - Animated Slideshow

Well i am developing an application whose interface requires an animated slide show and by animated slide show i means UI components placed together change their positions after regular intervals in a sliding (animated) fashion. Let me illustrate my idea with the following image, in the image above there are three columns of UI compo...

Does anybody know what slideshow / jquery plugin is used on Mod X Cms?

If you go to their website here: www.modxcms.com, you will see the WHAT, WHY, HOW slideshow. Can anybody tell me what they are using to do that? ...

How to replace slide effect to fade out/fade in effect on this slideshow?

Hi guys! I need 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.autoHeight){autoHeight(t);} if(s<3){ ...

jquery plugin for making a slideshow from image urls

The request is a simple one, but is hard to google for. Here are the requirements: I have a JS array with image urls I dont have any backing html I want a decent slideshow plugin to consume this array and give me a slideshow The slideshow supports using keyboard navigation (bonus) So far, ive seen lots of slideshow plugins that requi...

Jquery to activate multiple slideshows and popups

Hey Guys, I am having a bit of difficulty with this current code I have set up. I am setting up a page with various projects. When one is clicked, the idea is that there will be a popup with a full size image. Some projects have multiple images, so I also added a slide show property. I am sizing the popup by having jquery determine the ...

Is it possible to use WCF service instead of .asmx web service with AJAX Control Toolkit Slideshow extender?

I have a working WCF service that I can call via AJAX javascript routine. I cannot get it to work with the Slideshow extender in the Ajax Control Toolkit. No errors reported, slideshow just does not load and run. I can write AJAX javascript routine within the page and successfully access the return results from the WCF service (array of ...

Removing active class and adding it to a sibling

Currently, I have a jQuery Cycle plugin that allows the image to scroll. With it's callback I am calling this function function onAfterVideoScroll() { $('.myRemote.active').removeClass("active").next().addClass("active"); } This SHOULD be removing the current class from another set of links, and adding the class to the it's next sib...

JQuery wait for page to finish loading before starting the slideshow?

I have a site with a rotating header image (you've all seen them). I want to do the following: Load the entire page plus the first header image Start the header image slideshow transitioning every x seconds or when the next image has finished loading, whichever is later I haven't really need an example that truly does this. ...

Making Image Slideshows from Linux Graphic Tools

How do I make image slideshows as a video file via 4 small jpegs (128px x 128px) and Linux command-line graphic tools? I need to vary the slideshow transitions with: fade to/from black slide left/right while fading to next image If you're curious, we plan to make videos we can put into mobile phones for real estate listings. (We alr...

slideshow for div's background image + jquery

Hi friends, I have a big div element at header and there are many text contents and some boxes in the div. and i have a big img as bg for this div, now i need to make a slideshow for this div's background :/ How can I make slideshow for a div's background image? I researched a lot, but could not find anything :/ Thanks a lot! apprec...

How do you align or hide background images in a javascript slideshow?

I've created a slideshow on a website (sorry, new user and can only post one link) using this method: http://iamacamera.org/sandbox/linkedphotoshuffler/ I only changed the specified variables, and it works great, except that about 10 or so pixels of the right edge of the image currently in the background are showing. I've checked, and th...

How to get a hover/mouseover effect to stay selected?

Hi! I'm very much a beginner when it comes to Javascript and would appreciate any help you can give! I'm creating a feature box on my home page where three headlines will share one picture spot. I've found a script that changes the image when the headlines are rolled over, but it's hard to tell when the page opens that the first headline...

Expression blend slideshow?

Hi I'm specificaally a photoshop web designer and have a limited knowledge of xaml. I'm trying to create a slideshow effect with images an text within it, similar to http://www.silverlightshow.net/items/Image-slider-control-in-Silverlight-1.1.aspx Does anyone know how I would create this by just using Expression Blend. I would prefer n...

Javascript or JQuery for background image slideshow

Hi I want to create a slideshow using the background image of a div. I don´t want the images to rotate automatically, instead I want to use standard prev and next buttons to change the div´s background image. In total there will be around 6 images to scroll through. It needs to be a background image as the div has some other content in ...

Google slideshow shows a blank screen when calling from ajax

I'm having problems implementing google slideshow (http://www.google.com/uds/solutions/slideshow/index.html) to my web application by loading it using a jquery load() function. index.html: <script type="text/javascript" src="jquery-1.3.2.js"></script> <div id="moshe"></div> <script type="text/javascript"> $(document).ready(function(...

jQuery Supersized Plugin callback when slideshow finishd

I am using the Supersized jQuery plugin which makes images fullscreen and also implements a slideshow. Currently, this plugin does not have a callback for when the slideshow is finished, rather, it just continually repeats. Is there a way that I could trigger a function after the last slide is shown? Currently, I have it working to tr...

iPhone Image slideshow

Hello, I want to create a slideshow on iphone. I don't know if there is already a sample code or a lib that already do that. Thanks for your help ...