joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Slideshow stops #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

The slideshow stops on slide #7. (So in this case it stops on 4.jpg - see code 
below).
I have tried switching the images around, and it always stops on that 
particular image.
I am on a Mac using Safari4 and the latest version of slideshow. 

Any ideas?

window.addEvent('domready', function(){
        var data = {
          'intro.jpg': { caption: 'Volcano Asención in Ometepe, Nicaragua.' },
          '13.jpg': { caption: 'Beer and ice cream.' },
              '1.jpg': { caption: 'Volcano Asención in Ometepe, Nicaragua.' }, 
              '2.jpg': { caption: 'A Ceibu tree.' }, 
              '3.jpg': { caption: 'The view from Volcano Maderas.' }, 
          '5.jpg': { caption: 'Beer and ice cream.' },
              '4.jpg': { caption: 'Beer and ice cream.' },
          '7.jpg': { caption: 'Beer and ice cream.' },
          '8.jpg': { caption: 'Beer and ice cream.' },
          '9.jpg': { caption: 'Beer and ice cream.' },
          '10.jpg': { caption: 'Beer and ice cream.' },
          '11.jpg': { caption: 'Beer and ice cream.' },
          '12.jpg': { caption: 'Beer and ice cream.' }
     };

Original issue reported on code.google.com by avani...@gmail.com on 19 Oct 2009 at 3:32

GoogleCodeExporter commented 8 years ago
Without a link i'd guess it was because 4.jpg doesn't exist or is corrupt 
(sometimes
happens).

Original comment by aeron.gl...@gmail.com on 19 Oct 2009 at 10:48

GoogleCodeExporter commented 8 years ago
I tried re-saving, I can assure you that it's not the image that's the issue. 
Here's a link
http://aniavanian.com/staging/crush/

(Sorry I was wrong, it always at stops at the 6th - 5.jpg) So if I switch 4.jpg 
with 5.jpg, it always stops at the 6th 
slide.)

Thanks!

Original comment by avani...@gmail.com on 19 Oct 2009 at 1:06

GoogleCodeExporter commented 8 years ago
Which browser? Works for me in Firefox.

Original comment by aeron.gl...@gmail.com on 19 Oct 2009 at 2:55

GoogleCodeExporter commented 8 years ago
Yes it's perfect in Firefox, but in Safari it stops.

Original comment by avani...@gmail.com on 19 Oct 2009 at 3:05

GoogleCodeExporter commented 8 years ago
Works for me. Tested in Safari 2.0.4, 3.0.4 and 4.0.3

Original comment by aeron.gl...@gmail.com on 19 Oct 2009 at 5:16

GoogleCodeExporter commented 8 years ago
Aeron thanks for checking it out. For some reason it wasn't liking the number 
5...?? I renamed the 5.jpg to 
something else, and now it works. I have no idea why, but it now works.

Thanks much.

Original comment by avani...@gmail.com on 19 Oct 2009 at 5:20