var script:LoadVars = new LoadVars(); var stat:String; script.load("proba.php"); script.onLoad = function (ok:Boolean) { if (ok) { trace(script.perem); } } stop();