"Spangler"
© 1998 Maeda Mameo

Java 1.0
o Spangler.class (4KB)




Want a special sparkling image with your web page?
You can use this applet.

The Spangler applet offers you a realtime calculated spangle effect for any GIF or JPG images on your web page. It's freeware and is only 4KB.

Please try out the Spangler applet for your own web pages and let us know what you think.

You can see the source code. Spangler.java

The sample images on this page were made by Miss Hirokawa.



Tag Syntax

<applet code="Spangler.class" width="aNumber" height="aNumber">
// the width and height ( in pixels ) of the image

<param name="image" value="aFile">
// an image to be displayed ( ex. "images/pic1.gif" )

<param name="size" value="aNumber">
// the size of spangles ( "1" ~ "10" )
// "5" in default

<param name="density" value="aNumber">
// the density of spangles ( "1" ~ "10" )
// "5" in default

<param name="color" value="aHexNumber">
// the color of spangles
// "ffff00"(yellow) in default

</applet>



Examples


<param name="size" value="1">
<param name="density" value="10">
<param name="color" value="ffffff">

<param name="size" value="10">
<param name="density" value="1">
<param name="color" value="00ffff">



Go to the author's page.