Scrolling Image Scrolling Image

Applet Description

An image followed by text scrolls together horizontally. You can scroll your favorite portrait and its title, for example.

Also, you can scroll an image by itself or text by itself.

Parameter Information

Name Description Format Default Value
image Image URL none
text Characters Character string none
board_colors Text board colors (foreground, background, and border) Color|Color|Color black|#faf0e6|gray
scroll_width Scroll width Pixels 5
font Font attributes (name, style, and size) Name|Style|Size Dialog|PLAIN|24
sound Sound URL none
sound_mode Playback sound mode once or loop once
bg_color Background color Color lightGray
pause Scroll interval Milliseconds 200
href Link URL none

Applet Tag

<applet codebase="ImgScrol" code="ImgScrol.class" width=450 height=100>
<param name=image value="./ImgScrol/AIRCRAFT.gif">
<param name=text value="My HomePage">
<param name=board_colors value="">
<param name=scroll_width value="9">
<param name=font value="">
<param name=sound value="./ImgScrol/buzz.au">
<param name=sound_mode value="loop">
<param name=bg_color value="#00ffff">
<param name=pause value="100">
<param name=href value="">
</applet>

Return to index