Air Show Air Show


Applet Description

Airplanes fly in formation across the window and then leave. Your text is constructed from smoke trails in a clear blue sky.

All characters are displayed in capital letters.

Parameter Information


Name Description Format Default Value
text Characters Character string AIR SHOW
scroll_width Scroll width Pixels 8
sound Sound URL none
sound_mode Playback sound mode once or loop once
bg_color Background color Color #0060ff
pause Scroll interval Milliseconds 200
href Link URL none

Applet Tag

<applet codebase="../AirShow" code="AirShow.class" width=500 height=100>
<param name=text value="Hello!">
<param name=scroll_width value="">
<param name=sound value="buzz.au">
<param name=sound_mode value="loop">
<param name=bg_color value="">
<param name=pause value="100">
<param name=href value="">
</applet>

Return to index