Java AdsLoader 1.01 (free version)
Author: Hao Ju
Release date: 20 May 2006
Each advert runtime is 15 seconds
About AdsLoader applet:
How this AdsLoader works, AdsLoader randomly displays your banners, if it decide to display an advert (lets say banner3), it will load this banner file from your server and display it on your page, next time it decides to display banner2, it will load banner2 file from your server. Because it is random, your visitors always see different advert each time when they visit your website.
AdsLoader is good for displaying .gif animation, usually .gif animation has large size 20k, 30k, 50k or larger, AdsLoader loads your .gif file separately, one file one time, so you don't need worry bandwidth, speed, delay...
AdsLoader can manage to display up to 10 adverts.
Download Java AdsLoader (free version)
How to config and run this applet:
This is the code you need to copy and paste into your web page:
-------------------------------------------------------------------------------------------------------------------
<applet code="AdsLoader"
archive="AdsLoader.jar" width=500 height=80>
<PARAM name="duration" value="15">
<PARAM name="Line0" value="1001.gif">
<PARAM name="Line1" value="http://www.google.com">
<PARAM name="Line2" value="1002.gif">
<PARAM name="Line3" value="http://www.yahoo.com">
<PARAM name="Line4" value="1003.gif">
<PARAM name="Line5" value="http://www.msn.com">
<PARAM name="Line6" value="1004.gif">
<PARAM name="Line7" value="http://www.hotmail.com">
<PARAM name="Line8" value="1005.gif">
<PARAM name="Line9" value="http://www.paypal.com">
<PARAM name="Line10" value="1006.gif">
<PARAM name="Line11" value="http://www.ebay.com">
</applet>
--------------------------------------------------------------------------------------------------------------------
Only bolded data you may modify / change :
Then you done.
Goto your page, try it, it should work, if not, then contact me. My email is ContactHaoju@yahoo.co.uk
About Java Applet:
Java Applet is client_side program, which means in order to run Java applet you need have Java Virtual Machine installed in your computer and also Java supported by your Internet Browser, for details about Java Applet please visit WikiPedia at http://en.wikipedia.org/wiki/Java_applet
26 May 2006