1
var lv = new LoadVars();
var r = new LoadVars();
lv.action = "update";
r.onLoad = function(success)
{
//do further logic here
}
lv.sendAndLoad("http://example.net/service.php", r, "POST");
Wie geht das oben in Flex 3?Was ist das Äquivalent für LoadVars in flex3?
UPDATE
Wie es mit URLLoader
zu tun ??
Bevorzugen Sie es in mxml? – chchrist
Wie geht es mit URLLoader? – fms