Acoola PRO 1.4 - A solution for web
advertisements!
Acoola is a Java applet
that displays your animated images/banners with nice looking transition
effects. Every image has associated click URL and once image is clicked, a new
window is opened at the new location. The applet can be used to increase the
number of banner impressions and clicks on your site. The installation is simple
and the use is very effective and appealing.
The features of Acoola 1.4
(Released: 6th March 2001)
-
Multithreaded applet structure allows continuos display of banners at the time when others are being loaded
-
Low CPU and memory consumption lets you use the applet with low-end and old computers
-
Utilizes random fade, dissolve and different scroll transition effects
-
Acoola animates banners that have animation
-
Images can be displayed in either random or sequence of list
-
All delays (transitions, impressions, etc) and transition effects can be configured
globally or for a specific banner.
-
Fully compatible with all major banner rotation networks
-
The list of banner and click urls can be passed either from file or applet parameters.
-
Supports animated GIF images
-
Supports JPG images
What 's NEW in version 1.3 ?
(Released: 5th February 2001)
What 's NEW in version 1.2 ?
(Released: 8th January 2001)
Installation instructions:
1. Download Acoola
2. Unpack the class files in the directory containing html documents, or into a different directory and add the correct CODEBASE= attribute.
3. Add the applet tag to your html document in the position you want Acoola to appear. 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.
<APPLET width=468 height=60 codebase=classes_path
code=Acoola.class archive=acoola.jar>
<param name="image1" value="http://imagehost/image1.gif">
<param name="link1" value="http://www.abc.com">
<param name="delay1" value="10">
<param name="image2" value="http://imagehost/image2.gif">
<param name="link2" value="http://www.123.net">
<param name="delay2" value="15">
<param name="XScrollDelay" value="3">
<param name="YScrollDelay" value="10">
<param name="TransformDelay" value="5">
<param name="DefaultDelay" value="5">
<param name="BannerReloadPeriod" value="20">
<param name="DownloadTimeout" value="50">
<param name="MaximumLoadedBanners" value="3">
<param name="RandomSequence" value="0">
</APPLET>
XScrollDelay | - horizontal scroll delay, default=5 ms
|
YScrollDelay | - vertical scroll delay, default=20 ms
|
TransformDelay | - transformation delay, default=10 ms
|
DefaultDelay | - banner display time (global value), default=10 seconds
|
BannerReloadPeriod | - specifies the time to load a new banner, default=30 seconds
|
DownloadTimeout | - image download timeout, default = 60 seconds
|
MaximumLoadedBanners | - the number of banners to keep at memory, default=10 banners |
RandomSequence | - images should be displayed in random sequence |
4. If you see a "class not found" message, this means what it says - your browser can't find the .class file 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 (some.class) to the necessary directory.
5. 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 quotes.
If you see a NullPointerException displayed in the browser status-bar, it's most likely to be caused by a mistake in parameters. Check that paths and names are correct. Please also note that unsigned applets can not load files from another servers.
If the applet runs, but you can't make it do what you want it to do, please take another look at the
documentation.