Search found 40 matches

by commodore64
Wed Jun 20, 2012 9:37 am
Forum: Pano2VR general
Topic: Remove "Created with Pano2VR" dialog?
Replies: 17
Views: 11952

Re: Remove "Created with Pano2VR" dialog?

we updgraded to "1 user unbranded license"..
by commodore64
Thu Jun 14, 2012 11:16 am
Forum: Pano2VR general
Topic: openNext() is cached..
Replies: 0
Views: 1851

openNext() is cached..

We modify the panorama XML in certain parts of the tour, but problem is, openNext() loads the cached version of the xml.. we can use pano.readConfigUrl(..+randomnum) to refresh the current view, but when we continue using minimap (openNext), it loads the cached xml again.. any ideas how to fix that,...
by commodore64
Thu Jun 14, 2012 8:37 am
Forum: Pano2VR general
Topic: Remove "Created with Pano2VR" dialog?
Replies: 17
Views: 11952

Re: Remove "Created with Pano2VR" dialog?

I had the same problem.. its still not resolved,
share-it says its not their problem (although the problem seems to be that we received wrong licence on the upgrade)
and gardengnome people havent solved it either..
by commodore64
Mon Jan 23, 2012 1:48 pm
Forum: ActionScript
Topic: Error when changing to StageDisplayState.NORMAL
Replies: 1
Views: 19291

Re: Error when changing to StageDisplayState.NORMAL

same error here.. any solutions? suddenly appeared in some of the panoramas (when entering full screen mode), but not all (even though there is just 1 skin for the 1st panorama..) i dont have any fullscreen events used in the skin, I might had tested one onfulscreen enter earlier, but it was removed...
by commodore64
Thu Jan 05, 2012 7:37 am
Forum: Pano2VR general
Topic: Pointing a virtual tour - problems
Replies: 9
Views: 6015

Re: Pointing a virtual tour - problems

your url and target look quite different from the tutorial ones..

try URL: ../59.swf
(or ../59.xml or whatever the panorama folder & filename is)

from target, take of _self
by commodore64
Thu Dec 08, 2011 11:58 am
Forum: ActionScript
Topic: Can a hotspot to control an external javascript in html?
Replies: 1
Views: 20079

Re: Can a hotspot to control an external javascript in html?

the documentation is sadly lacking much on the scripting.. : /

basically take a look at skin.js, insert your own code there.

For example,
on hotspot click, insert your function there,
so you can catch which hotspot(id) is clicked.
by commodore64
Thu Nov 24, 2011 3:56 pm
Forum: Pano2VR general
Topic: Internet explorer with iewebgl/chrome frame?
Replies: 0
Views: 2509

Internet explorer with iewebgl/chrome frame?

has anyone managed to get those working? "Internet Explorer - Microsoft has not announced any plans to officially support WebGL. The Chrome Frame and IEWebGL plugins provide options to add support for WebGL to Internet Explorer." - http://en.wikipedia.org/wiki/WebGL With chrome frame, it w...
by commodore64
Wed Nov 23, 2011 12:47 pm
Forum: Pano2VR general
Topic: edit/disable context menu?
Replies: 7
Views: 4831

Re: edit/disable context menu?

Can you PM your e-mail address you used to purchase with and the name the license is in so I can check.
ok.

This is what my adv. page looks like,
i know in the old version (flash export) it was there : )
Image
by commodore64
Wed Nov 23, 2011 8:04 am
Forum: Pano2VR general
Topic: edit/disable context menu?
Replies: 7
Views: 4831

Re: edit/disable context menu?

Doesnt have that option in advanced..

In the bottom corner it says: Licence 1 user(s) (Company name)
We updated to: "Pano2VR company to unbranded single user upgrade"
by commodore64
Tue Nov 22, 2011 3:36 pm
Forum: Pano2VR general
Topic: edit/disable context menu?
Replies: 7
Views: 4831

Re: edit/disable context menu?

yes, we took 1 unbranded licence,
i guess i'll try uninstalling the old versions and install again..
by commodore64
Mon Nov 21, 2011 3:17 pm
Forum: Pano2VR general
Topic: edit/disable context menu?
Replies: 7
Views: 4831

edit/disable context menu?

hi,

we upgraded to v312, company license,
and now when outputting to html5,
it shows the "created with pano2vr.com" (on right click)

is there a way to edit or disable it?
(didnt find yet from the help or in the forum or in the publish settings..)
by commodore64
Mon Nov 21, 2011 9:56 am
Forum: Pano2VR general
Topic: Can we execute javascript function from inside HTML5 pano?
Replies: 6
Views: 5781

Re: Can we execute javascript function from inside HTML5 pan

hmm.. now I need this functionality also,
atleast it works, if you modify skin.js:

..
this.__div.onclick=function () {
me.skin.hotspotProxyClick(me.hotspot.id);
// your function call here (executed when hotspot is clicked)
..
by commodore64
Fri Nov 18, 2011 11:19 am
Forum: Pano2VR general
Topic: minimap+radar+opennext
Replies: 1
Views: 2171

minimap+radar+opennext

Hi, Still having trouble using, - minimap & radar with javascript openNext() some previous flash tests, http://gardengnomesoftware.com/forum/viewtopic.php?f=18&t=6545 But now using html5 version and wondering, how to make minimap radar follow the current panorama..? I mean: if you use openne...
by commodore64
Fri Nov 18, 2011 10:25 am
Forum: Pano2VR general
Topic: Can we execute javascript function from inside HTML5 pano?
Replies: 6
Views: 5781

Re: Can we execute javascript function from inside HTML5 pan

You could see stats on the server? (awstats)

javascript:alert(1);
works on buttons, but it seemed to open empty page also..
by commodore64
Thu Nov 17, 2011 10:52 am
Forum: Pano2VR general
Topic: Can we execute javascript function from inside HTML5 pano?
Replies: 6
Views: 5781

Re: Can we execute javascript function from inside HTML5 pan

Maybe you could edit the skin.js?
Look for "onclick".