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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to