Search found 13018 matches

by Hopki
Thu Feb 29, 2024 10:16 am
Forum: Pano2VR general
Topic: Disable Touch During Animation
Replies: 1
Views: 100

Re: Disable Touch During Animation

Hi APolyakov, To check our understanding are you saying if you have an animation timeline that also has variable tracks that trigger the video and sound events when the screen is touched the animation stops but the timeline still triggers the variable tracks and activates the sounds and videos? This...
by Hopki
Wed Feb 28, 2024 8:43 pm
Forum: Components
Topic: Object2VR 4 Floating Tool Tip
Replies: 0
Views: 159

Object2VR 4 Floating Tool Tip

Use this component to replace your Point Hotspot and Polygon Hotspot tool tip text boxes. How it works is the container with the ID floating_tooltip tracks the mouse's X and Y movement. The container also has a visible logic block that looks to see if the Hotspot has any title text. If it does it wi...
by Hopki
Tue Feb 27, 2024 10:03 am
Forum: Pano2VR general
Topic: Play 360 video with skin video element
Replies: 1
Views: 110

Re: Play 360 video with skin video element

Hi, The video element plays normal video, when playing YouTube videos, YouTube is using its player so can show 360 video. If you want to play local 360 videos in a popup, then build a separate Pano2VR project to play the 360 video, then add the output to assets of your tour project then use a text b...
by Hopki
Thu Feb 22, 2024 8:26 pm
Forum: Pano2VR - Google Street View Export
Topic: The latest issue seems to be fixed
Replies: 0
Views: 557

The latest issue seems to be fixed

Hi, At the beginning of February Google had an issue that caused Pano2VR's Street View upload not to function correctly, tours missing from the Street View browser, tours disappearing and when uploaded no place or linking. Last week we did a test, using Pano2VR to upload a three-node tour, the stree...
by Hopki
Thu Feb 22, 2024 1:18 pm
Forum: Pano2VR general
Topic: Change shape of playhead
Replies: 5
Views: 1663

Re: Change shape of playhead

Still there :)
by Hopki
Wed Feb 21, 2024 9:06 pm
Forum: Pano2VR general
Topic: Disable keyboard during animation
Replies: 2
Views: 129

Re: Disable keyboard during animation

Hi, Use a Go To URL action with: javascript: pano.setLockedKeyboard('true'); This will prevent any keyboard interaction. Then use another Go To URL Action with: javascript: pano.setLockedKeyboard('false'); To activate it again. So you can set up a variable track with a variable changed source to act...
by Hopki
Wed Feb 21, 2024 7:22 pm
Forum: Pano2VR - Google Street View Export
Topic: Still upload problems (due to Photo ID)
Replies: 5
Views: 372

Re: Still upload problems (due to Photo ID)

Hi Javier, This is a known bug with Google Street View. It is not just Pano2VR that is affected, "other" software has issues as well. It has been reported to Google. We know if you log in to your Google Maps account you can upload your panoramas from there but that uses a different method ...
by Hopki
Wed Feb 21, 2024 11:56 am
Forum: Websites Gallery
Topic: Public Art Tour
Replies: 2
Views: 307

Re: Public Art Tour

Hi, Nice project. Looking around your skin I have a couple of suggestions, but I'm seriously nitpicking as it's good as is, but you did ask :wink: 1) Menu lower left side that displays artists' details. Each text field moves as you mouse over showing mouse interaction, this should only happen with t...
by Hopki
Tue Feb 20, 2024 6:02 pm
Forum: Object2VR general
Topic: Webinar Wednesday 28th feb, Object2VR 4 Polygon Hotspots
Replies: 0
Views: 165

Webinar Wednesday 28th feb, Object2VR 4 Polygon Hotspots

In this webinar, we will be adding Polygon Hotspots to our Vespa project and show how to link them to skin elements. This allows the Polygon Hotspot to trigger skin events such as opening an image popup. To register for this webinar or to view previous webinars please visit our webinar page: https:/...
by Hopki
Tue Feb 20, 2024 1:49 pm
Forum: Pano2VR general
Topic: bug? Web element not visible in interface
Replies: 2
Views: 128

Re: bug? Web element not visible in interface

Hi Dylan,
By default the Web Element is hidden, you just need to deselet hide.

Screenshot 2024-02-20 at 12.40.18.png
Screenshot 2024-02-20 at 12.40.18.png (75.7 KiB) Viewed 123 times

Regards,
by Hopki
Sun Feb 18, 2024 10:25 am
Forum: Pano2VR general
Topic: click and go navigation
Replies: 1
Views: 168

Re: click and go navigation

Hi, As far as I know they use hidden point hotspots with larger click areas. Of course you have been able to do this in Pano2VR for a long time. But Pano2VR supports Polygon Hotspots. This enables you to draw shapes on the floor, using Hotspot Proxy IDs you can change the shape or colour of the curs...
by Hopki
Wed Feb 14, 2024 10:32 pm
Forum: Pano2VR general
Topic: Pano2VR Training
Replies: 2
Views: 147

Re: Pano2VR Training

Hi, We have responded to all your e-mails. We responded on the 19th Dec 2023 with full details and costs. Then you sent a bump e-mail on 10th Jan. Also on the 10th Jan, we sent a copy of the first e-mail with the prices etc. We will reply again to your e-mail sent a few hours ago after we post this,...
by Hopki
Tue Feb 13, 2024 10:20 pm
Forum: Pano2VR general
Topic: Browser Black/ Blank
Replies: 3
Views: 232

Re: Browser Black/ Blank

Hi,
Why not use the desktop package viewer, open it up and drop in the index.html page.
Regards,
by Hopki
Sat Feb 10, 2024 9:13 pm
Forum: Pano2VR general
Topic: Enable Video and mute audio in the Animation Timeline
Replies: 7
Views: 277

Re: Enable Video and mute audio in the Animation Timeline

Hi, Not too difficult. Add a variable track to the animation timeline, let's call it Image Popup, and the variable name, var_popup and make it a text variable. Now in the skin editor, add an external image loader. Deselect visible and a visible logic block, var_popup, ≠, (leave blank) Visible true. ...
by Hopki
Thu Feb 08, 2024 11:40 pm
Forum: Pano2VR general
Topic: Enable Video and mute audio in the Animation Timeline
Replies: 7
Views: 277

Re: Enable Video and mute audio in the Animation Timeline

Hi,
I covered this in my first answer, you use Activate Media,
Please see the attached project, you use the same variable track to play and pop out the video.
Give the video the click action to pop out.
Regards,