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:
|
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
Troubleshooting & Support
|