Hjælp til Fadeslideshow
Jeg kan ikke få mit fadeslideshow til at virke, da jeg ikke kan huske hvordan jeg gør.Jeg har uploadet de 2 filer i roden: Mfade.class og index.bak
Har indsat denne her kode.
<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>
Har oprettet en mappe ved navn: image hvor billeder ligger som skal køre showet.
Billeder har filnavn 1.jpg 2.jpg o.s.v
Hvad gør jeg forkert.
