Java AdsLoader 1.01 (free version)
Author: Hao Ju
Release date: 20 May 2006

 


Sorry, your browser doesn't support Java, please download the latest Java plug in
Each advert runtime is 15 seconds

The free version AdsLoader shows the tiny logo, however if you would like to use the standard version you can get it here at cost of $10, PayPal accepted.


 

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 :

  1. Modify the width and height value (display size), how big, how small you want this applet shows in your web page, 500 x 100 , 100 x 100, 80 x 400, you decide it.
  2. Modify the duration value, the length of each advert runs, 15 seconds, 20 seconds , 100 seconds, you decide it.
  3. Modify the Line* value, for example, 1001.gif is the name of you banner file, then Line1' value must be the Link(web address) of the advert can redirect you to. You should always put your file name in even number lines (Line0, Line2, Line4, Line6 ...) and Links in odd number lines (Line1, Line3, Line5 etc..)
    you can add up to 10 adverts, that is 20 lines, from Line0 to Line 19.
  4. Copy your modified code and paste into your web page, save it.
  5. Upload your web page and the AdsLoader.jar file into the same directory.
  6. Upload your banner files( .gif or .jpg) to the same directory of your AdsLoader.jar file reside in like "1001.gif", or you can upload your banner files into a sub-directory folder like "images/1001.gif"

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