This applet displays randomly images in the background and a multi lines text in the foreground. You can choose the images, how they are disposed (here they are 3 cells, 3 lines and 1 column), choose the text, the text color, set the cells spacing, add sounds, a link...
Name |
Description |
Default |
Status |
pause |
the animation pause |
50 |
required |
horizontal_cells_number | the horizontal cells number | the cells number | required |
vertical_cells_number | the vertical cells number | 1 | required |
cells_spacing | the number of pixels between 2 images (pixels) | 2 | required |
min_pause | the minimum delay before image changing (milliseconds) | 2000 | required |
max_pause | the maximum delay before image changing (milliseconds) | 5000 | required |
image1,...,imageN | the N images names | - | required |
text | the text (put a # to go to a new line) | - | optional |
text_height | the text height | 10 | optional |
text_color | the text color | white | optional |
text_pause | the pause between two text lines | 2000 | optional |
background_color | the background color | - | optional |
status_bar_text | the text to display in the status bar when the mouse is over | - | optional |
sound_name | the sound played on load | - | optional |
loop_sound | - "yes" : to loop the
onload sound - "no" : played one time |
no | optional |
enter_sound_name | the sound played when mouse over | - | optional |
clic_sound_name | the sound played when click | - | optional |
link | URL linked page when click | - | optional |
target | the target of the new page : - "_blank" : show in a new unnamed top-level window - "_self" : show in the current frame - "_parent" : show in the parent frame - "_top" : show in the top-most frame or a custom frame name |
_blank | optional |
registration_code | the registration code | - | required |
Special notes |
* You can put relative URL (to target a file on your site) or
absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com