home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 0161b.exe / LIGHTENING.HDW < prev    next >
Encoding:
Text File  |  1996-09-25  |  795 b   |  22 lines

  1. {info description="Lightening Plugin" author="burger" website="http://www.infinop.com/html/extvwr_pick.html"}
  2.  
  3. {page number=1 heading="Choose an Wavelet Image to embed"}
  4.  
  5. {label top=5 caption="This dialog will insert a tag for the Lightening Plugin" width=310}
  6. {label top=+15 caption="by Infinet_Op" width=110}
  7.  
  8. {label top=+35 caption="Which Wavelet Image should be embedded ?"}
  9. {imagefile top=+15 name="File1" filetype="cod" ifblank="You must choose a file !"}
  10.  
  11. {label top=+35 caption="Height" width=50}
  12. {label top=+0 left=+65 caption="Width" width=50}
  13.  
  14. {text top=+15 name="Height" default=200 width=50}
  15. {text top=+0 left=+65 name="Width" default=200 width=50}
  16.  
  17. {/page}
  18.  
  19. {skeleton}
  20. <EMBED TYPE="Image/cis-cod" WIDTH={Width} HEIGHT={Height}
  21. SRC="{File1}"</EMBED>
  22. {/skeleton}