The viewer is free to use in personal or commercial web pages, provided that the script is not sold or exchanged for profit. An f the slideshow, suitable also for resale, may be purchased for a one-time per-site license fee.
Slideshow Viewer API
The interface to the slideshow is simple - just insert the script source, initialize the viewer and photo links, and call theviewer.show()
method. Here is an example: <script type="text/javascript" src="http://slideshow.triptracker.net/slide.js"></script> <script type="text/javascript"> <!-- var viewer = new PhotoViewer(); viewer.add('/photos/my-photo-1.jpg'); viewer.add('/photos/my-photo-2.jpg'); viewer.add('/photos/my-photo-3.jpg'); //--></script> <a href="javascript:void(viewer.show(0))">Slideshow</a>