Example1 Example2 Example3


Here's the code I used for the applet on top:

<applet code="advnewsticker2.class" width="490" height="22">
<param name="applet_width" value="490">
<param name="applet_height" value="22">

<param name="regcode" value="">
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com">

<param name="input_text" value="from_parameters">
<param name="text_file" value="">

<param name="bgcolor" value="000000">
<param name="text_color" value="ffffcc">
<param name="highlight_text_color" value="ff9900">

<param name="font_type" value="Helvetica">
<param name="font_size" value="12">
<param name="font_style" value="1">
<param name="underline" value="no">

<param name="border_thickness" value="1">
<param name="border_color" value="ffffcc">
<param name="highlight_border_color" value="E00000">

<param name="text_align" value="center">
<param name="xoffset" value="0">
<param name="yoffset" value="0">

<param name="pause_time" value="3000">
<param name="hscroll_delay" value="8">
<param name="vscroll_delay" value="30">
<param name="typewriter_delay" value="30">
<param name="fade_delay" value="100">

<param name="effects" value="random">
<param name="custom_in_effects" value="1,2,3,4">
<param name="custom_out_effects" value="1,2,3,4">

<param name="text1" value="Advanced Newsticker is a single line newsticker applet with lots of configurations.">
<param name="link1" value="http://www.appletcollection.com/popular.html">
<param name="target_frame1" value="_self">

<param name="text2" value="The scroll content can be loaded from a separate text file or parameters.">
<param name="link2" value="http://www.appletcollection.com/popular.html">
<param name="target_frame2" value="_self">

<param name="text3" value="Effects, such as horizontal scrolling, vertical scrolling, typing and fading.">
<param name="link3" value="http://www.appletcollection.com/popular.html">
<param name="target_frame3" value="_self">

<param name="text4" value="Example 2 shows how you can use text underline and highlighted border.">
<param name="link4" value="example2/default.html">
<param name="target_frame4" value="_self">

</applet>