Difference between revisions of "Help:Pano-Tag"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (Typo)
(Flash added)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
  
You can embed panoramas into the Wiki pages with different viewer technologies. Currently [[Quicktime]], [[PTViewer]],  
+
You can embed panoramas into the Wiki pages with different viewer technologies. Currently [[Quicktime]], [[PTViewer]], [[DevalVR]], [[SPi-V]] and [[Flash panoramas|Flash]] are supported. To embed a panorama you need to upload the image, .mov or .swf file.
[[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:
 
You can embedd the panorama for example with the following tag:
Line 17: Line 16:
 
To change the viewer technologie simple add viewer attibute to the tag. Possible values are  
 
To change the viewer technologie simple add viewer attibute to the tag. Possible values are  
 
  <nowiki>viewer="[quicktime,devalvr,ptviewer,spiv]"</nowiki>
 
  <nowiki>viewer="[quicktime,devalvr,ptviewer,spiv]"</nowiki>
The default value is quicktime.
+
The default value is quicktime. Flash uses a [[Help:Flash-Tag|different technology]]
  
 
All other parameters except file, width and height are transparently forwarded to the plugin.  
 
All other parameters except file, width and height are transparently forwarded to the plugin.  
Line 27: Line 26:
 
=== Other technologies ===
 
=== Other technologies ===
  
[[PanoramaTools:Pano-Tag PTViewer Example|PTViewer Example]]
+
* [[Help:Pano-Tag PTViewer Example|PTViewer Example]]
 +
* [[Help:Pano-Tag SPi-V Example|SPi-V Example]]
 +
* [[Help:Pano-Tag DevalVR Example|DevalVR Example]]
 +
* [[Help:Flash-Tag|Flash Example]]
  
[[PanoramaTools:Pano-Tag SPi-V Example|SPi-V Example]]
+
[[Category:Tutorial:Other]]
 
 
[[PanoramaTools:Pano-Tag DevalVR Example|DevalVR Example]]
 

Latest revision as of 14:55, 22 March 2007

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, SPi-V and Flash are supported. To embed a panorama you need to upload the image, .mov or .swf 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. Flash uses a different technology

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