I have been looking again at Dynamic Drive Image Slide Shows and trying to get them to work on SS. Here is onethat I would like to try - the program works OK after copy and paste into the BODY but I cant figure out where to locate the pictures. Can anybody help?? Thanks in advance Tony
Posts: 236 | Location: UK Warwickshire | Registered: December 07, 2006
When using Book Flip slideshow, I had my images on the same page as the slideshow as Foreign Objects (Publish File-format). I suppose you could try the same.
The Dynamic Drive code you are trying to use requires the image file names to be entered into the array "slideshowcontent". You need to enter a valid image file path/name into every line as:
slideshowcontent[x]=["image URl", "optional link", "optional link target"]
where "x" is an array position number, starting at 0 and incrementing by 1; "image URL" is the path to your image; "optional link" is a link used if the visitor clicks on the image; and, "optional link target" tells the browser is the link should be opened in a new window (_new").
The code given by Dynamic Drive provide samples for array positions 0, 1 and 2
We are all learning, it's trial and error so don't feel alone . In SS on your left hand side you will find an Import Foreign Object icon. To have SiteSpinner upload the images, place each one on your slideshow page as a 'Foreign Object' -- publish file format. Then when you republish, the images should be uploaded to your root folder. Also watch out for case-sensitivity on the image file names.
OK Larry, I put "slideshowcontent[x]" statements on seperate lines and it works fine Thanks a lot, The <script type="text/javascript" SRC="slideshows.js"></script> was left over from another slide show but it doesn't seem to be interferring with this one.
Posts: 236 | Location: UK Warwickshire | Registered: December 07, 2006