Hello!
Klaus, maybe you looking for open source developers for your projects?
Posts by greenkey
-
-
Well, i've found answer on forum...
run command
./krpanotools register ####################### (license code)
now its work fine
-
Hello!
I have a some license problem when i try to use krpano on CentOS.
There is no GUI, so, i cannot use krpano tools (its need GUI!) to accept license key.
I tried another way - install krpano on another linux (Ubuntu) with GUI, when copy installed krpano to CentOS,
but when i tried to make pano - it show me "demo version"...
How can i move installed krpano to another linux, or how to register krpano without GUI? -
Its incredible! i disable "using hardware acceleration" in firefox and WebGL is working! magic...
-
So, the problem is here:
Opera and Chrome, when you open pano as a file (index.html) and if you set html5 as only or always, show "error open xml file". but, if you open through web-server, it's ok.
possible, there is path to xml problem. But! If you set html5 as prefer or another way (if krpano can use flash), its work fine and use flash.
Firefox haven't this problem, but when i search config and testing, i found that my firefox NOT working with WebGL!
I have good video card (NVidia) and latest drivers, i looked blacklist drivers, and not found something about my hardware. But, webgl not working... i tried to force webgl supporting - but
its still not working. In context menu krpano i see HTML5/Desktop - Firefox 44.0.
In webkit browsers i see WebGL... strange thing.
I'll try to update drivers from NVidia, but i am not sure that solve problem. -
I test on another comp... html5 working!
Possible, something failed on my comp... -
I check this on the demo page - same problem!
Attention! HTML5 Krpano not working in last Chrome and all webkit browsers!
-
Only last IE browser always working fine...
-
Another strange thing!
Whe i use "always", firefox working.
When i use "only" - its show ERROR! HTML5 Browser with CSS3D or WebGL support required!All browsers are last version!
-
I creating normal pano with tools (MAKE PANO (NORMAL) droplet.bat).
When i change html5:"always" or "only" - its stop working in webkit!!!!!!!!!!!!!!!!!!!!!!!!
HYML5 working in IE, working in Firefox fine - i see HTML5/Desktop and WebGL,
but when i try webkit - i see FATAL ERROR - ...xml - loading failed!
I check xml file - but its easy, no criminal:<krpano version="1.18">
<!-- the skin -->
<include url="skin/defaultskin.xml" />
<!-- view settings -->
<view hlookat="0" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />
<preview url="R0011235_xmp.tiles/preview.jpg" />
<image>
<cube url="R0011235_xmp.tiles/pano_%s.jpg" />
<mobile>
<cube url="R0011235_xmp.tiles/mobile_%s.jpg" />
</mobile>
</image>
</krpano>Whats happend? When i use "prefer", firefox and IE using FLASH! Why??? Only if i set "only" or "always" its used HTML5!
KRPano version - 1.18.5
-
Always big thank you Klaus and another people!
-
Hello!
Is it possible to disable change fov on mousescroll?
I would want to scroll page over pano. How to do that? -
Hello!
Mask, as i understood, not working in html5, so nice effect radar mask not working.
Is it working in future? This, or next year? -
i found in license.txt this info:
License Files:
o krpano.license - License for the Flashplayer-based krpano viewer.
o krpanotools.license - License for the krpano Tools.
o krpanoiphone.license.js - License for the HTML5-based krpano viewer.
o krpanobrandingfree.license - Branding Free License.
o bingmaps.license.xml - License for the krpano Bing-Maps Plugin.well, for tools - need 2 license files (different krpanotools).
-
but when i using just krpano.swf there is no problem - i place krpano.license in the same folder and its working propertly.
so, i can create DEMO tour, when replace tour.swf -> krpano.swf, and no license problem. Only bad pano with watermark.Problem only with tools, its not working correctly.
system - windows 7 x64. -
Well, i placed krpano.license to the tools folder, and tools still working in demo mode.
Whats problem??? -
Not understand.
If i try to change this image, nothing changed. If i delete this, nothing changed. -
Well thank you, go read
-
Hello!
krpano is looking good.
But I was not found information about javascript integration. For example:
When i do something in pano, click on hotspot, how can i connect this to my js code?
there must be something, like this:
var krpano = document.getElementById("krpanoSWFObject");
krpano.click(fucntion(ev){ do smth, in ev - info about event, position, hotspot });Is it possible in krpano? i can manage pano, but in reverse? call some js function?
I don't found really information about that, no examples, no code, no docs.