Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "image360" (Oct 29th 2009, 7:17pm)
![]() |
Source code |
1 2 3 |
<krpano downloadlockedlevel="true" lockmultireslevel="true" > ... </krpano> |
This post has been edited 1 times, last edit by "nelk" (Oct 29th 2009, 8:19pm)
![]() |
Source code |
1 |
ifnot(condition, trueaction, falseaction); |
![]() |
Source code |
1 |
roundval(val,precision); |
No mask here.... it is the area of the view that is changed dynamically
Quoted
...is the view itself resizing or it just get masked...
I have no doubt that krpano 1.0.8 (final release) will surprise us a lotthere is a new tag to set the area/window for the pano,
e.g.:
![]()
Source code
1 <area x="0%" y="0%" width="100%" height="100%" />
.....
Another great features. Thanks !
I've two questions :
- I don't understand, Klaus, why you set progressive="false"
I think this is because I've not really understand what it's doing or not![]()
- downloadlockedlevel and lockmultireslevel can't be set in the krpano tag ?
like this :
![]()
Source code
1 2 3 <krpano downloadlockedlevel="true" lockmultireslevel="true" > ... </krpano>
?
Which is odd considering the version number it reports. I am 100% sure it's loading the krpano.swf as supplied in the aforementioned ZIP package.
Quoted
INFO: krpano 1.0.7
INFO: Flashplayer WIN 10,0,2,54 PlugIn (debug)
ERROR: unknown attriubate/path - view.maxpixelzoom
![]() |
Source code |
1 2 |
so.addVariable('view.fovtype', 'VFOV'); so.addVariable('view.maxpixelzoom', '1.0'); |
I think you must be sure at 200% that the version of krpano.swf is 1.0.8.beta 9 instead of 1.0.7
Quoted
Which is odd considering the version number it reports. I am 100% sure it's loading the krpano.swf as supplied in the aforementioned ZIP package.
![]() |
Source code |
1 2 3 4 |
so.addVariable("view.fovmin", "30"); so.addVariable("view.fovmax", "150"); so.addVariable("view.fov", "70"); so.addVariable("view.maxpixelzoom", "1.0"); |
Opening the krpano.swf directly did the trick, even after clearing the cache multiple times. Such a noob error -- nice. Move along now. Nothing to see hereHi jmulder,
I think you must be sure at 200% that the version of krpano.swf is 1.0.8.beta 9 instead of 1.0.7
Quoted
Which is odd considering the version number it reports. I am 100% sure it's loading the krpano.swf as supplied in the aforementioned ZIP package.![]()
![]()
Have you tried to clear the browser cache?
If you had already cleared the cache, try to open your krpano.swf directly into the browser and press the 'o' key to see what version it is... 1.0.7![]()
About the Flash variables...
I have tried to add these Flash variables:
![]()
Source code
1 2 3 4 so.addVariable("view.fovmin", "30"); so.addVariable("view.fovmax", "150"); so.addVariable("view.fov", "70"); so.addVariable("view.maxpixelzoom", "1.0");
The result is that the view opens at FOVMAX value...FOV=150...![]()
But the maxpixelzoom seems to work properly when zooming...
If I delete the view.maxpixelzoom variable, then the view opens at the correct FOV value... FOV=70...
Perhaps there is some Bug issue here....
SAlut
![]() |
Source code |
1 2 3 4 |
so.addVariable("view.fovmin", "30"); so.addVariable("view.fovmax", "150"); so.addVariable("view.fov", "70"); so.addVariable("view.maxpixelzoom", "1.0"); |