A copy of an Example project is located here:

\\ladco\shares\software\VR\Website\Example

You can use this as a template to create a new project.

This is the file structure for a KRPano project. First thing is to open the Panos folder and create a folder for each rendering with the name of: ProjectName.tiles

You can have multiple renderings inside a single project. Inside each of those folder place the converted renderings, Refer to the KB articles on how to convert. It should look like this:


Now go back to the root directory and edit tour.html. The only thing we need to change on this file is the <title> tag. The title should be:

Leo A Daly – Project Name

Lockwood, Andrews, and Newnam – Project Name

Save the changes and close tour.html.

Next edit tour.xml, scroll to the bottom. We will need to create a scene for each render you placed in the .tiles folders. This is an example of the Scene:

   

<scene name="Example1" title="Example" onstart=""thumburl="panos/Example1.tiles/thumb.jpg" lat="" lng="" heading="">
<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
<preview url="panos/Example.tiles/preview.jpg" />
<image>
<cube url="panos/Example1.tiles/pano_%s.jpg" />
<cube url="panos/Example1.tiles/mobile/pano_%s.jpg" devices="mobile" />
</image>
<!-- place your scene hotspots here -->
</scene> 

   

All the highlights are the names you need to change based on the project name and folder names. Once you have updated/created all the scenes you need for the project go ahead and save the tour.xml file.

Place on the Dev webserver to make sure everything loads before uploading to the production website. It will need flash to work properly so Firefox has worked the best.