Hi,
some informations about the embedded file loading:
- the swf file itself will be always downloaded completely by the browser
- but the flashplayer will be start playing the swf already before
- when the basic krpano.swf code was loaded (after the first ~100kb) krpano starts and can work normally
- now when krpano wants to load a file (xml, images, tiles, ...) it needs to wait until the swf file was loaded so far that the requested file was included in the loaded bytes
that means when you load a file that was embedded at the end of the swf, also all other files that were embedded before will be loaded, so when used wrongly this can increase the download/start time a much,
typically the xml, the preview images, the buttons should be embedded first in the swf and the the pano tiles should follow,
making a tour as single swf is not a good idea because of that, when jumping from the first embedded pano to the last embedded pano, then all other embedded panos must be loaded before the last pano can start,
I hope I could clear that a bit, that "streaming loading" without dynamic access is a basic system limitation and can't be avoided (or better - can't be avoided without a special server application and a custom loading protocol),
best regards,
Klaus