GLPanoView Plugin

To embed the plugin into your Website, use the following code:

<object
	  classid="clsid:C8F23A13-3536-49D9-9708-A421DE358D6D"
	  width="99%"
	  height="90%"
	  align="center"
	  hspace="0"
	  vspace="0"
>
<param name="src" value="http://bilder.sinnfrei.at/pano/mov/urania_171004.mov">
<param name="controller" value="true">
<param name="magfilter" value="linear">

<embed type="graphics/pangeavr" 
       src="http://bilder.sinnfrei.at/pano/mov/urania_171004.mov" 
       type="application/glpanoview" 
       width="99%"
       height="90%"
       magfilter="linear"
       controller="true"
>
</embed>
</object>

The OBJECT Tag is for the Internet Explorer, the EMBED Tag is for Netscape/Firefox/Mozilla. You always should provide the prameters for both browsers.

Here is a Testpage

Descrition of the Parameters that can be used:

autopan Automatically pan, until the user clicks into the plugin. The Value gives the +/- degrees per second. Default: 0
autopandelay Time to pass in seconds, before autopan starts. Default: 5
autofit Strategy, if there is not enough VRAM. compress to compress the textures shrink to resize the image. Default: compress
boundmovement Limit pan/tilt as specified in the QTVR. Default: true
compressed Compress the Textures, to save video memory. Default: false
controller Show/Hide the Controller bar. Default: false
debug Show more Information, like fps and internals. Default: false
magfilter Magnification Filter: Possible values are linear and nearest. Default: linear
src Path to the Movie file. For the Internet Explorer, this has to be a full URL! Relative paths are not allowed!
type Only for Netscape/Mozilla: MIME type. Must be "application/glpanoview" , "graphics/pangeavr" or "graphics/pangeavr2"
 

Thomas Rauscher, panoview@sinnfrei.at