|
 |
$a = "slideshow2_images"; // name of folder that contains slideshow images
$b = 7; // delay in seconds that images show
$c = "yes"; // play back images in alphabetical order
$d = "yes"; // should slideshow start automatically
$e = "no"; // show play/stop button (slideshow_play_button.jpg,slideshow_stop_button.jpg)
$f = "no"; // show previous + next buttons (slideshow_previous_button.jpg,slideshow_next_button.jpg)
$g = "no"; // show first + last buttons (slideshow_first_button.jpg,slideshow_last_button.jpg)
$h = "jpg"; // control buttons extension / no period
$j = "no"; // border around picture
$k = 1; // if border - width in pixels
$l = "solid"; // style - solid, ridge, groove, inset, outset, double
$m = "#501530"; // color of border
$n = ""; // path of slideshow page down from site root
//-- leave blank if slideshow page is in site's root directory
$o = "images"; // path of control images from slideshow page
include ("slideshow.php");
?>
 |
 |