#------------------------------------------------------------------------------ # Example slideviewer slide definitions # # Format is URL|Title|Subtitle|Link URL|Object1|Object2..|Object9 # #------------------------------------------------------------------------------ # The minimum you need is just the URL of the image /images/myimage.jpg # This example shows the image with a title and subtitle /images/myimage.jpg|Title of image|Subtitle of image # This example shows how to define a URL to link to when the user clicks on the # image (or where ever you define the link to appear on the page) /images/myimage.jpg|Title of image|Subtitle of image|/my/newlink.html # You can specify remote images if use use a full URL http://www.somewhere.com/images/image.jpg|Remote Image # You can include any other object type you like to go with the image. # Eg: realaudio, midi, quicktime etc. /images/myimage.jpg|Title of image|Subtitle of image|/my/newlink.html|/midi/rock.mid # All fields are optional apart from the image are optional, so the above # definition could have been written as: /images/myimage.jpg||||/midi/rock.mid # You can specify up to nine objects. These can be anything you like from # additional text to URL's. /images/myimage.jpg|Title|Subtitle||Additional text|Perhaps a label|Or maybe an footnote # You can include other slideshow files to make complete collections easy. :include slides1 :include slides2