To use Bumpz on your site you should put bumpz.cab,
bumpz.jar and the images you want to use on your server. That'll make it work
with netscape 4+ and MSIE 3+. If you also want it to be viewable in netscape
3 you should unzip bumpz.jar and put all class files in it on your server
too.
You should call the applet from a html file like this:
<APPLET code="Bumpz.class" archive="bumpz.jar" width=480 height=480>
<PARAM name="cabbase" value="bumpz.cab">
<PARAM name="image" value="yourimage.jpg">
</APPLET>
This will point netscape to the bumpz.jar file and MSIE to
the bumpz.cab file. Of course you should enter your own values for the width
and the height of the applet.
II - Adjusting the Bumpz applet
|