This is a great plugin! Thanks.
I tweaked the HTML in your slideshow_flash.php page to include a back button. This brings back users to the page they came from instead of having them fumble for the back button. Here is the code:
`
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo getBareGalleryTitle()." > ".getBareAlbumTitle(); ?> - Slideshow</title>
<?php //zenJavascript(); ?>
<?php printSlideShowFlashJS(); ?>
<?php printSlideShowFlash(); ?>
<style>
html, body { height:98%; }
body { margin:0;background:#000;}
</style>
</head>
<body>
FullScreenSlideshow
Alternative content
[Image:
http://www.adobe.com/images/shared/downl...player.gif]
[align=center]<input type=button value="Back to Page" onClick="history.go(-1)">[/align]
</body>
</html>
`