Pano2Vr Template vs Pano2QTVR

Q&A about the latest versions
Post Reply
User avatar
zap
Posts: 391
Joined: Thu May 29, 2008 12:13 pm
Contact:

Hello Folks,

I just joined the forum after reading for a while and want to thank you guys for all your great support and inputs so far, which really helped me up.
Second a big thank to gardengnome for their great software.

I tried a little with Pano2QTVR before switching to 2Vr and there was this thread
http://gardengnomesoftware.com/forum/vi ... late#p3545
with those nice templates.
Has anyone converted them to Pano2Vr ggt-Format?

And how can I create my own template with personal graphic-tables etc and including the quicktime in a specified size.
How do I do this and where do I store the data (images)

Thx
360 Panorama Creators http://luxmap.com
Google Trusted Photographer
User avatar
zap
Posts: 391
Joined: Thu May 29, 2008 12:13 pm
Contact:

Perhaps anyone has a good link to advise me how to change it for myself.

Cheers
360 Panorama Creators http://luxmap.com
Google Trusted Photographer
User avatar
thomas
Chief Gnome
Posts: 2617
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

You can find a description of the new template format at http://gardengnomesoftware.com/wiki/HTML_Template.
MfG, Thomas
User avatar
zap
Posts: 391
Joined: Thu May 29, 2008 12:13 pm
Contact:

Hi

Could anyone tell me how to implement/link the hostpot as it opens within the same "table /div " I created on the an html page.

Actually I tried "_self" but that opens a new window with the new flash pano in fullscreen in it.
How to make it that just the pano loaded changes. Perhaps a javascript would be appropriate. But I'm not a all an expert in it. So if anyone has an idea.

Here the code I use to implement the pano in the site

Code: Select all

<!-- Begin Flash Pano-->        
  <script type="text/javascript">
<!--
			if ((window.p2q_Version) && (window.p2q_Version>=2.0)) {
				// Check to see if the version meets the requirements for playback
				var flashvars="";
			p2q_EmbedFlash('site2.swf','600','400','allowFullScreen','true','FlashVars',flashvars);
				
				if (!DetectFlashVer(9,0,0)) {
					document.write('<p class="warning">This content requires Adobe Flash Player Version 9 or higher. '
								 + '<a href="http://www.adobe.com/go/getflash/">Get Flash<\/a><\/p>');
				}
			} else {
				document.writeln('<p class="warning">p2q_embed_object.js is not included or it is too old! Please copy this file into your html directory.<\/p>');
			}
//-->
		</script>
		<noscript>
			<p class="warning">Please enable Javascript!</p>
		</noscript>
        
<!-- End Flash Pano -->      
360 Panorama Creators http://luxmap.com
Google Trusted Photographer
Post Reply