Shokwave Software, Inc. -      Web Deco Kit

The Marquee Applet

Description

The Marquee applet draws a central graphic, surrounded by a marquee of two other graphics. You may optionally supply a URL that the applet will tell the browser to load when clicked. Size: about 4,100 bytes

Example

(first is the example, then comments and the HTML that generated it)


Sorry, your browser does not support Java, so you can't see this brilliant hack.

As you see, one Marquee message is scrolled across the top and bottom, a second (identical but rotated 90 degrees) image is scrolled along the sides.

<APPLET CODE="Marquee.class" CODEBASE="Java" WIDTH=334 HEIGHT=94 ALIGN=middle>
<PARAM NAME="Speed" VALUE=4>
<PARAM NAME="Spacing" VALUE=100>
<PARAM NAME="Background" VALUE=255,255,255>
<PARAM NAME="BGImageURL" VALUE="msg2.gif">
<PARAM NAME="HorizontalImageURL" VALUE="horiz.gif">
<PARAM NAME="VerticalImageURL" VALUE="vert.gif">
<PARAM NAME="GoTo" VALUE="http://www.shokwave.com">
Sorry, your browser does <B>not</B> support Java, so you can't see this brilliant hack.
</APPLET>

Sorry, your browser does not support Java, so you can't see this brilliant hack.

Of course, the horizontal and vertical graphics don't have to contain text...

<APPLET CODE="Marquee.class" CODEBASE="Java" WIDTH=334 HEIGHT=94 ALIGN=middle>
<PARAM NAME="Speed" VALUE=4>
<PARAM NAME="Spacing" VALUE=50>
<PARAM NAME="Background" VALUE=255,255,255>
<PARAM NAME="BGImageURL" VALUE="msg2.gif">
<PARAM NAME="HorizontalImageURL" VALUE="horiz2.gif">
<PARAM NAME="VerticalImageURL" VALUE="vert2.gif">
<PARAM NAME="GoTo" VALUE="http://www.shokwave.com">
Sorry, your browser does <B>not</B> support Java, so you can't see this brilliant hack.
</APPLET>


Parameters

The Flasher applet takes the following parameters:

BGImageURLThe central image.Required
HorizontalImageURLHorizontal image.Required
VerticalImageURLVertical image.Required
BackgroundR,G,B of backgroundOptional
SpeedSpeed, in pixels, of scrolling.Optional
SpacingRepeat distance for scrolled graphics (how often they repeat)Required
GoToURL to Goto when applet is clickedOptional
Outside of PARM tagsHTML for those with non-Java browsersOptional



Web Deco Kit Page     Shokwave Home Page