Nature Center by Betsy Gregor, Fall 2000
To view panorama, click on image and choose open file.
Internet Explorer will allow interaction if your browser version supports ActiveX Controls.
To download ActiveX, click
here.
Netscape Navigator requires a plug-in, click here to
download.
To insert a .pan file as a hyperlink:
1. In Front Page Explorer, go to "File" and then "Import" and
then "Add File", then "OK"
2. The .pan file will be added to your Front Page directory of
files.
2. Browse for your .pan file in the Front Page Folder List, and then select "Open"
3. Select OK to exit the dialog box
4. Open the page where you want to insert the .pan file
5. Insert a .jpg or .bmp file as a visual substitute for the .pan file
6. Create a hyperlink from the image to your .pan file
See my page for CAD I: Project 3 for an example of this method. Also,
note the instructions that I give to the viewer.
To insert a .pan file using html code:
1. Go to my Project 4 page.
2. Go to "View" and then "Source"
3. Steal the following piece of the html code from the page by using
"Edit" - "Copy"
<tr>
<td width="861">
<object id="ActiveSM1" classid="clsid:4C086EA9-9EB3-11D0-B91F-00A024A3AF60"
codebase="http://www.smoothmove.com/downloads/viewers/activesm.cab#Version=1,0,4,0"
width="391"
height="275">
<param name="_Version" value="327680">
<param name="_ExtentX" value="10336">
<param name="_ExtentY" value="7267">
<param name="_StockProps" value="0">
<param name="PanoramaPath" value="http://faculty.philau.edu/frostens/cadi/pan3.pan">
<param name="Heading" value="0">
<param name="Pitch" value="0">
<param name="Bank" value="0">
<param name="ViewAngle" value="90">
<param name="Pan" value="5"><embed
src="http://faculty.philau.edu/frostens/cadi/pan3.pan" pan="5" align="baseline"
border="0"
width="400"
height="250"
type="application/x-pan"><noembed>To view a SmoothMove Panorama, you must have a browser
that supports plug-ins.</noembed>
</object>
<br>
<font face="Book Antiqua" size="2">Please refresh screen to
view panorama.<br>
Internet Explorer will allow interaction if your browser version supports ActiveX
Controls.<br>
Netscape Navigator requires a plug-in,<a
href="http://www.smoothmove.com/html/viewers/viewer_index_TH.html"> click here</a> to
download.</font><br>
</td>
</tr>
4. In Front Page Editor, open the page you wish to insert the .pan file onto.
5. Click on the HTML tab at the bottom of the screen.
6. When you initially "Paste" this code, place it either right after the
first <body> you see in the code or right before the last <body> you see in the code. This will place it either at the top of the
page of the bottom of the page, respectively. To move it afterwards, go back to
the Normal tab, and use "Cut" and "Paste". Here you can edit the
text as well.
See my page for CAD I: Project 4 for an example of this method. Also, note the
instructions that I give to the viewer.