From the demo, highlighting added:
Code:
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
The mostly green line, in case you don't know, is a comment/instructions. In javascript, a single line comment is begun with:
//
In the second line (the actual call), it is the red 1 that should be a 0 for no mouseover pause, the , "R" is optional and means random order if used.
Bookmarks