Search found 92 matches

by LProbert
Thu Jun 18, 2020 7:12 pm
Forum: Pano2VR general
Topic: Error in Internet Explorer: WEBGL11072: INVALID_VALUE: texImage2D: This texture source is not supported
Replies: 2
Views: 926

Error in Internet Explorer: WEBGL11072: INVALID_VALUE: texImage2D: This texture source is not supported

I have finally, and reluctantly tested my 360 tour in Internet Explorer 11 and I don't get past the loading screen. The console is full of these errors:

Code: Select all

WEBGL11072: INVALID_VALUE: texImage2D: This texture source is not supported
any fix, or just don't go there with IE11?
by LProbert
Thu Jun 18, 2020 1:30 pm
Forum: Pano2VR general
Topic: Use localStorage to set variables
Replies: 1
Views: 674

Use localStorage to set variables

I need to create a cookie and set some variables in my experience that will determine if audio is played on repeat visits. Do I need to trigger some javascript on launch to do this, or is there a clever Action I can use on the media elements?
by LProbert
Thu Jun 18, 2020 1:27 pm
Forum: Pano2VR general
Topic: Thumbnail Pano cloner with tag filter not working
Replies: 13
Views: 3891

Re: Thumbnail Pano cloner with tag filter not working

Just looking at my nodes, and I am changing the source MP4 and still PNG image regularly as the artist replaces them. Could this be changing the node ID and therefore making the cloner code have bad references?
by LProbert
Thu Jun 18, 2020 1:23 pm
Forum: Pano2VR general
Topic: Thumbnail Pano cloner with tag filter not working
Replies: 13
Views: 3891

Re: Thumbnail Pano cloner with tag filter not working

I'll do the same. Thanks.
by LProbert
Wed Jun 17, 2020 11:50 am
Forum: Pano2VR general
Topic: Thumbnail Pano cloner with tag filter not working
Replies: 13
Views: 3891

Re: Thumbnail Pano cloner with tag filter not working

Kevin, please let me know if you figure this out. I am about to give up and just manually create menu items that open the panos.
:(
by LProbert
Tue Jun 16, 2020 7:01 pm
Forum: Pano2VR general
Topic: Thumbnail Pano cloner with tag filter not working
Replies: 13
Views: 3891

Re: Thumbnail Pano cloner with tag filter not working

btw, I also tried toggling the 'inherited tag from parent cloner thingy' switch but it did nothing. My cloner isn't in another cloner.
by LProbert
Tue Jun 16, 2020 6:59 pm
Forum: Pano2VR general
Topic: Controlling pinned video through Javascript API
Replies: 0
Views: 5852

Controlling pinned video through Javascript API

I have a pinned video that I want to silence and pause when a popup opens above it. I am using the JS Api throughout with success to pause the main pano video, and to set variables. But for this it doesn't seem to work. I think the JS Api methods for Media elements are only for Audio. Is this correc...
by LProbert
Tue Jun 16, 2020 6:06 pm
Forum: Pano2VR general
Topic: Thumbnail Pano cloner with tag filter not working
Replies: 13
Views: 3891

Re: Thumbnail Pano cloner with tag filter not working

I am doing exactly the same as Kevin.
by LProbert
Tue Jun 16, 2020 10:41 am
Forum: Pano2VR general
Topic: Inserting the first frame of video-patch in the panorama
Replies: 3
Views: 1691

Re: Inserting the first frame of video-patch in the panorama

I really should read posts in full before commenting. So, it is the flash of the video that you don't want to see? Have you tried hiding it using the visibility beforehand? The image over the top should be sufficient, but you may also get a short flash as this loads. The only other solution would be...
by LProbert
Tue Jun 16, 2020 10:39 am
Forum: Pano2VR general
Topic: Inserting the first frame of video-patch in the panorama
Replies: 3
Views: 1691

Re: Inserting the first frame of video-patch in the panorama

Indeed this is exactly what you want to do. Place an image patch over the top of your video patch. Why do you need to do this though?
You will need to hide the image patch when you need the media to play. You'll have to bind the visibility to a variable and set it to true or false on demand.
by LProbert
Tue Jun 16, 2020 10:37 am
Forum: Pano2VR general
Topic: Embedded Video colour matching on a Mac
Replies: 3
Views: 1489

Re: Embedded Video colour matching on a Mac

Thank you. This is exactly what i did in the end. Was a relief to see it work so well.
by LProbert
Tue Jun 16, 2020 12:08 am
Forum: Pano2VR general
Topic: Thumbnail Pano cloner with tag filter not working
Replies: 13
Views: 3891

Thumbnail Pano cloner with tag filter not working

I have added a 'primary_pano' tag to each of the main panos that I want to display in a thumbnail menu in my UI, and have set my cloner tag property to filter on this 'primary_pano' tag. It doesn't seem to do anything. Each pano has the 'panos' tag as well. I am assuming this is an important one to ...
by LProbert
Mon Jun 15, 2020 4:45 pm
Forum: Pano2VR general
Topic: How to make the main video pause when pressing on a pop out video
Replies: 8
Views: 3601

Re: How to make the main video pause when pressing on a pop out video

Hey @hopki, on this subject, how can I play and pause the pano media from the javascript api?
by LProbert
Fri Jun 05, 2020 6:59 pm
Forum: Pano2VR general
Topic: iFrame close itself?
Replies: 6
Views: 3480

Re: iFrame close itself?

I'm unable to send a link to this project yet, but it is live in July, so soon. To close an iframe from within the iframe content you need to have full access to the content, and I believe it also needs to be in the same domain. The code I posted ... onCloseClicked: function() { parent.pano.setVaria...