Search found 329 matches

by JimWatters
Mon Mar 02, 2015 7:08 am
Forum: Pano2VR general
Topic: Hotspots not indicated
Replies: 4
Views: 3490

Re: Hotspots not indicated

You can update the skin to use your own images in hotspot.

You can enable 3D hotspot and set the distance to about 400
by JimWatters
Mon Mar 02, 2015 7:06 am
Forum: Pano2VR general
Topic: Fullscreen doesn't work in IE and Firefox
Replies: 2
Views: 2446

Re: Fullscreen doesn't work in IE and Firefox

Using your example you posted. http://regional360.info/test-6/ The double click to fullscreen produces full browser window instead of fullscreen. Your use of iFrames has reduced this again. see 1208 The fullscreen button works on Firefox. With IE If I open the page then the full frame button works. ...
by JimWatters
Sun Mar 01, 2015 8:15 pm
Forum: Pano2VR general
Topic: Hotspots are not shown in IE
Replies: 3
Views: 2873

Re: Hotspots are not shown in IE

Tested my own pano with IE 11 and I get the pointer. You will need to provide a link for testing.
http://photocreations.ca/Partridge_Island/index.html
by JimWatters
Fri Feb 27, 2015 5:59 pm
Forum: Pano2VR general
Topic: Request: Video masking
Replies: 2
Views: 2088

Re: Request: Video masking

This tutorial shows how to solve that issue.
Pin and Align Video with Pano2VR
by JimWatters
Fri Feb 27, 2015 5:55 pm
Forum: Unterstützung für Pano2VR
Topic: Gyroskop Disable on startup
Replies: 1
Views: 2654

Re: Gyroskop Disable on startup

you can now add javascript code in the Goto URL action. To toogle the gyroscope simple add
javascript:gyro.toggle();
as the URL in the Goto URL action. To enable/disable the Gyro call:
javascript:gyro.enable();
javascript:gyro.disable();
gyro toggle.gif
gyro toggle.gif (9.99 KiB) Viewed 2648 times
by JimWatters
Wed Feb 25, 2015 9:43 pm
Forum: Pano2VR general
Topic: Pointing broken in current release 4.5.2 64bit
Replies: 3
Views: 2863

Re: Pointing broken in current release 4.5.2 64bit

Is this a project that worked with 4.5.1? I just tested a project with 4.5.2 and it worked as expected. To use the target Yaw Tilt FoV values set as target of each hot spot make sure your skin has the hotspot template with Mouse Click | Go To URL | $hu / $ht | An alternative to setting the target of...
by JimWatters
Wed Feb 25, 2015 9:14 pm
Forum: Pano2VR general
Topic: Social media integration
Replies: 7
Views: 4884

Re: Social media integration

The Flash and HTML5 versions can be the same size if multiresolution HMTL5 is used with Flash fallback player.

I believe with iOS devices when an embedded link is clicked on Facebook a new tab is opened to show the pano.
by JimWatters
Fri Feb 20, 2015 8:23 pm
Forum: Object2VR general
Topic: dynamic buttons
Replies: 3
Views: 3392

Re: dynamic buttons

The exact x y position of the hotspots is not something that is important with normal usage of Object2VR. If you open the project file in a text editor you will all the hotspots listed with there position, you could edit and make these all the same. Make sure you back up your project before editing ...
by JimWatters
Fri Feb 20, 2015 3:46 pm
Forum: Pano2VR general
Topic: Smartphone problem
Replies: 5
Views: 3635

Re: Smartphone problem

Responsive skin design is something that will be included with version 5. Currently You can create the skin for the smallest screens you want to work with. Create two skins and detect the size when loading the page and decide which one to use. See: http://ggnome.com/wiki/Using_PHP_to_switch_HTML5_sk...
by JimWatters
Thu Feb 19, 2015 2:34 pm
Forum: Pano2VR general
Topic: compass heading alignment in a tour
Replies: 6
Views: 5402

Re: compass heading alignment in a tour

It works if you set the target here.
hotspot-target.jpg
hotspot-target.jpg (132.99 KiB) Viewed 5365 times
by JimWatters
Thu Feb 19, 2015 4:23 am
Forum: Pano2VR general
Topic: compass heading alignment in a tour
Replies: 6
Views: 5402

Re: compass heading alignment in a tour

When I checked your xml file, all the targets for hotspots are empty instead of set to $an/$at/$af

http://www.aerialsphere.com/stuff/tour-test/index.xml
by JimWatters
Wed Feb 18, 2015 10:36 pm
Forum: Pano2VR general
Topic: very large tour with 200 panos - an easier way to link them
Replies: 2
Views: 2400

Re: very large tour with 200 panos - an easier way to link t

You will like version 5.

Keep the map open so you can see the nodes.
A naming convention that positions each spot on the grid will help.
by JimWatters
Wed Feb 18, 2015 9:27 pm
Forum: Pano2VR general
Topic: compass heading alignment in a tour
Replies: 6
Views: 5402

Re: compass heading alignment in a tour

This has been fixed in Pano2VR 4.5.2 by using $an/$at/$af This will maintain the same north setting from one pano to the next. You may find it easier to open the project file in a text edit, after backing up the file and replace <target>$cur</target> with <target>$an/$at/$af</target>