Can you explain that code a little to me?

You could try using loadVars and return a status in xml rather than 
loadVariablesNum...

var myVars:LoadVars = new LoadVars;
var xml_results:XML = new XML();
xml_results.ignoreWhite = true;
xml_results.onLoad = function(success:Boolean){
if (success){

} else {

}
}
myVars.sendAndLoad("yourfile.asp", xml_results, "POST"); 



Sincerely,
Loren

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to