var loader:LoadVars = new LoadVars(); loader.load("http://10.10.0.32/ping.php"); loader.onLoad = function():Void { trace(this.message); };