Announcer Java Applet![]() ![]() | |||||||||||
Announcer Java Applet Commercial Version 2.0
![]() Example 2 ![]()
As an example here's the code I used for the applet on top :
Information:
Announcer's parameters are explained below : The following instructions describe the meaning of the available parameters for this applet: |
Parameters | Value |
<applet code="announcer.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=announcer.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="390"> | Width of the applet. Please do not forget set this parameter. It must be same value with applet tag. |
<param name="applet_height" value="26"> | Height of the applet. Please do not forget set this parameter. It must be same value with applet tag. |
<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 to receive your registration code (regcode). Click here to buy regcode of the applet. |
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com"> | Information about the Announcer 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="fef1ce"> | "bgcolor" is the background color. |
<param name="border_color" value="000000"> | Border color. |
<param name="headline_color" value="0000a2"> | Headline color. (Left text) |
<param name="message_color" value="000000"> | Message color. (Right text) |
<param name="highlight_headline_color" value="d20000"> | This parameter will change the color of the headline (left text) 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="highlight_message_color" value="d20000"> | This parameter will change the color of the text messages (right text) 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="headline_font" value="Arial,1,14"> | Headline font (left text), "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="message_font" value="Arial,0,12"> | Message font (right text), "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=text_alignment value="center"> | This tag identifies alignment of the text messages. left or center. |
<param name="left_margin" value="10"> | Number of pixels for left margin. (for left alignment) |
<param name="base_line_ypos" value="18"> | "base_line_ypos" is the distance from the top of the applet to draw the text messages. |
<param name="xspace" value="10"> | Extra space between headline and text message. |
<param name="scroll_delay" value="60"> | This is the delay in milliseconds between redraws. In other words it represents the speed of the type. To make your animation more fluid you should decrease the time Typically 1:minimum, 200:maximum , 10-80 :good. |
<param name="pause" value="5000"> | This is the time, in milliseconds, the text should be waiting before scroll again. |
<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="headlineN" value=" "> | Headline (left text) body. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time. |
<param name="messageN" value=" "> | Message (right text) 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=status_bar_msgN value=""> | Status bar message. |
</applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
Getting Started
Linking to My Web Site
Troubleshooting & Support
|
|
|||
|
||||
|
||||