<applet code="Mshowimage.class"
width="240" height="150">
Tax the name of the applet, the width and the height, they must be equal
to the dimensions of the used image
<param name="image1" value="zebra.jpg">
<param name="image2" value="albero.jpg">
<param name="image3" value="zebra.jpg">
<param name="image4" value="albero.jpg">
<param name="image5" value="zebra.jpg">
<param name="image6" value="alberojpg">
<param name="image7" value="zebra.jpg">
Sequence imagines from visualize name and .gif or .jpg extension, the
sequence follows the numbered order, image1 first visualized image,
image2 second, image7 last. The images insert in this example
they are three, one of them comes repeated three times for, see all the
effects. It is possible insert how much images are wanted, increasing
the number of the image of one (new image, image"8") or two
or three only, to like.
<param name="background1"
value="FFFFFF">
<param name="background2"
value="FFFFFF">
<param name="background3"
value="FFFFFF">
<param name="background4"
value="FFFFFF">
<param name="background5"
value="FFFFFF">
<param name="background6"
value="FFFFFF">
<param name="background7"
value="FFFFFF">
Tax the backgrund of the applet for each change
image, also this parameter follows the numeration of the images image1=background1,
you could use a different background for each image.
<param name="effect_type1"
value="Mshow1">
<param name="effect_type2" value="Mshow2">
<param name="effect_type3" value="Mshow6">
<param name="effect_type4" value="Mshow7">
<param name="effect_type5" value="Mshow5">
<param name="effect_type6" value="Mshow3">
<param name="effect_type7" value="Mshow4">
These is the seven available effects Mshow1=square,
Mshow2=circle, Mshow3=star, Mshow4=heart, Mshow5=diamond,
Mshow6=triangle and Mshow7=hexagon. Like for the preceding
examples the effect effect_type=1 comes in partnership to the first
image effect_type2 to the seconds etc. They could be used all or
only those that they interest. Example: if an only square effect wants
to be used enough insert the parameter effect_type1="Mshow1",
effect_type2="Mshow1" etc. for all the images insert.
<param name="link1" value="http://javaboutique.internet.com">
<param name="link2" value="http://www.javafile.com">
<param name="link3" value="http://javaboutique.internet.com/applet_index/">
<param name="link4" value="http://digilander.iol.it/massimo611/mdrain.htm">
<param name="link5" value="http://javaboutique.internet.com/visual/">
<param name="link6" value="http://digilander.iol.it/massimo611/manimator.htm">
<param name="link7" value="http://javaboutique.internet.com">
Tax the link for the images insert, image1= link1, image2= link2 etc.
<param name="target1" value="_blank">
<param name="target2" value="_blank">
<param name="target3" value="_blank">
<param name="target4" value="_blank">
<param name="target5" value="_blank">
<param name="target6" value="_blank">
<param name="target7" value="_blank">
Frame destination for each link, target1 for link1 and image1. target2
for link2 and image2 etc.
<param name="num_frames"
value="15">
Tax the number of the frame for the animation, (recommended between 10
and 30).
<param name="pause" value="15">
Tax the time that the image owes service before return back with the effect
zoom.
<param name="show_effect"
value="15">
Tax the visualization for the effect zoom in and out more the number is
small top it will be the visualization of the effect. If mailed to 0 you
will see only the change image without effect (recommended between 5 and
30).
<param name="speed" value="80">
Tax the speed of execution 80 = 80 micro second.
<param name="priority" value="3">
Tax the priority of the thread the values go from 1 to 10, (recommended
3).
<param name="autore" value="Massimo
Giari">
This parameter concerns the notes of the author, you could not be removed
otherwise the applet doesn't work.
</applet>
|