I am trying to create an automatic slideshow when there are more then 1 image for an article. Is there way to get an image URL within List Articleimage? Here is what I have done:
s = new slide();
s.src = "/cgi-bin/get_img?";
s.text = "
Photo by ";
SLIDES.add_slide(s);
I know your documentation says that urlparameters image needs the image number after, but how can I add an image number if I am creating a dynamic list?