Monday, October 19, 2009

Send HTTP post in actionscript

var sendInfo:LoadVars = new LoadVars();



//Load up all the variables you want to POST
sendInfo.username = "";
sendInfo.password = "!";


sendInfo.sendAndLoad("http://urlhere",sendInfo,"GET");