Search found 9 matches

by punkito
Thu Mar 19, 2015 8:11 pm
Forum: Pano2VR general
Topic: pano2vr.js API
Replies: 4
Views: 4083

Re: pano2vr.js API

Is there already a command to add hotspots in runtime (like de Flash API) for HTMl5?
by punkito
Tue Jul 08, 2014 10:40 pm
Forum: Pano2VR general
Topic: Direct Access Node - professional feature
Replies: 4
Views: 3416

Re: Direct Access Node - professional feature

Thanks Jim! Regarding duplicated node ID's we already have in the skin editor a ! sign when duplicating an ID.

Nice that you already posted it in the wishlist. Thanks again!
by punkito
Tue Jul 08, 2014 6:25 pm
Forum: Pano2VR general
Topic: Direct Access Node - professional feature
Replies: 4
Views: 3416

Re: Direct Access Node - professional feature

Thanks, that is actually a solution, but I dont find it practical as we are not always able to modify .htaccess in every server we host the images. Even more, if we are using a PRO version we should use any name we want, not only the assigned name and number with no relation to a human-readable or p...
by punkito
Tue Jul 08, 2014 1:01 am
Forum: Pano2VR general
Topic: Direct Access Node - professional feature
Replies: 4
Views: 3416

Direct Access Node - professional feature

Hi GGnome Team and community, I have been doing advanced virtual tours using the skin editor since a few years (have a look at http://www.holoesferica.com ), I just upgraded to the Pro version to use the Direct Access Node, that in my experience is a very useful feature for big and professional virt...
by punkito
Sat Jan 28, 2012 4:10 am
Forum: Object2VR general
Topic: HTML5 Sensitivity
Replies: 1
Views: 2540

HTML5 Sensitivity

Hi GardenGnome Team! I want to decrease the sensitivity of an object360 in html5 output as the object moves too fast in my iPad as I use the finger (it is too difficult for people not much computer-friendly). I found 2 options in the HTML5 output in Object2VR 1.- Speed: but it is for the mouse wheel...
by punkito
Tue Jul 21, 2009 7:18 pm
Forum: Pano2VR general
Topic: pano vr.pano.cleanup(); DOES NOT WORK
Replies: 3
Views: 2643

Re: pano vr.pano.cleanup(); DOES NOT WORK

Hi, Thomas just told me that he will work on that issue and shall be repaired on the next beta version, maybe in 4 weeks or so... when the fix is ready, I'll update it here...
by punkito
Thu Jul 16, 2009 8:41 pm
Forum: Pano2VR general
Topic: pano vr.pano.cleanup(); DOES NOT WORK
Replies: 3
Views: 2643

pano vr.pano.cleanup(); DOES NOT WORK

Many threaths, no solution since April.... it's going to be unremoveable?

vr.pano.cleanup();
removeChild(vr);

I can't build a virtual map on Flash!! Should I say to my clients that I can not do it any more?

Please answer...
by punkito
Wed Jul 15, 2009 3:14 am
Forum: Pano2QTVR - Flash
Topic: placing pano into flash window
Replies: 6
Views: 20248

Re: placing pano into flash window

I have just solved the problem, the only thing we need to add to move the entire swf to the position we want to, using the code provided by bigbstanley is: vr.x =150; vr.y =150; I used this code inside "initHandler" function, in the "finished_loading" function and also in the &qu...
by punkito
Wed Jul 15, 2009 3:01 am
Forum: Pano2QTVR - Flash
Topic: placing pano into flash window
Replies: 6
Views: 20248

Re: placing pano into flash window

I used your code but I have a doubt, what does vrx_mc on line 8 stands for? In my compiler errors it says "1120: Access of undefined property vrx_mc" Another question:HOW TO MOVE THE BUTTON BAR? the bar with arrows to move inside the panorama, it is pretty useful but it appears whereever i...