Jump to content

Sync 2 slide shows


10eIOSweb

Recommended Posts

I created a web page in which the logo is a slide show that changes in color according to the picture that is on the main slide show. http://www.wedub4u.com/ But when the effect is lost if both slideshows don't start at the same time. And the first time the bigger slide show requires more time to preload the images. Any ideas in how to sync both slideshows so they start at the same time?

Link to comment
Share on other sites

If Javascript is loading the images then there's not a great way to do it with your current code. One way would be to include HTML which loads all of the images into a hidden container, disable autoplay on the slideshows, and have a document ready handler to start both slideshows (which will happen once all images are downloaded, since they are included in the body). People still try to block right-clicks, huh?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...