Search found 32 matches

by kconklin
Thu Aug 30, 2018 8:33 pm
Forum: Pano2VR general
Topic: custom text list in dropdown
Replies: 2
Views: 1450

Re: custom text list in dropdown

Yeah. I figured it out. Now have a custom list, when one is selected it hides itself and shows a filtered (based on the selection) second list.
by kconklin
Thu Aug 30, 2018 4:57 pm
Forum: Pano2VR general
Topic: custom text list in dropdown
Replies: 2
Views: 1450

custom text list in dropdown

Is it possible to create a dropdown with a set of custom text items? I want to use a dropdown list as a filter selector for my node image slider and other node selector dropdown. i.e., "Main Level", "Upper Level", "Lower Level" would be in the 'filter' dropdown selector.
by kconklin
Mon Jul 02, 2018 3:17 am
Forum: Pano2VR/Object2VR Skins
Topic: Google / Tour Dash style nav. arrows...
Replies: 38
Views: 21895

Re: Google / Tour Dash style nav. arrows...

I also am eagerly waiting for this. What with the influence of Matterport and the visibility of Google, this is becoming a usability standard that clients always seem to look for/request/expect.

Kevin
by kconklin
Wed Apr 04, 2018 5:30 pm
Forum: Pano2VR general
Topic: action at video end
Replies: 8
Views: 3965

Re: action at video end

Forgot to mention, I was going down the route of just creating a simple html page with a videoJS player in it with the redirect, but struggled so much with making the video be responsive both ways that I decided to just leverage what you have with Pano2VR since you seem to have that working great on...
by kconklin
Wed Apr 04, 2018 5:26 pm
Forum: Pano2VR general
Topic: action at video end
Replies: 8
Views: 3965

Re: action at video end

Cool. That will be useful for popup videos within a node. For my intro video, I ended up creating a new tour (with one node), with the intro video at the top of the skin (auto play, controls, 0,0, 100%, 100%). Then to cause an automatic redirect at the end of the video, I added the following code to...
by kconklin
Mon Apr 02, 2018 2:28 am
Forum: Pano2VR general
Topic: action at video end
Replies: 8
Views: 3965

Re: action at video end

This is a request going out to someone that has more javascript knowledge than I. I would think that there has to be some way to trigger an action when a video reaches the end of the file. My situation is that I am using the default player controls and clicking any of the controls causes a "dea...
by kconklin
Sun Apr 01, 2018 12:00 am
Forum: Pano2VR general
Topic: Best 360 camera out there?
Replies: 12
Views: 5147

Re: Best 360 camera out there?

Do you think it is a better image than the Theta creates?
by kconklin
Fri Mar 30, 2018 2:20 pm
Forum: Pano2VR general
Topic: Best 360 camera out there?
Replies: 12
Views: 5147

Re: Best 360 camera out there?

If you do end up trying the Mi Sphere, I'd love to know what you think of the still image quality as compared to the Theta. I read a lot of reviews and it doesn't seem stellar either.
by kconklin
Fri Mar 30, 2018 2:06 pm
Forum: Pano2VR general
Topic: action at video end
Replies: 8
Views: 3965

Re: action at video end

The default player controls have a time counter/full time indicator. Might there be some way in javascript to trigger an action when the time counter reaches/equals the full time (meaning it has reached the end of the video)?
by kconklin
Fri Mar 30, 2018 1:15 am
Forum: Pano2VR general
Topic: Action upon mouse movement
Replies: 3
Views: 1578

Re: Action upon mouse movement

Yeah, but mouse movement doesn't count as interaction. I'll have to figure out some other solution.
by kconklin
Fri Mar 30, 2018 12:18 am
Forum: Pano2VR general
Topic: action at video end
Replies: 8
Views: 3965

Re: action at video end

But then hitting pause or full screen on the controls will cause the deactivate and run the trigger click.
by kconklin
Thu Mar 29, 2018 10:40 pm
Forum: Pano2VR general
Topic: action at video end
Replies: 8
Views: 3965

action at video end

I have an intro video auto-play and when it ends (deactivates) I run a number of actions including hiding the video and going to the first pano node. But the default video controls "pause" and "full-screen" cause deactivation. So I removed the actions on the video with the deacti...
by kconklin
Thu Mar 29, 2018 7:47 pm
Forum: Pano2VR general
Topic: Best 360 camera out there?
Replies: 12
Views: 5147

Re: Best 360 camera out there?

The still image quality between the newer V and the S is unchanged from my understanding. "Commercial" use quality? I don't know I would go that far... but it depends on your use. You are trading quality for time. It is not "high quality", but then it is not horrible either. Beau...
by kconklin
Thu Mar 29, 2018 7:16 pm
Forum: Pano2VR general
Topic: Best 360 camera out there?
Replies: 12
Views: 5147

Re: Best 360 camera out there?

I use the Ricoh. Not bad.
by kconklin
Thu Mar 29, 2018 6:58 pm
Forum: Pano2VR general
Topic: Action upon mouse movement
Replies: 3
Views: 1578

Action upon mouse movement

Is it possible to detect mouse movement or movement within a specified area? For example to set a timer upon mouse movement. Purpose: make something visible upon mouse movement, hide after (x) seconds of no mouse movement.