Absolute Menu Java Applet   Commerical Version 1.0


Information :

Absolute Menu uses a cool fade effect for navigation buttons. Loads only two images !

URL: http://japplets.tripod.com/amenu.html

Author: Gokhan Dagli

Mail : quickshare@excite.com

Class File : amenu.class

This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement.

Registration Cost: 19USD   You can buy it when finished testing (try before you buy). Buy it once, use same regcode for new versions! You have to pay small amount of money and receive your registration codes (regcodes). You can buy the registration code using a credit card through Regnow secure servers.

You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar warning that will appear when the applet is online on a site and regcode parameter isn't correct.

Sample :




Include the applet in an HTML page with code similar to the following:

<applet code="amenu.class" width=128 height=144>
<param name="info" value="Applet by Gokhan Dagli,japplets.tripod.com">
<param name="regcode" value="">

<param name="bgcolor" value="ffffff">
<param name="image_background" value="yes">

<param name="menu_image" value="menu21.jpg">
<param name="menu_imageover" value="menu44.jpg">

<param name="anim_step" value="1">
<param name="anim_delay" value="40">
<param name="anim_count" value="7">

<param name="button_area1" value="0,0,128,39">
<param name="button_area2" value="0,40,128,33">
<param name="button_area3" value="0,74,128,33">
<param name="button_area4" value="0,107,128,36">

<param name="button_link1" value="http://japplets.tripod.com/amenu.html">
<param name="button_link2" value="http://japplets.tripod.com/amenu.html">
<param name="button_link3" value="http://japplets.tripod.com/amenu.html">
<param name="button_link4" value="default.html">

<param name="statusbar_message1" value="Home">
<param name="statusbar_message2" value="Products">
<param name="statusbar_message3" value="News">
<param name="statusbar_message4" value="SiteMap">

<param name="target_frame1" value="_self">
<param name="target_frame2" value="_self">
<param name="target_frame3" value="_self">
<param name="target_frame4" value="_self">

<param name="click_sound" value="">
</applet>




Samples :

Sample1Sample2Sample3

Code explanations :

The following instructions describe the meaning of the available parameters for this applet:


<applet code="amenu.class" width=128 height=144>

The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=amenu.class identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels).

<PARAM NAME=regcode VALUE="">

Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode).

<PARAM NAME=info VALUE="Applet by Gokhan Dagli,japplets.tripod.com">

Information about the Absolute Menu.

<param name=bgcolor value="ffffff">

Background color of the applet.

<param name=image_background value="yes">

yes or no. yes:menu_image is background, no:bgcolor is background

<param name="menu_image" value="menu21.jpg">

Menu image.

<param name="menu_imageover" value="menu44.jpg">

Mouse over image.

<param name="anim_step" value="1">

Animation step.

<param name="anim_delay" value="40">

Animation delay.

<param name="anim_count" value="7">

Animation count.

<param name="button_area1" value="0,0,128,39">

Area of the first button (x,y,width,height).

<param name="button_area2" value="0,40,128,33">

Area of the second button (x,y,width,height).

<param name="button_area3" value="0,74,128,33">

Area of the third button (x,y,width,height).

<param name="button_area4" value="0,107,128,36">

Area of the fourth button (x,y,width,height).

<param name="button_link1" value="http://japplets.tripod.com/">

First Link.

<param name="button_link2" value="http://japplets.tripod.com/amenu.html">

Second Link.

<param name="button_link3" value="http://japplets.tripod.com/amenu.html">

Third Link.

<param name="button_link4" value="default.html">

Fourth Link.

<param name="statusbar_message1" value="Home">

Status Bar message for first button.

<param name="statusbar_message2" value="Products">

Status Bar message for second button.

<param name="statusbar_message3" value="News">

Status Bar message for third button.

<param name="statusbar_message4" value="SiteMap">

Status Bar message for fourth button.

<param name="target_frame1" value="_self">

Target frame for first button.

<param name="target_frame2" value="_self">

Target frame for second button.

<param name="target_frame3" value="_self">

Target frame for third button.

<param name="target_frame4" value="_self">

Target frame for fourth button.

lt;param name="click_sound" value="wha.au">

Click sound . (max size: 6 kb )

</applet>

The last part works like all other HTML tags and defines the end of the applet tag </applet>.

Getting Started

  • Place the class file (amenu.class) and an image in the directory containing the HTML document into which you want to insert the applet (or into a different directory, and add the correct CODEBASE= attribute).
  • Add the applet tag to your HTML document in the position you want Absolute Menu to appear.
  • The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical (entirely single-spaced). If you try to run the applet and you see the message "info parameter error", it denotes a problem with this parameter.

Linking to My Web Site

If you use unregistered version of this applet in your own website and you want to include a link to my homepage, you can use the images "sbn.gif" or "bbn.gif" and type this HTML code in your pages:


java applets

<a href="http://japplets.tripod.com/"><img src="sbn.gif" alt="java applets"></a>

java applets

<a href="http://japplets.tripod.com/"><img src="bbn.gif" alt="java applets"></a>

This is absolutely optional. I will be very happy if you do so.
Thanks.

Troubleshooting & Support

  • Please send me any questions, requests or remarks you might have to: quickshare@excite.com
  • Usually the easiest way to customize the applet is cut and paste the applet tag information used in the sample and modify it to fit your web page.
  • If you see a "class not found" message, this means what it says -- your browser can't find the .class files specified. This may mean a spelling or case mistake in the CODE= attribute, the wrong location in the CODEBASE= attribute, or that you've forgotten to copy the .class file (amenu.class) to the necessary directory.
  • Make sure that your <APPLET> tag, closing </APPLET> tag, and all <PARAM> tags have < and > brackets. Check that the value for every parameter is enclosed between " signs.
  • If you see a NullPointerException displayed in the browser status-bar, it's most likely to be caused by a mistake in an image-based parameter. Check that paths and names of images are correct.
  • If the applet runs, but you can't make it do what you want it to do, please take another look at the documentation.




Absolute Menu Java Applet- Copyright (C) by Gokhan Dagli 2000


Java Applets

Absolute Menu

Magic Text Scroll

Newsticker

Colorfader

Billboard

Magic Image

Colorbook

DissolveImage

Screw

FineDots

Java Applets Home


Text Effects Collection Java Applets

Announcer

A.H. Scrolling Text

Message Slider

Headline Typer

Flying Letters

Headlines

TypeWriter

Wipe Right



Popular Applets Collection Java Applets

Horizontal Menu Scroll

Advanced Newsticker

Advanced News Scroll