=============================================== = Panorama Applet Version 1.03b = = = = CopyRight: = = RJHM van den Bergh. = = http://www.comweb.nl = = support@comweb.nl = = = = Free to use on non commercial homepages = = for other use contact the author = = = =============================================== This document asumes you are familiar with html tags and know how to put a file on the computer of your provider. ----------------------------------------------- HOW TO put this applet in a html page. Step 1 : Quite simple add the following tags in the body of your html page. ; Simple explanation: CODE = is the name of the Java Applet program. WIDTH and HEIGHT are the size of the applet. Parameter picture is the name of the picture file to use. Paramater delay is used to slow down the scrolling. Parameter x_add is the step in which the picture is moved. Normaly this should be 1 or -1. line 3 and 4 can be omited. The default value of delay=50 and of x_add=-1 line 5 can be be omited The default value of bounce=false line 6 can be omited if the value is false This is added in version 1.04 If true the picutere is sized verticaly to match the applet height. Step 2: Offcourse the applet program file (Panorama.class) and the edited html page and the picture file need to be uploaded to the net. The Panorama.class file needs to be in the same directory as the edited html page !!! Also this filename is case sensitive. That is all. Happy Surfing. ------------------- Improvements on version 1.02 The applet now displays a string "loading please wait" when the picture is being loaded. If you want you can change the string with the folowing tag. This can be usefull if your site ins't in the English language. As a side effect it no also shows the partly loaded picture. Improvements on version 1.03 The user can now drag the picture using the mouse. Also the rotating direction can be changed. Clicking on the same spot stops the rotation. BugFix 1.03b : Blocked the mouse draging when the picture wasn't fully loaded. Because it wasn't nice to see. Improvements on version 1.04 The applet no optionaly can size the picture to the applet height. the tag used for this is ; Revision date:July 29 2001: A fix was made for site that use a mutliplexing DNS system. RJHM van den Bergh support@comweb.nl http://www.comweb.nl --------------------