Slideshow_full.php is a full screen version of the allbum slideshow which
can run on a standalone PC in eg. the school lobby.
It runs without the template and can show pictures at full screen.

Be carefull to have images of the same dimensions.

http://www.yoursite.com/addons/slideshow_full.php?album_name=albumname

where the albumname is the name of album in the allbum module.

You can give the refresh time, transition type  (only for IE) and the width of the screen.

this can be done as follows:
http://www.yoursite.com/starnet/addons/slideshow_full.php?album_name=albumname&speed=4&t=3&w=800

speed is the number of seconds before the next photo is displayed, default is 4 seconds
w is the maximum width in pixels taht fits on the computer screen. Default is determined by the picture width
t is the transition type (only IE) , here you give the nummer from the list below. Default is fade (0)

0 = Fade(duration=1)
1 = Blinds(Duration=1,bands=20)
2 = Checkerboard(Duration=1,squaresX=20,squaresY=20)
3 = Strips(Duration=1,motion=rightdown)
4 = Barn(Duration=1,orientation=vertical)
5 = GradientWipe(duration=1)
6 = Iris(Duration=1,motion=out)
7 = Wheel(Duration=1,spokes=12)
8 = Pixelate(maxSquare=10,duration=1)
9 = RadialWipe(Duration=1,wipeStyle=clock)
10 = RandomBars(Duration=1,orientation=vertical)
11 = Slide(Duration=1,slideStyle=push)
12 = RandomDissolve(Duration=1,orientation=vertical)
13 = Spiral(Duration=1,gridSizeX=40,gridSizeY=40)
14 = Stretch(Duration=1,stretchStyle=push)