hey
simple question…
why does this not return anything, its as if it dosent even try to connect or never gets done loading
[AS]
var loadVar1:LoadVars = new LoadVars();
var recrvar:LoadVars = new LoadVars();
loadVar1.sendAndLoad('http://xew.mine.nu/imagesite/listFolderData.php?random=’+Math.round(Math.random()*99999999), recrvar, ‘POST’);
recrvar.onLoad = function() {
trace("Recieved info -> "+recrvar);
}
[/AS]
think ive done simethin glike that before and its worked just fine…
the script is on frame1 and frame2 has a gotoandplay(1)
thanks