Random order in free web slideshow

Q: Great app!
I want to make a slide-show with 100+ pictures and I want to show them in random order. Is that possible, I mean random order.
I really want to buy your software, but I must know it.

A: Open "visualslideshow.js" file in any text editor (for example, Notepad) and add *"random":true* parameter. For example:

VisualSlideShow({"duration":600,"delay":1900,"id":"show","width":480,"height":360,"captions":true,"controller":true,"thumbnails":true,"loop":true,"paused":false,"effect":"Fade","random":true});

Related