home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / beams / splash12.exe / data1.cab / Plugins / _Imaging / Rollovers / Rollovers.plg < prev    next >
Encoding:
INI File  |  1998-12-18  |  1.4 KB  |  51 lines

  1. [Applet Details]
  2. AppletName=Rollover 1
  3. Size=[VARIABLE];100,100
  4. Desc=This plugin does rollovers
  5. PluginAuthor=Daniel Walters
  6. PluginAuthorEmail=danielw@beam.com.au
  7. AppletAuthor=Daniel Walters
  8. AppletAuthorEmail=danielw@beam.com.au
  9.  
  10. [Button 1]
  11. Parameter=GENERATE:name
  12. Desc=Enter the name to reference the image.
  13. Type=HIDDEN
  14. Name=Text to scroll.
  15.  
  16. [Button 2]
  17. Parameter=IMAGE_SIZE_XY:upimage
  18. Desc=Select the image to be displayed when the mouse is NOT over the rollover.
  19. Type=IMAGE
  20. Name=Text to scroll.
  21. Default=img_up.gif
  22.  
  23. [Button 3]
  24. Parameter=dnimage
  25. Desc=Select the image to be displayed when the mouse is over the rollover.
  26. Type=IMAGE
  27. Name=Text to scroll.
  28. Default=img_dn.gif
  29.  
  30. [Button 4]
  31. Parameter=alttext
  32. Desc=Select the text to be displayed as a tool tip when the mouse is over the rollover.
  33. Type=STRING
  34. Name=ALT Text.
  35. Default=Splash
  36.  
  37. [Button 5]
  38. Parameter=URL
  39. Desc=Select a URL link with this rollover.
  40. Type=URL
  41. Name=URL Link
  42. Default=http://www.gosplash.com
  43.  
  44. [Include Block]
  45. setup
  46.  
  47. [Head Block]
  48. theimage['$$$GENERATE:name$$$'] = new Preload("$$$IMAGE_SIZE_XY:upimage$$$", "$$$dnimage$$$");
  49.  
  50. [Main Block]
  51. <a href="$$$URL$$$" onMouseover="dn('$$$GENERATE:name$$$')" onMouseout="up('$$$GENERATE:name$$$')"> <img src="$$$IMAGE_SIZE_XY:upimage$$$" name="$$$GENERATE:name$$$" alt="$$$alttext$$$" width=$$$(PLUGIN_SIZE_X)$$$ height=$$$(PLUGIN_SIZE_Y)$$$ border=0></a>