Re: [flexcoders] Slow connection to a server

2010-09-02 Thread Jake Churchill
Try using Swiz.  There is a delegate helper class that allows you to timeout
the async request for a certain amount of time.

As long as you are sequencing your events correctly and taking advantage of
binding, you shouldn't have to worry about slow connections.  If someone is
on a slow connection, you'll want to worry most about your swf size

-Jake

Sent from my Droid

On Sep 2, 2010 10:28 AM, Christophe christophe_jacque...@yahoo.fr wrote:



Hello,

How to have a slow speed connection with localhost, to simulate the real
slow speed connection to a server ?

Thank you,
Christophe

 


RE: [flexcoders] Slow connection to a server

2010-09-02 Thread Gregor Kiddie
Proxies can slow down connections. I know service capture can do it, and
I'd be very surprised if Charles couldn't.

 

Gk.