Question
clearInterval
I have a website that has several pages on it that are
accessible through a nav bar at the top of the site. On the home
page there is a continuous playing slideshow in a movieclip. when I
go to another page and then back to the homepage the slideshow
doesn't work sometimes, or other times it will play one of the
images multiple times, and other times will skip images.
I have the slideshow running on an interval, and have tried using clearInterval to reset the slideshow when clicking off of the main page, so that upon returning to it, it will start again. I must be missing something to either clear the interval when going to another page or make the slideshow start over again when going back to the home page.
Any ideas?
thanks!
I have the slideshow running on an interval, and have tried using clearInterval to reset the slideshow when clicking off of the main page, so that upon returning to it, it will start again. I must be missing something to either clear the interval when going to another page or make the slideshow start over again when going back to the home page.
Any ideas?
thanks!