|
To use this tour in your site just include the following code in your web page:
<APPLET CODEBASE = "http://www.maitechnology.com/classroot/" CODE = "MaiViewer.Applet.class" NAME = "ViewerApplet"
ARCHIVE = MaiViewerMain.jar,MWMain.jar WIDTH = 700 HEIGHT = 220 HSPACE = 0 VSPACE = 0 ALIGN = middle MAYSCRIPT>
<PARAM NAME = "widthmap" VALUE = 350>
<PARAM NAME = "heightmap" VALUE = 200>
<PARAM NAME = "widthpicture" VALUE = 350>
<PARAM NAME = "heightpicture" VALUE = 200>
<PARAM NAME = "label_background_color" VALUE = "eeeeff">
<PARAM NAME = "label_foreground_color" VALUE = "000080">
<PARAM NAME = "viewpoint_color" VALUE = "0000ff">
<PARAM NAME = "connection_color" VALUE = "0000ff">
<PARAM NAME = "worldfile" VALUE = "mallorca.txt">
<PARAM NAME = "bgcolor" VALUE = "ffffff">
<PARAM NAME = "root" VALUE = "http://www.maitechnology.com/vistarama/earth/europe/spain/mallorca/medres/">
</APPLET>
|
If you want the mini map finder include this:
<APPLET CODEBASE = "http://www.maitechnology.com/classroot/" CODE = "MaiViewer.Toolbox.MapLocationFinder.class" NAME = "Finder"
WIDTH = 150 HEIGHT = 122 HSPACE = 0 VSPACE = 0 ALIGN = middle
ARCHIVE = MaiViewerMain.jar,MWMain.jar MAYSCRIPT>
<PARAM NAME = "logo" VALUE = "logo.gif">
<PARAM NAME = "bgcolor" VALUE = "255,255,255">
<PARAM NAME = "target" VALUE = "ViewerApplet">
</APPLET>
|
and for the search box include the following:
<APPLET CODEBASE = "http://www.maitechnology.com/classroot/" CODE = "MaiViewer.Toolbox.ViewpointLookup.class" NAME = "lookup"
WIDTH = 200 HEIGHT = 80 HSPACE = 0 VSPACE = 0 ALIGN = middle
ARCHIVE = "MWMain.jar,MaiViewerMain.jar">
<PARAM NAME = "ViewerApplet" VALUE = "ViewerApplet">
<PARAM NAME = "bgcolor" VALUE = "255,255,255">
<PARAM NAME = "target" VALUE = "ViewerApplet">
</APPLET>
|
You can change the size and layout of any of these components to fit into your webpage by changing the size
values marked in red.
You can change the lable coloring by changing the values marked in blue.
Here are some other different layouts...
...and here is a great example of somebody elses website using this tour.
If you need any help putting the tour in your web site please do not hesitate to
e-mail me on martin@allmydates.com .
|