Hey, coders. I found this code on the web for imbedding a slideshow made of image files. (I was looking for a way to animate cartoons without conversion to a GIF, so that the individual frames would still be editable.) I guess it's Java? (The last time I took Basic Programming was just before my university switched the class from C++ to Java.) What I want to know is, which line/section of the code if any can I modify if I want the slideshow not to loop indefinitely but to play x number of times and then freeze on the last slide; and how do I modify it?
(As long as I'm asking things: Whenever I remove the table tags in the slideshow script because all I want to display is the image file, it disables the slideshow so that only the first slide ever shows. How can I edit out the code I don't want to use without disabling the whole script?)