A.H. Scrolling Text Java Applet![]() ![]() | |||||||||||
Advanced Horizontal Scrolling Text Java Applet Commerical Version 2.0 ![]() Example 2 ![]() Properties
As an example here's the code I used for the applet on top :
Information:
Advanced Horizontal Scrolling Text's parameters are explained below : The following instructions describe the meaning of the available parameters for this applet: |
Parameters | Value |
<applet code="ascroll2.class" width=390 height=26> | The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=ascroll2.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="applet_width" value="460"> | Width of the applet. Please do not forget to set this parameter. It must be same value with applet tag. |
<param name="applet_height" value="18"> | Height of the applet. Please do not forget to set this parameter. It must be same value with applet tag. |
<param name="regcode" value=""> | Registration code (if you have it). Into the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money to receive your registration code (regcode). Click here to buy regcode of the applet. |
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection"> | Information about the Advanced Horizontal Scrolling Text Java applet. The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical. |
<param name=bgcolor value="000000"> | "bgcolor" is the background color. |
<param name="border" value="no"> | "yes" or "no" |
<param name="border_color" value="000000"> | Border color. |
<param name="mouse_over" value="slow"> | "normal" or "stop" or "fast" or "slow" |
<param name="scroll_delay" value="16"> | This is the delay in milliseconds between redraws. In other words it represents the speed of the scroll. Typically , 8-20 :good. |
<param name="xspace" value="10"> | xspace is the extra space between text messages. |
<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. |
<param name="linkN" value=""> | The absolute and/or relative URLs. |
<param name="fontN" value="Helvetica,1,12"> | "Font type, font style, font size" This will specify the font name, font type and font size 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. Examples: "TimesRoman,3,22" "Courier,0,20" "Arial,2,14" |
<param name="colorN" value="F2E9DE,FFCC00"> | "Text color , highlighted text color" |
<param name=status_bar_msgN value=""> | Status bar message. |
<param name="ypositionN" value="19"> | yposition is the distance from the top of the applet to draw the text messages. |
</applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
Getting Started
Troubleshooting & Support
|
|
|||
|
||||
|
||||