Search found 143 matches

by Don
Thu Apr 10, 2014 8:32 pm
Forum: Pano2VR general
Topic: API
Replies: 2
Views: 1798

Re: API

http://ggnome.com/wiki/Pano2VR_-_Flash_-_JavaScript_API

The commands vary, depending if your panos are output to Flash or Html5.
by Don
Wed Apr 02, 2014 6:51 am
Forum: Pano2VR general
Topic: text windows in pano and search engines
Replies: 4
Views: 8670

Re: text windows in pano and search engines

Excellent work. Looking good - as always.
http://www.ddi.ms/

This is the search phrase I would use to Google that web site, "site://www.ddi.ms" and see what has been indexed.
by Don
Wed Apr 02, 2014 6:40 am
Forum: Pano2VR general
Topic: Tour and map question
Replies: 2
Views: 2735

Re: Tour and map question

Pano2vr Pro Flash Flat Images are best at the moment. Watch for Pano2vr Pro Html5 Flat Images in the future. If you are comfortable with code, i.e. intermediate and advanced, then there are a few other custom solutions, but very code-oriented, and a lot of effort. Those radar do seem unique to GG, s...
by Don
Tue Apr 01, 2014 7:39 pm
Forum: Pano2VR general
Topic: text windows in pano and search engines
Replies: 4
Views: 8670

Re: text windows in pano and search engines

Good question. Definitely they could, but they probably don't, because of the overhead, and if they do, then they keep their cards hidden. It seems safe to imagine most search engines only index the public facing data, i.e. that data which displays when the page is rendered, including meta tags, and...
by Don
Fri Mar 21, 2014 4:50 pm
Forum: Pano2VR general
Topic: Day/Night - Hide Reveal
Replies: 2
Views: 1962

Re: Day/Night - Hide Reveal

It has been a couple days, which way did you choose? The answer depends on a) your personal preference, b) your comfort with code, and c) the your desired result. Synchronizing panos requires very much custom CSS/javascript experience - not for beginners. Once working, then provides a lot of control...
by Don
Wed Mar 12, 2014 6:22 pm
Forum: Pano2VR general
Topic: v4.5 bug: Layered (positioned) div interaction blocked
Replies: 12
Views: 9214

Re: v4.5 bug: Layered (positioned) div interaction blocked

PS: Scott, after posting above I also notice <div id='vtour'> is a child of <div id='container'>. That is not necessary and would help to clean up the <div> relationships if you write <div id='vtour'> outside of <div id='container'> in the html code, and use CSS styles to physically control their sa...
by Don
Wed Mar 12, 2014 6:15 pm
Forum: Pano2VR general
Topic: v4.5 bug: Layered (positioned) div interaction blocked
Replies: 12
Views: 9214

Re: v4.5 bug: Layered (positioned) div interaction blocked

Scott, I'm not yet convinced this is a pano2vr issue. It seems more likely to be an issue with how the various browsers interpret the CSS rules. Testing your http://www.tourdeforce360.com/temp/pixel_test/div_test1.html , I noticed that portion of the DarkGray rectangular <div id='vtour'> overlapping...
by Don
Sat Feb 08, 2014 1:21 am
Forum: Pano2VR general
Topic: 4.5b2 Flash Flat Image and Pinned Hotspots
Replies: 0
Views: 35545

4.5b2 Flash Flat Image and Pinned Hotspots

On a Pano2vr 4.5b2 Flash flat image , does selecting "3D Distortion" in the skin editor on a hotspot template work? Not for me, I am following the http://ggnome.com/forum/viewtopic.php?f=13&t=7743 example project almost exactly, except mine is a flat image instead of a pano image, and ...
by Don
Sun Feb 02, 2014 7:21 pm
Forum: Pano2VR general
Topic: Using responsive web design and adobe Edge Reflow
Replies: 7
Views: 5017

Re: Using responsive web design and adobe Edge Reflow

...works so well until it goes into full screen mode. Anybody fancy giving it a go? ... Your code works for me as-is on my test pano. The pano is centered horizontally and 600px tall. My test hotspot displays well and clicks well even in full-screen mode. I am using pano2vr pro 4.5beta2 64-bit html...
by Don
Wed Jan 29, 2014 7:47 pm
Forum: Pano2VR general
Topic: Pano2VR 4.0/html5 - how to execute js code on hotspot click?
Replies: 5
Views: 6795

Re: Pano2VR 4.0/html5 - how to execute js code on hotspot cl

Since you are comfortable with coding, look in the skin.js file for an IF statement similar to this: if (hotspot.skinid=='Point Hotspot') {...} Within the above IF statement add your custom code to the onclick statement. Something like this: this.__div.onclick=function () { //me.player.openUrl(me.ho...
by Don
Sat Jan 18, 2014 6:35 pm
Forum: Pano2VR general
Topic: Javascript code to set default view on opening?
Replies: 2
Views: 1828

Re: Javascript code to set default view on opening?

Yes, use Direct Node Access to display the correct node: http://ggnome.com/wiki/Direct_Node_Access_and_Show_Internal_Node_ID Then use the Pano2VR Javascript API to pan & tilt to the desired location: http://ggnome.com/wiki/JavaScript%20API%20%28Pano2VR%29 Also, only if you are comfortable with j...
by Don
Sat Jan 18, 2014 6:29 pm
Forum: Pano2VR general
Topic: Getting to a particular position in a tour from a web page
Replies: 1
Views: 1520

Re: Getting to a particular position in a tour from a web pa

Yes, use Direct Node Access to display the correct node:
http://ggnome.com/wiki/Direct_Node_Acce ... al_Node_ID

Then use the Pano2VR Javascript API to pan & tilt to the desired location:
http://ggnome.com/wiki/JavaScript%20API%20%28Pano2VR%29
by Don
Wed Jan 15, 2014 5:19 pm
Forum: Pano2VR general
Topic: Multiple HTML5 issues
Replies: 4
Views: 4292

Re: Multiple HTML5 issues

Known issues on the desktop HTML5: a) The radar beam does not rotate on the floor plan. It works fine in flash. b) The floor plan alpha does not go to zero (to fade out the floor plan) when I click on the floor plan hotspots. It works fine on the flash version. Regarding html5 item 'b': You must ha...
by Don
Fri Dec 27, 2013 7:47 pm
Forum: Pano2VR general
Topic: Tour refuses to go fullscreen in IE 11
Replies: 15
Views: 10422

Re: Tour refuses to go fullscreen in IE 11

...My skin workaround, it doesn't [work], only in flash back compatible mode, if you disable flash compatibility in browsers it only works for me in firefox, and IE11. Chrome and Safari (Maverkis) simply does nothing... Oh, now I understand your question: you are attempting the following html5-only...
by Don
Fri Dec 27, 2013 6:26 pm
Forum: Pano2VR general
Topic: Tour refuses to go fullscreen in IE 11
Replies: 15
Views: 10422

Re: Tour refuses to go fullscreen in IE 11

Hy I have tried to do your suggestions and it works but not fully 100% for me , surely I have done something wrong , Im not web programmer... You did good, just remember html web pages should only have one opening <body> tag and one closing </body> tag. Other than that your html page is correct. Yo...