description | download | manual | |||||
<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"> <param name="TargetFrame" value="_blank"> <param name="FadeProbability" value="0.25"> <param name="DissolveProbability" value="0.3"> </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 |
FadeProbability | - the probability of fade effect, set to 1 to enable fade transition effect only |
DissolveProbability | - the probability of dissolve effect, set to 1 and FadeProbability to 0 to enable dissolve transition effect only |
TargetFrame "_self" "_blank" "_parent" "_top" "name" |
- controls in what frame Acoola opens pages - open in the window and frame where Acoola is located - open in the new top-level window - open in the parent frame. It works like "_self" if Acoola frame has no parent frame - open in the top-level frame of Acoola window - open in the frame or window called "name". If a target named "name" doesn't exist, the document will be displayed in the new top-level window |
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.
Also as it was mentioned earlier, banner urls can be specified in a file. The file with the name banners.txt should be placed at the same directory where the classes are located.
Image_URL [Click_URL [Display_Time]] http://host/image1.gif http://www.abc.com 3 http://host/image2.gif http://www.123.net 10 http://host/image3.gif http://www.xyz.net |
Privacy Policy | |
© 1999-2007. Tonec, Inc. All rights reserved. |