StarsMenu
Usage: The starsMenu java applet is a fully customizable animated text menu that gives the illusion of flying in space while allowing different url links to different messages flying by. the applet can be used as an animated menu, an advertising banner or just to add interactivity to a webpage. Among the different parameters that can be controlled from the HTML code are the different messages, a different color of each message (or a default color for any message that wasn't specified otherwise), a different status bar message at the bottom of the browser window, a different url to link to upon clicking on the applet window, the highlight color of the messages (when the mouse is inside the applet window), the target window or frame for the link and some control over the speed of the applet.
Download the starsMenu.class and place it in your HTML directory.
HTML Source:
<APPLET CODE=starsMenu.class WIDTH=600 HEIGHT=100>
<PARAM NAME="items" VALUE="6">
<PARAM NAME="text#1" VALUE="dZiners.com">
<PARAM NAME="text#2" VALUE="PROUDLY PRESENTS">
<PARAM NAME="text#3" VALUE="the STARSMENU java applet">
<PARAM NAME="text#4" VALUE="where the sky is not the limit">
<PARAM NAME="text#5" VALUE="wanna play ? visit
our friends at">
<PARAM NAME="text#6" VALUE="www.SuperCasino.com">
<PARAM NAME="default" VALUE="yellow">
<PARAM NAME="highlight" VALUE="cyan">
<PARAM NAME="color#1" VALUE="231,231,107">
<PARAM NAME="color#3" VALUE="green">
<PARAM NAME="color#4" VALUE="0,255,128">
<PARAM NAME="color#6" VALUE="green">
<PARAM NAME="status#1"
VALUE="This is an example status bar message to be displayed
when the mouse is in the applet">
<PARAM NAME="status#2" VALUE="This is text item number 2">
<PARAM NAME="status#6" VALUE="Wanna play ? Click now to go...">
<PARAM NAME="url#1" VALUE="http://www.dZiners.com/">
<PARAM NAME="url#6" VALUE="http://www.SuperCasino.com/">
</APPLET>
Author: Igal Sapir
|