[Flashcoders] Kill a PendingCall

2006-02-15 Thread Christian Giordano
If we don't need anymore the result of a PendingCall and so we need to make a different one, is it possible, to optimize the bandwidth, to kill the first one? It would be very handy with big data and also to avoid interferences with the new one. Thanks, chr --

Re: [Flashcoders] Kill a PendingCall

2006-02-15 Thread JesterXL
: Wednesday, February 15, 2006 4:20 PM Subject: [Flashcoders] Kill a PendingCall If we don't need anymore the result of a PendingCall and so we need to make a different one, is it possible, to optimize the bandwidth, to kill the first one? It would be very handy with big data and also to avoid