home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #1 / Datatid-2000-01.iso / Internet / SPLASH / SPLASH12.EXE / data1.cab / Plugins / _Imaging / Graphics_Button / Graphics Button.plg next >
Encoding:
Text File  |  1998-12-18  |  1.2 KB  |  52 lines

  1. # Class: Picture_Plus Name: Graphics Button
  2.  
  3. [Applet Details]
  4. AppletName=Graphics Button
  5. ClassName=GraphicsButton.class
  6. Size=[VARIABLE];
  7. Desc=This applet displays an image with a button style border. It can be used to link with another page and will also play an audio file when hovered over with the mouse.
  8. AppletAuthor=Pineapplesoft
  9. PluginAuthor=Tim Kane //timk@gosplash.com
  10. AppletCopyright=Pineapplesoft, 1996-1998
  11. AppletHomepage=http://www.pineapplesoft.com/goodies/buttons/index.html
  12. AppletAuthorEmail=info@pineapplesoft.com 
  13.  
  14.  
  15. [BUTTON 1]
  16. parameter=IMAGE_SIZE_XY:src
  17. Type=IMAGE
  18. Desc=Please choose an image to be displayed.
  19. default=java.gif
  20.  
  21. [BUTTON 2]
  22. Parameter=href
  23. Desc=Enter the URL to link with this applet
  24. Type=URL
  25. Name=URL
  26. Default=http://www.gosplash.com
  27. Optional=YES
  28.  
  29. [BUTTON 3]
  30. Parameter=target
  31. Desc=Target Frame
  32. Type=HIDDEN
  33. Name=Target Frame
  34. Optional=YES
  35.  
  36. [BUTTON 4]
  37. Parameter=tooltip
  38. Desc=Enter the tooltip (status bar) help text.
  39. Type=STRING
  40. Name=Tooltip Help
  41. Optional=YES
  42. Default=Click Here!
  43.  
  44. [BUTTON 5]
  45. Parameter=audiotip
  46. Desc=Select an audio file to playback when hovered over.
  47. Type=FILE
  48. Filespec=*.au
  49. Name=Audio Playback
  50. Optional=YES
  51.  
  52. #end