There are about 200 photos in a folder d:\photos\. How to make a script to display slideshow of all photos one by one without entering each photo's name? I found a script which displays all photos but need to input all photos' name.
Javascript cannot read directories... which makes this impossible. Unless the images have similar names just with an unique ID that changes or something... (eg: image_1.jpg, image_2.jpg, etc...) You could use a loop then....