Hi,
Is there some way to wait until the image loads completely after the plugin's "url" parameter is changed, so that I can make it visible only then?
there is the "onloaded" Event, it will be called when the image was loaded completely,
normaly the image shouldn't be visible before completely loaded and positioned...
I noticed that the "mem imagefiles" and "mem imagedata" went down to "0" whenever the url was changed.
the "imagefiles" and "imagedata" values are counting only the pano (tiles) memory usage,
So, I have a couple of questions. Are Flex and Flash platforms to develop swf applications? Is AS a language used in both Flex and Flash? Is there some tutorial on developing a plugin for KrPano, or some example source code?
AS3 (Actionscript 3) is the basic language for Flash,
Flex and Flash CS are just frameworks,
for developing flash apps just the free mxmlc compiler is necessary (it is included in the free Flex SDK),
here is a very great beginners tutorial for it:
http://www.senocular.com/flash/tutorials/as3withmxmlc/
and here the as3 language reference:
http://help.adobe.com/en_US/AS3LCR/Flash_10.0/
some plugin sources were included in the 1.0.7 download package,
get it here from the download archive:
http://krpano.com/download/archive/
best regards,
Klaus