have you tested locally only, or also online (or using localhost)?

On Wed, Sep 16, 2009 at 6:14 PM, Isaac Alves <isaacal...@gmail.com> wrote:

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

Reply via email to