Example1 Example2 Example3 Example4


This example doesn't use background image.

Text File Format

 
Title|Text|Link URL|Target Frame

Please do not forget putting "|" charecter between items. You have to use three "|" charecter each line.

Example2 and Example3 read text from file.

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

<applet code="advtypew3.class" width="170" height="205" MAYSCRIPT>
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com">
<param name="regcode" value="">

<param name="input_text" value="from_file">
<param name="text_file" value="avtinput.txt">

<param name="bgimage" value="">
<param name="image_xposition" value="">
<param name="image_yposition" value="">

<param name="bgcolor" value="ededde">
<param name="title_color" value="801E1E">
<param name="text_color" value="000000">
<param name="highlight_title_color" value="282896">
<param name="highlight_text_color" value="282896">

<param name="title_align" value="left">
<param name="text_align" value="left">

<param name="title_font_type" value="Helvetica">
<param name="title_font_size" value="12">
<param name="title_font_style" value="1">

<param name="text_font_type" value="Helvetica">
<param name="text_font_size" value="11">
<param name="text_font_style" value="0">

<param name="scroll_delay" value="20">
<param name="type_delay" value="40">


<param name="border_thickness" value="1">
<param name="border_color" value="000000">

<param name="left_margin" value="10">
<param name="top_margin" value="10">
<param name="right_margin" value="10">
<param name="bottom_margin" value="10">

<param name="vertical_space" value="20">
<param name="title_linespace" value="0">
<param name="text_linespace" value="0">


</applet>