well, solved... though it remains a mystery that bugs me.
function progressListener (e:ProgressEvent):void
{
trace("Downloaded " + e.bytesLoaded + " out of " +
e.bytesTotal + " bytes");
if ( e.bytesLoaded == e.bytesTotal)
{
loaderCompleteHandler2(null);
}
}
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

