Demo-Slideshow
From iMacros
View thumbnails automatically
This demo works with the following page: http://www.iopus.com/imacros/demo/v4/images/index.htm
Macro Code
VERSION BUILD=304809 ' 'Press LOOP to start this macro ' 'Remove the URL command to make this ' an UNVERSAL Slide Show Macro! TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://www.iopus.com/imacros/demo/v5/images 'You can *start* the loop at another value with SET !LOOP. The default start value is 1. 'Since the SET !LOOP command sets a START value, it works only at the first loop. 'SET !LOOP 2 TAG POS={{!loop}} TYPE=IMG ATTR=HREF:http://*.jpg 'Enable the SAVEAS command if you want to save the pictures 'SAVEAS TYPE=FILE 'Give the user time to press PAUSE WAIT SECONDS=3 ' 'Go back to start page 'Use !urlstart if you removed the URL GOTO= command at the top of the macro 'URL GOTO={{!urlstart}}
