Slide Show - How to set-up it!?
Applet configuration parameters
For applet colors apply any HTML standard color from #000000 to #fffffff or black, white, gray, red, green, blue, cyan, magenta, orange.If you do not use any of the optional parameters the applet will apply the default values in bold.
| Required Parameters | ||
|---|---|---|
| img*.src | [file name] | Image file name. (image.gif or image.jpg) |
| img*.dir | [string] |
Animate directions: sd - slide down, su - slide up, sl - slide left, sr - slide right, pd - push down, pu - push up, pl - push left, pr - push right, fl - flash. |
| img*.delay | [number] | Show time Delay in ms. (2000) |
| img*.url | [url] | Link to any URL * target. Target can be: "_self" show in the current frame "_parent" show in the parent frame "_top" show in the top-most frame "_blank" show in a new unnamed top-level window name show in a new top-level window named name |
| img*.text1 | [string] | First sentence. (If do not add a value to img1.text1 the applet will not show the text panel.) |
| img*.text2 | [string] | Second sentence. |
| img*.text3 | [string] | Third sentence. |
| Optional Parameters | ||
| autoStart | [string] | Auto start option. (true) false |
| counter | [number] | How many images to show the applet before to stop animation. |
| General Parameters. | ||
|---|---|---|
| bgColor | [color] | Background color. (#007799) |
| fgColor | [color] | Foreground color. (white) |
| buttonBG | [color] | Button background color. (orange) |
| buttonFG | [color] | Button text color. (black) |
| Text Panel Parameters | ||
| textPanelStyle | [relief type] | Text panel relief style. (raised, lowered, plain) |
| textAlign | [align type] | Text align. (left, right, center) |
| textColor | [color] | Text color. (white) |
| fontName | [font name] | Font name. (Verdava,TimesRoman, Arial, Helvetica) |
| fontSize | [number] | Font size in points. (9, 10, 11, 12, 13, 14, 15) |

