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