| Message Slider Java Applet | |||||||||
|
MessageSlider Java Applet Commerical Version 1.0
Example 2 As an example here's the code I used for the applet on top :
Information:
Message Slider's parameters are explained below : The following instructions describe the meaning of the available parameters for this applet: |
| Parameters | Value |
| <applet code="messageslider.class" width=260 height=90> | The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=messageslider.class, identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels). |
| <param name="regcode" value=""> | Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode). Click here for buying regcode. |
| <param name="info" value="Applet by Gokhan Dagli,www.geocities.com/japplets/"> | Information about the Message Slider Java applet. |
| <param name=effects value="custom"> | "random"or "custom". |
| <param name=custom_effects value="4"> | If "effects" parameter's value is "custom", you can set (1-4). Please try the samples. Samples: "1,2,3,4" "3,4" "4,3,4,3,1,2,1,2" |
| <param name=step value="3"> | The "step" parameter is the distance in screen pixels to jump between frames. To make your scroll more fluid you should decrease the step value. |
| <param name=step_period value="30"> | This is the delay in milliseconds between redraws. In other words it represents the speed of the scroll. To make your scroll more fluid you should decrease the time (so be carefull for CPU overhead for too old computers and big sized applet. Typically 15:minimum, 200:maximum , 20-60 :good). |
| <param name="target_frame" value="_self"> | Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open. |
| <param name="textN" value=" "> | Message body. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time. The text message to show. Use "#" for jumping next line. |
| <param name="delayN" value="3000"> | This is the time, in milliseconds, the text should be waiting before scroll again. |
| <param name="fontN" value="Arial,1,26,10"> | "Font type, font style, font size, yspace" This will specify the font name, font type, font size and yspace (Extra space between text lines.) used to display the text. You may choose from among many fonts. For example Arial, Helvetica, Courier and TimesRoman. It is case sensitive. For font style, use 0 for PLAIN, 1 for BOLD, 2 for ITALIC or 3 for ITALIC BOLD to set the style of the display. "ysapace" is the extra space between text lines. Examples: "TimesRoman,3,22,10" "Courier,0,20,0" "Arial,2,14,0" |
| <param name="colorN" value="D1CCBA,222222,B02020,000000"> | "background color, text color, highlight color, border color". "background color" is the background color for text messages. "highlight color":This parameter will change the color of the messages to the specified color when your mouse moves over the applet. This will only occur if there's an associated URL for the current text. You must use hexadecimal colors. |
| <param name="text_align_valignN" value="center,center"> | "alignment of the text messages, vertical alignment of the text messages" alignment:center,left,right. vertical alignment:center,top,bottom |
| <param name="offsetN" value="0,0"> | "left margin width, top margin height". |
| <param name="linkN" value=""> | The absolute and/or relative URLs. |
| <param name="status_bar_msgN" value="Message Slider Java Applet"> | You can set a message for each text message in the "status_bar_msg" code. "status_bar_msg1" is the message displayed with the first text message, "status_bar_msg2" the second image, etc. |
| </applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
|
Getting Started
Troubleshooting & Support
|