<HTML> <HEAD> <TITLE>Virtual Vellum - Applet Launch</TITLE> </HEAD> <BODY> <CENTER> <B><FONT SIZE=4>Virtual Vellum - Applet Launch</FONT></B> <BR> <!-- HTML code to launch Virtual Vellum as an applet --> <APPLET CODE="WebLaunch.class" ARCHIVE="vv.jar" WIDTH=120 HEIGHT=50> <!-- To tell Virtual Vellum which image collection to us, we need to set the "xmlfile" parameter to the name of the file of the root XML image list file. The following example parameter assumes that the images.xml file is in the same folder as the vv.jar file, however this can equally be a fully quantified URL, i.e. http://www.../.../images/.xml --> <PARAM NAME="xmlfile" VALUE="images.xml" /> </APPLET> <!-- end of HTML code to launch Virtual Vellum as an applet --> </BODY> </HTML>