FastBanner Java Applet   Commercial Version 1.0


Information :

FastBanner is a billboard effect Java applet.

URL: http://myapplet.tripod.com/fastbanner.html

Author: myApplet Group

Mail : myapplet@hotmail.com

Class File : fastbanner.class

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

Cost: 19USD   You can buy it when finished testing. 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 Regsoft secure servers.

You can use the applet freely to enhance your web pages (commercial or non-commercial). However, we placed a warning string 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="fastbanner.class" width=234 height=60>
<param name=regcode value="999">
<param name=bgcolor value="ffffff">
<param name=target value="_self">
<param name=delay value="3000">
<param name=number value="5">
<param name=item0 value="adt.gif|http://www.adtmag.com">
<param name=item1 value="jw.gif|http://www.developer.com;>
<param name=item2 value="dr.gif|http://www.ddj.com;>
<param name=item3 value="jr.gif|http://www.javareport.com/javaform_javaone.html">
<param name=item4 value="jdj.gif|http://www.javadevelopersjournal.com">
</applet>




Code explanations :

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


<applet code="fastbanner.class" width=140 height=140>

The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=fastbanner.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="999">

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=bgcolor value="ffffff">

Background color of the applet.

<param name=targetvalue="_self">

Targetframe.

<param name=delay value="3000">

Delay period. Applet waits for next image.

<param name=number value="5">

Number of the images.

<param name=item0 value="adt.gif|http://myapplet.tripod.com">

First image and link URL.

<param name=item1 value="jw.gif|http://myapplet.tripod.com">

Second image and link URL.

<param name=item2 value="jr.gif|http://myapplet.tripod.com">

Third image and link URL.

<param name=item3 value="jdj.gif|http://myapplet.tripod.com">

Fourth image and link URL.

<param name=item4 value="dr.gif|http://myapplet.tripod.com">

Fourth image and link URL.

</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 (fastbanner.class) and images 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 fastbanner 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.

Troubleshooting & Support

  • Please send me any questions, requests or remarks you might have to: myapplet@hotmail.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 (fastbanner.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.




FastBanner Java Applet- Copyright (C) by myApplet Group 2000