JAVA WORK
an apple(t) a day keeps the doctor away

JARS TOP 25% KzmMultiTV 2.00
Created: 03.Mar.96 - L.R.: 30.Apr.1997
KzmMultiTV Applet
 
     
Description   KzmMultiTV is a "multiscreen television". This applet can shows or a big image divided into 9 sections (corresponding to 9 small screens) or 9 different images. If you want, you can have instead of the 9 different small images, a bigger one (2x2) and 5 others smaller.One of the smaller images is always the small logo. Smaller images could be randomly or ordered selected from a file list, containing the image name and the related link.

FUTURE IMPROVEMENT: frame handler in images links, link on a different page, script file to control the sequences of images. If you have more suggestions, please email me !!!

 
Parameters   SIZE OF THE APPLET
Please provide the correct size to the applet:
<APPLET CODE="KzmMultiTV" WIDTH=280 HEIGHT=172>...
FileName (filename, default="files.txt")
This is the name of the file containing the list of all the images needed by the applet, and the related link. If an images has no link, please use the text NOLINK. Click here to see the file used for this example.
UseBigImages (YES|NO, default="YES")
If you say Yes here, during every cycle the applet randomly choose if showing (or not) a bigger image and 5 smaller. If you say No, every times the applet shows 9 smaller images.
Sequence (RANDOM/ORDER, default="RANDOM")
The images can be shown on the applet or in a random sequence (but there is no control for duplications) or in the order of the file (param filename). Obviusly, if there are less than 8 images ... you'll have duplicated images !!!
ImagesDir (string, default="images")
The directory containing all the graphics files. The starting point is the directory that contains the CLASS file.
WaitingTime (int, default=2)
The time to wait (in seconds) between every cycle.
Cycle (int, default=3)
How many times the applet has to show the small (and medium) image before displaying the biglogo screen
BigLogo (string, default="biglogo.gif")
The image filename of the big logo (it must reside in the directory of the parameter ImagesDir).
MiniLogo (string, default="minilogo.gif")
The image filename of the small logo (it must reside in the directory of the parameter ImagesDir).
MainLink (url, no default)
The link of the big and mini logo.
Copyright (string)
This is a simple copyright line. Please, don't change it. The applet is free, so the only cost is to leave this copyright.
     
Example   Here is the tag used for the example above:
<APPLET CODE="KzmMultiTV" WIDTH="280" HEIGHT="172">
 <PARAM NAME="copyright" VALUE="Alex 'Kazuma' Garbagnati, [email protected]">
 <PARAM NAME="filename" VALUE="filelist.txt">
 <PARAM NAME="usebigimages" VALUE="YES">
 <PARAM NAME="imagesdir" VALUE="multi">
 <PARAM NAME="sequence" VALUE="order">
 <PARAM NAME="cycle" VALUE="3">
 <PARAM NAME="mainlink" VALUE="http://www.kazuma.net/">
 <PARAM NAME="biglogo" VALUE="b_logo.gif">
 <PARAM NAME="minilogo" VALUE="m_logo.gif">
 <PARAM NAME="waitingtime" VALUE=5>
</APPLET>
  DOWNLOAD KzmMultiTV.zip

Java Work   back to Java Work
Kazuma.Net   back to Kazuma.Net