Search found 140 matches
- Tue Apr 01, 2014 7:39 pm
- Forum: Pano2VR general
- Topic: text windows in pano and search engines
- Replies: 4
- Views: 7143
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...
- Fri Mar 21, 2014 4:50 pm
- Forum: Pano2VR general
- Topic: Day/Night - Hide Reveal
- Replies: 2
- Views: 1227
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...
- Wed Mar 12, 2014 6:22 pm
- Forum: Pano2VR general
- Topic: v4.5 bug: Layered (positioned) div interaction blocked
- Replies: 12
- Views: 6278
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...
- Wed Mar 12, 2014 6:15 pm
- Forum: Pano2VR general
- Topic: v4.5 bug: Layered (positioned) div interaction blocked
- Replies: 12
- Views: 6278
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...
- Sat Feb 08, 2014 1:21 am
- Forum: Pano2VR general
- Topic: 4.5b2 Flash Flat Image and Pinned Hotspots
- Replies: 0
- Views: 1179
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 for me the pin...
- Sun Feb 02, 2014 7:21 pm
- Forum: Pano2VR general
- Topic: Using responsive web design and adobe Edge Reflow
- Replies: 7
- Views: 3568
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...
- 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: 4572
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...
- Sat Jan 18, 2014 6:35 pm
- Forum: Pano2VR general
- Topic: Javascript code to set default view on opening?
- Replies: 2
- Views: 1029
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 javas...
- 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: 902
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
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
- Wed Jan 15, 2014 5:19 pm
- Forum: Pano2VR general
- Topic: Multiple HTML5 issues
- Replies: 4
- Views: 2533
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...
- Fri Dec 27, 2013 7:47 pm
- Forum: Pano2VR general
- Topic: Tour refuses to go fullscreen in IE 11
- Replies: 15
- Views: 6332
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...
- Fri Dec 27, 2013 6:26 pm
- Forum: Pano2VR general
- Topic: Tour refuses to go fullscreen in IE 11
- Replies: 15
- Views: 6332
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...
- Thu Dec 19, 2013 5:30 pm
- Forum: Pano2VR general
- Topic: Tour refuses to go fullscreen in IE 11
- Replies: 15
- Views: 6332
Re: Tour refuses to go fullscreen in IE 11
...Is there a way to make this button a part of the tour as opposed to part of the HTML wrapper? ... ...Its posible to implement that call into an element in the skin ? Try this: Remove my Step #3 above, i.e. delete the <div id="divFullScreenLink"> tag from your web page. Then, in your skin editor ...
- Tue Dec 17, 2013 6:56 am
- Forum: Pano2VR general
- Topic: Tour refuses to go fullscreen in IE 11
- Replies: 15
- Views: 6332
Re: Tour refuses to go fullscreen in IE 11
...Is there a way through javascript...to...make a link that says "view fullscreen" and then opens up a new browser window that opens the tour in fullscreen automatically? ... Maybe, and for this to work, you need to tweak a few things on your two web pages: Step #1. The <body> of your "tour.html" ...
- Sun Dec 15, 2013 7:57 pm
- Forum: Pano2VR general
- Topic: Tour refuses to go fullscreen in IE 11
- Replies: 15
- Views: 6332
Re: Tour refuses to go fullscreen in IE 11
Don you are probably correct.... Nope, I'm wrong. At least partially wrong. I researched and tested on my own panos displayed in iframes: 1. This line of code does not solve the iframes >> fullscreen issue. However, it does solve other pano-related web page issues that began for me as soon as IE11 ...