Sie sind nicht angemeldet.

Suchergebnisse

Suchergebnisse 1-16 von insgesamt 16.

Dienstag, 9. März 2021, 06:05

Forenbeitrag von: »tidytrax«

[Solved] S3 CloudFront Cors Error Css3d Request Twice Hotspot

Solved i finally could get a workaround on krpano!

Mittwoch, 10. Februar 2021, 14:48

Forenbeitrag von: »tidytrax«

[Solved] S3 CloudFront Cors Error Css3d Request Twice Hotspot

I still have the same problem 2 year, no solution, can anyone help, since the source code of krpano is crypt. It's relative to this post https://krpano.com/forum/wbb/index.php?p…&threadID=16717 https://krpano.com/forum/wbb/index.php?p…&threadID=16717 Only works on firefox, I have teste on Chrome, edge, firefox last version. this is costing me too much because i can use cache on hotspot. the error stop here e.loader.src=b off"!=rc&&(e.loader.crossOrigin=rc),e.loader.src=b):(e.loading=!1,ta.report...

Dienstag, 9. Februar 2021, 09:18

Forenbeitrag von: »tidytrax«

[Solved] S3 CloudFront Chrome Cors Error Css3d Request Twice Hotspot

I have also tested on edge only works on firefox Chrome, edge, firefox last version. this is costing me too much because i can use cache on hotspot. the error stop here e.loader.src=b off"!=rc&&(e.loader.crossOrigin=rc),e.loader.src=b):(e.loading=!1,ta.reportError(1,e.getfullpath()+" loading error: "+b)))}}}

Dienstag, 9. Februar 2021, 09:10

Forenbeitrag von: »tidytrax«

[Solved] S3 CloudFront Chrome Cors Error Css3d Request Twice Hotspot

Zitat von »klaus.krpano« Hi, the two requests are because one request is by krpano with CORS-headers to the get the image size (and optionally also the pixels for the WebGL rendering, if that image would be rendered by WebGL) and the second request would be by the browser itself when the image would get rendered by CSS3D. But the browser doesn't send CORS-headers for this case. That means two requests because once with CORS-headers and once without CORS-headers (only when rendering with CSS3D)....

Mittwoch, 27. November 2019, 03:38

Forenbeitrag von: »tidytrax«

Bug loadscene and blend, frozen pano

Hello I think that I may have found a bug, I have a xml with 10 scenes and 2 arrows, to left and right, so if I use blend to change, in some point the system frozen until I move the screen and then it load the pano and continue the events. Sometimes take a while, changing between scenes. krpano 1.20.2 (build 2019-10-15) Image Type : CYLINDER Browser Chrome this.getKrPano().call(`loadscene(${scene},null,KEEPPLUGINS,SLIDEBLEND(2,180));`); onxmlcomplete onnewscene onnewpano-> ( Last event be called...

Dienstag, 9. Juli 2019, 21:38

Forenbeitrag von: »tidytrax«

Youtube Iframe Chrome Click don't work

Looks like the problem only occur when hotspot is set with distorted

Dienstag, 9. Juli 2019, 00:57

Forenbeitrag von: »tidytrax«

Youtube Iframe Chrome Click don't work

Hi I'm using some embed from youtube as css3d hotspot. On firefox works fine, but on chrome, the hover effect on play button(center play button) is ok, but when i click, the video don't start, if I click a little to the left at the top, the video works, and the same to pause at the bottom. Thanks Using : https://krpano.com/forum/wbb/index.php?p…60324#post60324

Mittwoch, 15. Mai 2019, 07:36

Forenbeitrag von: »tidytrax«

go through coordinates

Hello, I want to go through some coordinates Example : {[atv,ath,fov], [atv,ath,fov], [atv,ath,fov] ... } And I want the panorama walk through those coordinates I already did it in Javascript, works, but not so smoth, the movement is terrible Has some function on krpano to do that. Zitat loadInterval = setInterval(() => { tkl.getKrPano().set('view.vlookat',coordinates[currentFrame][0][0]) tkl.getKrPano().set('view.hlookat',coordinates[currentFrame][0][1]) tkl.getKrPano().set('view.fov',coordinat...

Dienstag, 9. April 2019, 20:43

Forenbeitrag von: »tidytrax«

SOlved!! Get The exactly Pixel on the mouse position

Can I get the exactly pixel of a cylindrical panorama on the click, For example i have a 28500 width pixel image, So when i click i want to get the pixel not the mouse position on the screen, if or without a fov. Thanks

Dienstag, 9. April 2019, 20:25

Forenbeitrag von: »tidytrax«

[Solved] S3 CloudFront Chrome Cors Error Css3d Request Twice Hotspot

Zitat von »klaus.krpano« Hi, the two requests are because one request is by krpano with CORS-headers to the get the image size (and optionally also the pixels for the WebGL rendering, if that image would be rendered by WebGL) and the second request would be by the browser itself when the image would get rendered by CSS3D. But the browser doesn't send CORS-headers for this case. That means two requests because once with CORS-headers and once without CORS-headers (only when rendering with CSS3D)....

Freitag, 15. März 2019, 20:07

Forenbeitrag von: »tidytrax«

[Solved] S3 CloudFront Chrome Cors Error Css3d Request Twice Hotspot

Hi, I got a problem, only in chrome and safari, Firefox and Edge works fine and the problem happens only with hotspot Css3d, And only some times with random hotspots, can be 2 or 20. As i could saw the hotspot is request twice, once response 200 and in the second get failed and the below error appear in console. Access to image at '7276d7a055036dc.png' from origin '' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. I could fix using w...

Freitag, 21. September 2018, 15:11

Forenbeitrag von: »tidytrax«

Custom Google Maps Api Version

Thanks Klaus, you have a date for that release ? Zitat von »klaus.krpano« Hi, that warning can be ignored, but in the next release krpano will always use the latest Google-Maps-API-version by default and additionally there will be a parameter for optionally defining a custom API version. Best regards, Klaus

Dienstag, 11. September 2018, 21:56

Forenbeitrag von: »tidytrax«

Custom Google Maps Api Version

No Awnser ? Is not possible ? it's just a parameter. thanks

Donnerstag, 2. August 2018, 00:10

Forenbeitrag von: »tidytrax«

Custom Google Maps Api Version

Hello, I want to change the google maps api version, but i did' not find how in the Plugins options, it's possible? Console Message: Google Maps API warning: RetiredVersion https://developers.google.com/maps/docum…retired-version Thanks