home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / internet / JSLib / applets / 0122 / parametry.txt < prev   
Text File  |  1999-02-11  |  5KB  |  90 lines

  1. <applet code="blobs.class" width=180 height=140>  ; Name, Width, Height
  2. <param name=credits value="Applet by Fabio Ciucci (www.anfiteatro.it/java.html)">
  3. <param name=regcode value="NO">         ; Register code (if you have it)
  4. <param name=reglink value="NO">         ; URL where go optionally when clicked
  5. <param name=regnewframe value="YES">    ; Reglink opened in new frame?
  6. <param name=regframename value="_blank"> ; Name of new frame for reglink
  7. <param name=statusmsg value="Blobs applet">  ; Statusbar message
  8. <param name=res value="2">                ; resolution (1-8)
  9. <param name=nblobs value="4">             ; number of blobs (2-8)
  10. <param name=minspeed value="12">          ; minimum speed (1-15)
  11. <param name=fixnetscape value="YES">      ; Fix netscape bug
  12. <param name=bval1 value="210">            ; Blob val 1
  13. <param name=bval2 value="35600">          ; Blob val 2
  14. <param name=bval3 value="35600">          ; Blob val 3
  15. <param name=numpal value="1">             ; Color palette (1-6)
  16. <param name=sinemode value="YES">         ; Sinus movements ("YES" or "NO")
  17. <param name=starshape value="NO">         ; Star shape ("YES" or "NO")
  18. <param name=negative value="NO">            ; Negative colors ("YES" or "NO")
  19. <param name=textscroll value="blobscr.txt"> ; File for scrolltext or "NO"
  20. <param name=textoffset value="140">         ; Txtscroll y offset
  21. <param name=textspeed value="1">          ; Txtscroll speed
  22. <param name=textfont value="Arial">       ; Txtscroll font name
  23. <param name=textbold value="NO">          ; Txtscroll bold ("YES" or "NO")
  24. <param name=textsize value="24">          ; Txtscroll font size
  25. <param name=textshadow value="YES">       ; Txtscroll shadow ("YES" or "NO")
  26. <param name=TextColR value="200">         ; Txtscroll color (red component)
  27. <param name=TextColG value="255">         ; Txtscroll color (green component)
  28. <param name=TextColB value="190">         ; Txtscroll color (blue component)
  29. <param name=TextSColR value="20">         ; Txtscroll shadow col. (red c.)
  30. <param name=TextSColG value="20">         ; Txtscroll shadow col. (green c.)
  31. <param name=TextSColB value="50">         ; Txtscroll shadow col. (blue c.)
  32. <param name=TextJumpAmp value="0">        ; Txtscroll jump aplitude
  33. <param name=TextJumpSpd value="0">        ; Txtscroll jump speed
  34. <param name=TextSineAmp value="0">        ; Txtscroll sineshape amplitude        
  35. <param name=TextSineSpd value="0">        ; Txtscroll sineshape movement
  36. <param name=TextSineAngle value="0">      ; Txtscroll sineangle / pixel  
  37. <param name=memdelay value="1000">        ; Memory deallocation delay
  38. <param name=priority value="3">           ; Task priority (1..10)
  39. <param name=fixnetscape value="NO">       ; Fix Netscape 3.0 bug ("YES","NO")
  40. <param name=MinSYNC value="10">           ; Min. milliseconds/frame for sync
  41. Sorry, your browser doesn't suppor Java.  ; Message for no java browsers.
  42. </applet>                                 ; End of applet tag
  43.  
  44.  
  45.                              ---------
  46.  
  47.  
  48. Here detailed instructions about how to change parameters:
  49.  
  50.  
  51. The size of the applet is determined by "width" and "height" tags.
  52.  
  53. The applet can be of any size. The res parameter determine the resolution:
  54. with res=1 pixels are small, but effect is slow, with res=8 pixels are too
  55. great but effect is faster. I think the best choices are 1-3.
  56.  
  57. The credits parameter can't be changed otherwise the applet will not work.
  58.  
  59. To activate the reg parameters read the shareware registration notes.
  60. In the "regcode" parameter you have to place the registration code you
  61. purchase from the author. If it is correct and the applet is run from the
  62. registered domain name, you can use "reglink" parameter, where you can specify
  63. an URL where bring user when the applet is clicked.
  64. If you set to "YES" regnewframe, you can specify a frame where load the
  65. reglink:
  66.  
  67. "_blank"  : To load the link in a new blank unnamed browser window.
  68. "_self"   : To load the link into the same window the applet occupies.
  69. "_parent" : To load the link into the immediate FRAMESET parent.
  70. "_top"    : To load the link into the top body of the window.
  71.  
  72. Otherwise the frame name, for example "myframe1".
  73.  
  74. The number of blobs can go from 2 to 8.
  75.  
  76. The minimum speed can go from 1 to 15... better to use low minspeed on small
  77. bwidth and bheight, and high minspeed when the size is greater than 60.
  78.  
  79. With bval1,bval2,bval3 parameters is possible to change the intensity of
  80. blobs.
  81.  
  82. With "numpal" you can choose between 6 different color palettes.
  83.  
  84. Setting "sinemode" parameter to "YES" the blobs will move like waving,
  85. otherwise setting it to "NO" blobs will bounce.
  86.  
  87. Setting "starshape" parameter to "YES" the blobs will have romboid
  88. shape rather than spherical shape.
  89.  
  90. Setting "negative" to "YES" the effect will display negative colors.