| Ynt: slmm Yanlış anlamışsınız bence.
function verzenden(){teverzendenGegevens=new LoadVars();teverzendenGegevens.naam=_root.naam;teverzendenGegeve ns.klas=_root.klas;teverzendenGegevens.uitslag=uitslag;teverzend enGegevens.stand=stand;var resultVars:LoadVars = new LoadVars();teverzendenGegevens.sendAndLoad("uitslag.php",resultV ars,"POST");resultVars.onLoad = function(success:Boolean) { if (success) { trace(resultVars.response); // your data was sent properly } else { // there was an error communicating with your server or you have //not added an echo indicating a successful communication //between your application and the server } }; }; verzenden();
Sadece bu kodu arıyordum.İlginiz için çokkk teşekkür |