Search found 143 matches

by Don
Thu Dec 19, 2013 5:30 pm
Forum: Pano2VR general
Topic: Tour refuses to go fullscreen in IE 11
Replies: 15
Views: 10411

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 sk...
by Don
Tue Dec 17, 2013 6:56 am
Forum: Pano2VR general
Topic: Tour refuses to go fullscreen in IE 11
Replies: 15
Views: 10411

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 &q...
by Don
Sun Dec 15, 2013 7:57 pm
Forum: Pano2VR general
Topic: Tour refuses to go fullscreen in IE 11
Replies: 15
Views: 10411

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 ...
by Don
Fri Dec 13, 2013 8:02 pm
Forum: Pano2VR general
Topic: Tour refuses to go fullscreen in IE 11
Replies: 15
Views: 10411

Re: Tour refuses to go fullscreen in IE 11

IE11 does not yet fully support webgl: http://msdn.microsoft.com/en-us/library/ie/dn358557(v=vs.85).aspx A couple options come to mind: 1. Put this statement in the head tag of your pano tour page. It tells IE11 browsers to behave like IE10. Let me know if this works, because even an IE10 browser mi...
by Don
Sat Dec 07, 2013 7:33 pm
Forum: Pano2VR general
Topic: Viewing the trial version on a phone or IPad
Replies: 4
Views: 2037

Re: Viewing the trial version on a phone or IPad

...So it sounds like the only way to show this on a phone or mobile device is to upload the file to a server that is accessible? ... An Internet web server is easiest. Another option is this: 1. Configure pano2vr >> Output HTML5 >> HTML tab >> select "Embedded XML". 2. Output your pano. 3...
by Don
Sat Dec 07, 2013 6:32 pm
Forum: Pano2VR general
Topic: controling thumbnail menus by finger
Replies: 6
Views: 4365

Re: controling thumbnail menus by finger

I hope Dave's reply answered your question? Otherwise, I understand your question differently: you want a horizontal strip of numerous thumbnails that can be dragged left or right, and there are so many thumbnails that they go off the left-side and right-side of the page? If so, then for html5-only,...
by Don
Fri Nov 29, 2013 6:32 pm
Forum: Pano2VR general
Topic: Happy Thanksgiving Day - USA
Replies: 1
Views: 1163

Re: Happy Thanksgiving Day - USA

Happy Thanksgiving Dave!

Edit: Happy Black Friday!
by Don
Fri Nov 29, 2013 6:32 pm
Forum: Pano2VR general
Topic: Insert tour as window into pre-existing HTML page
Replies: 2
Views: 2852

Re: Insert tour as window into pre-existing HTML page

Excellent Dave, I agree, "View Source" on any web page and learn, learn, learn. Seems there are only 2 methods to include panos in an existing web page: Option #1 is a lot of work: Copy & modify the code, i.e. html & javascripts from your pano_1.html, pano_2.html, pano_3.html into ...
by Don
Mon Nov 18, 2013 12:15 am
Forum: Pano2VR general
Topic: Displaying the tour on multiple sites
Replies: 6
Views: 3511

Re: Displaying the tour on multiple sites

I hope so. We'll see what Geoff says. I know that for years iframes have been frowned upon, but now their html5 incarnation seems quite solid. I too avoided iframes for all the common reasons. Only recently did I revisit iframes and found that there really are valid instances when an iframe is a goo...
by Don
Sun Nov 17, 2013 7:34 pm
Forum: Pano2VR general
Topic: Displaying the tour on multiple sites
Replies: 6
Views: 3511

Re: Displaying the tour on multiple sites

Geoff, sounds like iframes will work well for you. Imagine the pano is hosted on server #1. Other servers then host web pages containing html iframe tags with url values pointing to server #1. Since your client owns all the servers, then the iframes should work very well for you. My panos display in...
by Don
Mon Nov 11, 2013 4:29 pm
Forum: Pano2VR general
Topic: Masked cycle animation into a panorama?
Replies: 9
Views: 4990

Re: Masked cycle animation into a panorama?

Jim Watters' recent post "how to insert aligned video into a panorama" might be what you are looking for?
http://ggnome.com/forum/viewtopic.php?f=6&t=8869
by Don
Fri Oct 18, 2013 9:28 pm
Forum: Pano2VR general
Topic: Zoom problem
Replies: 2
Views: 2270

Re: Zoom problem

The proportions of your iframe: <iframe src="west.html" align="middle" frameborder="0" scrolling="no" marginheight="0" width="650px" height="400px">IFRAME not supported!</iframe> are different than the proportions of your pano. Se...
by Don
Fri Oct 18, 2013 6:55 pm
Forum: Pano2VR general
Topic: Info window first time only
Replies: 2
Views: 2486

Re: Info window first time only

... Is there any way that I can get the tour to open the info box on the first visit to the panorama only, and not show it on subsequent visits? ... Hmmm, not sure how to do it in flash, as I see you are outputting to flash. For what it's worth, I did get this to work in my pano2vr 4.5 html5 output...
by Don
Fri Oct 18, 2013 5:32 pm
Forum: Pano2VR general
Topic: Black background problem via HTML5 panorama
Replies: 14
Views: 9105

Re: Black background problem via HTML5 panorama

Possible option #1: Did you try editing your html? Currently there is a line in your html that says <div id="container" style="width:800px;height:600px;">This content requires HTML5/CSS3, WebGL, or Adobe Flash Player Version 9 or higher.</div> Did you try this instead? <div id=&q...
by Don
Fri Oct 18, 2013 5:15 pm
Forum: Pano2VR general
Topic: Pano2VR and IE 11
Replies: 1
Views: 1970

Re: Pano2VR and IE 11

Is "Embedded XML" selected on the html5 output editor html tab?