Difference between revisions of "Help:Pano-Tag"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (Typo)
m (Move to Help)
Line 27: Line 27:
 
=== Other technologies ===
 
=== Other technologies ===
  
[[PanoramaTools:Pano-Tag PTViewer Example|PTViewer Example]]
+
[[Help:Pano-Tag PTViewer Example|PTViewer Example]]
  
[[PanoramaTools:Pano-Tag SPi-V Example|SPi-V Example]]  
+
[[Help:Pano-Tag SPi-V Example|SPi-V Example]]  
  
[[PanoramaTools:Pano-Tag DevalVR Example|DevalVR Example]]
+
[[Help:Pano-Tag DevalVR Example|DevalVR Example]]

Revision as of 23:07, 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