Lines picture applet

Free version 1.0

The scroll picture effect by Tatiana Konstantinova , 2000  lunya@hotmail.com

 

  This applet scrolls picture with "lines" effect. Applet can have a link to any URL and also cutomized for sites with frames.

 

Examples of HTML

  If you'd like to use this applet on your site then you have to upload LinesPic.class files to your site directory and also upload necessary image (gif or jpg) of the background. Then just copy and paste code example to your html page. Don't forget to change "codebase" parameter to link your site address. Don't forget to change "image" parameter to link your background picture file.

<applet code="LinesPic.class" name="LinesPic" codebase="http://www.mysite.com/mydir/" width="170" height="133">

<param name="title" value="Yahoo">

<param name="url" value="http://www.yahoo.com">

<param name="link" value="#FFFFFF">

<param name="vlink" value="#EE82EE">

<param name="fontsize" value="16">

<param name="fonttype" value="Helvetica">

<param name="image" value="bee.JPG">

<param name="left" value="15">

<param name="window" value="_blank">Sorry your browser doesn't support Java.

</applet>

Parameters

 

Parameter Example of value Description
image backgr.JPG Name of background image in GIF or JPG format.
title My page Title of link
url http://www.mysite.com URL of link
link #F3C487 Color of link
vlink #00FFFF Color of link when mouse is over it
window _top Name of window where a link will be opened.This parameters should be defined if you have frames.
left 20 Number of pixels from the left side to start drawing title, by default, center position is applied
fonttype 35 Font style. Usually you can use the following values:

Dialog

Helvetica

TimesRoman

Courier

DialogInput

ZapfDingbats

Case sensitive!By default TimesRoman is applied.

fontsize 12 Integer that defines size of font on title.

 

© Tatiana Konstantinova, 2000