mobiledevelopment
WAP , JDE , IPHONE , ANDROID , ALL things Mobile
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");
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)