home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 1 / PCU0703CD1.iso / software / online / files / imacros.exe / DEMO-SLIDESHOW.IIM < prev    next >
Encoding:
Text File  |  2002-10-10  |  693 b   |  19 lines

  1. VERSION BUILD=304809 
  2. '
  3. 'Press LOOP to start this macro
  4. '
  5. 'Remove the URL command to make this
  6. ' an UNVERSAL Slide Show Macro! 
  7. URL GOTO=http://www.iopus.com/iim/demo/slideshow.htm   
  8. 'You can *start* the loop at another value with SET !LOOP. The default start value is 1. 
  9. 'Since the SET !LOOP command sets a START value, it works only at the first loop.
  10. 'SET !LOOP 2
  11. TAG POS={{!loop}} TYPE=IMG ATTR=HREF:http://*.jpg  
  12. 'Enable the SAVEAS command if you want to save the pictures
  13. 'SAVEAS TYPE=FILE
  14. 'Give the user time to press PAUSE 
  15. WAIT SECONDS=3
  16. '
  17. 'Go back to start page
  18. 'Use !urlstart if you removed the URL GOTO= command at the top of the macro
  19. 'URL GOTO={{!urlstart}}