Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Creating a jQuery slideshow comprised of several images with transitions is easy. But I'm trying to have a Flash animation (SWF) stand in for one of the items in the slide show. In other words, I'd like to see transitions between the following:

  1. Image
  2. Flash animation
  3. Another image

We've tried several of the jQuery slideshow plug-ins, but the Flash animation doesn't play well -- for example, if we use a simple dissolve transition, the Flash never disappears.

How can this be done, if at all? We would prefer not to use a Flash-only slide show.

share|improve this question
Hide the movie just before the transition? – Diodeus Feb 10 '12 at 15:58
In the case of a dissolve, this would creating a jarring effect. But thanks for the suggestion. – user1196128 Feb 10 '12 at 16:23
This is going to be a tough one to solve. – Diodeus Feb 10 '12 at 16:24
Indeed! This is why I've come here. :-) – user1196128 Feb 10 '12 at 16:47
try wmode="transprent" in flash <param – mgraph Feb 10 '12 at 21:26
show 1 more comment

1 Answer

I created a small demo with three images and two animations using jQuery Fading effect.

May be this will be useful.

I couldn't find any public URL to show this.

So, I used dropbox.

Please download the files from the following URL.

http://db.tt/q8VPb03U

As I did many assumptions, this may change from required specs. But if there are any issues, I will try to update it.

I checked this in Google Chrome and Mozilla Firefox and the animation is smooth.

Thanks, Sasidhar.

EDIT : The attached file is a ZIP file with html, css, js, images, swf and fla files.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.