Downloaded and tried the new slideshow.php and it works very nicely and fast!
The only thing that took me a little work (just a little

), is that at first I couldn't get the filename/title beneath the images instead of above.
At first I did it by moving
`echo "".$image->getTitle()." (".$count."/".$numberofimages.")";`
to the end of the if/else statements (movie or mp3 or image) like I did in the 'old' slideshow.php file. This resulted in a correct presentation of that filename for two slides, but with the third slide this filename moved to a position above the image. This is because from then on this title/filename is created somewhat differently ('htmlblock +=' etc.), so I had to change it there to.
Thanks dpeterson and acrylian! This will limit the data transfer immensily for large albums

.