Hi,
In theory wouldn't the multires version open much faster in lower res when embedded in a blog post or a small window? If the user views it in fullscreen mode the high res version would load.
hmmm not sure. actually after retesting the MULTIRES vs NORMAL with an external actionscript interface it seems like the NORMAL picks up speed quicker than the MULTIRES. would be interested to hear other test results for this type of optimization.
it can't be said generally which one is faster, it depends very much on the internet connection and server speed,
the speed of the loading can be also improved by increasing the number of simultaneous connections to the server,
see here:
http://krpano.com/docu/xml/#network
i think there is a bug with the way multires loads tiles. i am not 100% sure but i think i read it is not downloading just the low rez tiles first like it should. I dont think there is any reason to use multirez unless the pano is larger than 10000x5000. Just my opinion though.
it's not a bug, it's a feature
see here the "download" setting for the level tag:
http://krpano.com/docu/xml/#multires
smaller level sizes will be automatically preloaded by default,
to change that - add that setting to each level tag:
|
Source code
|
1
|
<level .... download="view">
|
best regards,
Klaus