var l:LoadVars = new LoadVars(); l.onData = function(str:String){ trace(str); } l.sendAndLoad("engine2.php", ld, "POST");