Author: jimmybondo
Link: http://cod
e.campware.org/phorum/read.php?8,4419,4419#msg-4419
------------------------------------------------------------
--------------------
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:
<!** List ArticleImage>
s = new slide();
s.src = "/cgi-bin/get_img?<!** urlparameters
image>";
s.text = "<!** print image description>
Photo by <!** print image
photographer>";
SLIDES.add_slide(s);
<!** EndList>
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?
--
Sent from Campware Forums
http://code.campware.
org/phorum
|