Difference between revisions of "Help:Pano-Tag"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (introduction for pano tag)
 
m (Typo)
Line 19: Line 19:
 
The default value is quicktime.
 
The default value is quicktime.
  
All other parameters except file, width and height are transparently forwarded to the plugin. T
+
All other parameters except file, width and height are transparently forwarded to the plugin.  
o link the plugin with an uploaded file in the wiki you have to  
+
To link the plugin with an uploaded file in the wiki you have to  
 
start the filename with 3 slashes for example:
 
start the filename with 3 slashes for example:
 
  <nowiki>hotspot="///Hotspot.gif" ---> hotspot="/wiki/images/6/61/Hotspot.gif"</nowiki>
 
  <nowiki>hotspot="///Hotspot.gif" ---> hotspot="/wiki/images/6/61/Hotspot.gif"</nowiki>

Revision as of 21:30, 20 July 2006

This is a short introduction for the special <pano> tag

You can embed panoramas into the Wiki pages with different viewer technologies. Currently Quicktime, PTViewer, DevalVR and SPi-V are supported. To embed a panorama you need to upload the image or .mov file.

You can embedd the panorama for example with the following tag:

<pano file="Park.mov" width="500"  height="350" scale="tofit" controller="true" cache="true" />

The result will look like this:

<pano file="Park.mov" width="500" height="350" scale="tofit" controller="true" cache="true" />

The Wiki uses javascript to embbed the panorama to aviod problems resulting from Microsoft Internet Explorers EOLAS fix.

To change the viewer technologie simple add viewer attibute to the tag. Possible values are

viewer="[quicktime,devalvr,ptviewer,spiv]"

The default value is quicktime.

All other parameters except file, width and height are transparently forwarded to the plugin. To link the plugin with an uploaded file in the wiki you have to start the filename with 3 slashes for example:

hotspot="///Hotspot.gif" ---> hotspot="/wiki/images/6/61/Hotspot.gif"


Other technologies

PTViewer Example

SPi-V Example

DevalVR Example