slideshow

Multi layer alpha image slideshow. AS3 right tool for the job?

Hi All, I need to build a portfolio for a photographer and am trying to figure out the best approach. I could use some suggestions here! REQS: 3 layers of images (groups) with a parallaxe like effect, meaning: trough gaps in top layer you see the second and through that the third layer. subsequent layers appear incrementally small...

Drupal views slideshow returning only one result

Views slideshow for Dupal is amazing … there are no other words for it. I have used it on a few projects with little to no issues at all. However, the current project that I am working on isn't going as smoothly. When the 'View style' is set to unformatted the preview returns the right amount of nodes but when slideshow is selected the ...

Three20 Photo Scroller alternative?

Hello I wan to add a view in my iPhone app where the user can scroll (paged) through a series of web loaded images. I've been reading many threads and most of them end up suggesting the Three20 lib. I've tried that and looks complicated to integrate and quite heavy in size (1.2Mb added to my app). Additionally I only need the TTPhoto...

How can I do a non-www to www redirect without breaking Flash security?

So I have a SWF file here (direct link, it autoplays, sorry): http://www.elativemarketing.com/images/portfolio/ann-taylor/anntaylor-video-alia-holiday.swf that, when I have these .htaccess rules enabled: RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Fails out with this error: Error: Sl...

HTML Slideshow plugin

I am making a website with some screenshots of an iPhone app I made and was wondering if there was some kind of slideshow thing for HTML. I want it to have the iPhone frame and the slideshow with the screenshots in the middle of it. I would prefer it to be written in something other than flash. Thanks in advance! ...

jquery 1.4.1 breaks my slideshow

After toying with the jquery slideshow extension, I created my own that better suited my purposes ( I didn't like that all the images needed to load at the beginning for instance). Now, upon upgrading to jQuery 1.4.2 (I know I'm late), the slideshow loads the first image fine ( from the line$('div#slideshow img#ssone').fadeIn(1500); tow...

Picture position in a desktop background slideshow

I'm using windows 7 and I have a slideshow for my desktop background. I have pictures that are all of varying sizes, some are smaller then my screen's resolution, some are the same, and some are much larger. To look good, smaller wallpapers need to have their picture position set to 'center' (where the picture is centered on the screen...

slideshow for images, prev, next buttons

Hi, I developed an application for my Image gallery.now, i need to make a slideshow for those images with Previous & Next buttons to switch between images. Do anyOne of you tried to develop with such functionality. Can any one of you provide me sample XCode project for my requirement?I would like to test it using iPhone-simulator. Any...

How to hide prev/next controls in "Galleriffic" plugin for jQuery?

In our project we use plugin for jQuery - Galleriffic (http://www.twospy.com/galleriffic/), it allows you to do slideshow with photo set. How to hide buttons prev/next in "pagination" block? In the navigation ("pagination" block) should be only the page numbers without buttons prev/next. ...

PowerPoint SlideShowSettings.Run() does not run embedded video

I have a C# application that runs on a computer connected to a large display in our cafeteria. The application pulls all the PowerPoint files out of a folder and runs each one as a slide show continuously. Everything was working fine until someone decided to insert a movie clip onto a slide. The problem is that the movie never starts....

Prevent Galleriffic jquery plugin from reloading the same image twice

Is it possible to prevent the Gallerific plugin from reloading the same image that’s already showing? For instance, if a user clicks on the same thumbnail twice, the gallery image reloads. Can Galleriffic determine that the user is requesting the same image twice and thus should not reload until a new image is requested? ...

Problem with FancyBox

I installed a pop-up slideshow gallery using FancyBox /example), which lets you add a caption under the pop-up image, using the title tag. Unfortunately, when you hover over the thumbnail, the title tag shows up with all the styled code in it, which looks pretty bad. Is there a way to disable the title hover, without disabling the actu...

Is there a good library c/c++/java to generate video with special effects , transitions from a set of images ?

Hi, I need to develop a video generator that takes in a set of images, music files and outputs mp4 videos. The platform is linux. Was wondering if there are any existing libraries that can do this job ? Thanks ...

Facebook Page Static FBML Slideshow

Hi folks, I am trying to create a really simple image slider for a facebook business page, and was wondering if anyone knows of any code snippets to help me accomplish the job? I only need to be able to display a few images and allow the user to slide between them. Any ideas? Thanks so much. Elliott ...

jQuery Cycle: Help Building Slideshow Using Pager Thumbnail Links as the SRC for the Slide Images

I have a slideshow using jQuery and the Cycle plugin, and the slideshow uses a list of thumbnails as the "Pager" to control the slideshow. The problem I have is that there are about 30+ large images, and all of them get loaded immediately on page load, so someone with a slow connection has to wait for them to load. Is there any way to ha...

What's the name of a jQuery plugin acting like a slideshow

Hello, I want, in my website, to present my employees, and i want to do it like a slideshow or similar using jQuery. You know, example i have 6 emplpoyees photo, and when i hover them, there is a little presentation with a bigger photo of them. I completely lost the name of the plugin i found months ago (if you know others jquery pl...

jQuery background slideshow hesitation

I am using jQuery bgstretcher to "stretch" my background images. If you are not aware of bgstretcher it basically does a proportionate stretch and scale. I hacked it a bit so instead of using the built in slideshow I am using click events for some arrows that will change the background image. Everything works well. By default the bgs...

How do I read all images from a folder with as3 for a slideshow

I would like to display all images from a folder in a slideshow without having to specify every file name specifically using CS4 - AS3. ...

Gridview as a slide in asp.net

Hi experts, I am using asp.net2.0 and c#. I have to display data into the datalist/repeater/gridview. maximum 5-10 records. It should run in the bottom of the page and work similar like a slider in a horizontal way. Like when I click next, next 2 record will display. Please help me, Thanks in advance ...

jcarousellite with next prev button and auto slide together

http://www.gmarwaha.com/jquery/jcarousellite/?#demo Hi, jcarousellite is a very nice jquery extension. I am using it for both auto slideshow and prev/next button. However when I combine this effect like this $(function () { $(".hd_splash").jCarouselLite({ btnNext: ".next", btnPrev: ".prev", visible: 1, ...