An image changes as it fades in and out.
This applet is effective if you want to show a number of images in rows--like a slide show at your Web site! In this example, four images are specified, each displaying a seasonal landscape. The seasons change with fade-out and fade-in effects.
Name | Description | Format | Default Value |
---|---|---|---|
image_source | URL where the image resides (such as a directory) | URL | none |
images | Images (separated by spaces when multiple images are specified) | URL URL ... | none |
display | Time span for displaying the image | Seconds | 4 |
sound | Sound | URL | none |
sound_mode | Playback sound mode | once or loop | once |
bg_color | Background color | Color | lightGray |
pause | Fading interval | Milliseconds | 200 |
href | Link | URL | none |
<applet codebase="ImgFade" code="ImgFade.class"
width=200 height=150>
<param name=image_source value="./ImgFade">
<param name=images value="4SEASON1.gif
4SEASON2.gif 4SEASON3.gif 4SEASON4.gif">
<param name=display value="6">
<param name=sound value="">
<param name=sound_mode value="">
<param name=bg_color value="">
<param name=pause value="800">
<param name=href value="">
</applet>