import mx.utils.Delegate;
var sendObj:LoadVars = new LoadVars();
sendObj.variable = "value";
sendObj.sendAndLoad("server_side.extension", sendObj, "POST");
sendObj.onData = Delegate.create(this, onReceiveData);
function onReceiveData (string:String):Void {
//do something
}On 4/30/07, Helmut Granda <[EMAIL PROTECTED]> wrote:
bounce... On 4/27/07, Helmut Granda <[EMAIL PROTECTED]> wrote: > > How long does the server waits before it returns an error message? > > Say I sent 40 variables to the server and the server receives the > variables but doesn't process them correctly so it just hangs there, does > flash has a time limit to wait for a response before spitting out an error > message? > > TIA > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
-- -- Leandro Amano Digital Bug Chief Creative Officer Adobe Certified Expert Adobe Certified Instructor Adobe User Group Leader _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

