Ok setting up these effekts is really easy, you only have to replace the link to the picture to your own picture
and than fit the parameters for height and wide to the size of your own pic. That's it! Simple as inserting a
normal pic.
Here you see the source code of the lens applet html page
If you have downloaded the applets you only have to make changes at these marks //<-------
Beginn Copy and Paste below
<html> <head> <title>AnfyLens - realtime lens over a GIF/JPG pic!</title> </head> <body text="#FFFF22" bgcolor="#404040" link="#5Fff5F" vlink="#558A8B" alink="#FF8000"> <p align="center"><b><font size="+3">Getting lensed</font></b> <b><font size="+3">!! </font></b></p> <p align="center"> <applet code="AnLens.class" width="150" height="215"> //<------ insert the size of your pic here!
//<------ you can change the location of the class file
//<------- if you don't change the code base,put the html document in the same folder as the classfile <param name="credits" value="Applet by Fabio Ciucci (www.anfiteatro.it/java.html)"> <param name="regcode" value="NO"> <param name="reglink" value="NO"> <param name="regnewframe" value="YES"> <param name="regframename" value="_blank"> <param name="statusmsg" value="Lens applet"> <param name="image" value="audgift.jpg"> //<-------- insert your picture name here! (gif or jpg) <param name="lenswidth" value="45"> <param name="distdval" value="10"> <param name="distoxy" value="0"> <param name="zoomfactor" value="5"> <param name="interactive" value="YES"> <param name="distort" value="YES"> <param name="spdx" value="2"> <param name="spdy" value="1"> <param name="memdelay" value="1000"> <param name="priority" value="3"> <param name="MinSYNC" value="10">Sorry, your browser doesn't suppor Java. </applet> </p> </body> </html>
End Copy and Paste above
Important: The easiest way is to put the class file(s), the picture and html document in the same folder!
If you have any probs E-Mail me!
Back to the Tribute page
To make the other examples work you can do the same!