geoffreymorelle
01-31-2008, 03:47 PM
Hello,
can it's possible to listen events about loading panorama in AS3 embed pano ?
i want activate a function with a code like this :
panorama.addEventListener(PanoEvent.LOADED, myFunction);
can its ' possible ?
another idea it's to use this code :
var bl:int = pano.bytesLoaded;
var bt:int = pano.bytesTotal;
var pl:int = pano.percentLoaded;
and this var : pano.parsed
present in the GlassMeter.fla, but what is the link between the pano Object var, and the Real Object inside FPP ?
thanks for your help
can it's possible to listen events about loading panorama in AS3 embed pano ?
i want activate a function with a code like this :
panorama.addEventListener(PanoEvent.LOADED, myFunction);
can its ' possible ?
another idea it's to use this code :
var bl:int = pano.bytesLoaded;
var bt:int = pano.bytesTotal;
var pl:int = pano.percentLoaded;
and this var : pano.parsed
present in the GlassMeter.fla, but what is the link between the pano Object var, and the Real Object inside FPP ?
thanks for your help