Mfade
|
<applet code=code="Mfade.class"
width="320" height="180">
Name of the applet. Width and height, these values must be identical to
the greatness of the used images.
<param name="background" value="FFFFFF">
Color breaks down Applet.
<param name="numero_immagini" value="4">
Number used images for the applet.
<param name="image1" value="1.jpg">
<param name="image2" value="2.jpg">
<param name="image3" value="3.jpg">
<param name="image4" value="4.jpg">
Images to insert.
<param name="href" value="http://www.massimo61.it/">
Possibility of insert a link, you could be used an URL or an inside document.
<param name="target" value="_blank">
Frame destination if uses a made page to frame puts the name of the frame,
if you insert a link but no frame destination the applet takes the _self
of default.
<param name="href" value="http://www.massimo61.it/">
<param name="target" value="_blank">
If the applet like link doesn't want to be used these two parameters they
could be removed.
<param name="testo" value="Caricamento Immagini">
Text visualized during the loading of the images, if no text comes inserted
the applet visualizes Caricamento Immagini of default
<param name="color_load" value="FFFFFF">
Color breaks down of the applet while the images come loaded.
<param name="text_color" value="000000">
Color of the text inserted for the loading of the images.
<param name="speed" value="10">
Speed execution animation, the applet for each change image visualizes
40 frame, if speed has mailed 10 the change image it will happen each
two seconds if speed is 20 each according to.
<param name="priority" value="8">
Tax the priority of the thread, the values to insert goes from 1 to 10,
taller it is the mailed fluidder value it is the execution of the animation
(recommended 8), if you in a document have two applet it lower the value
to 3.
<param name="autore" value="Massimo Giari">
This parameter concerns the notes of the author if it is not present the
applet doesn't work.
</applet>
Massimo Giari
|
Back to Mfade
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|