scusa ancora, ma io e l'AS3 proprio non andiamo d'accordo...
è cosi?
var ukURL:URLRequest = new URLRequest("http://***.***.it/index.php?cPath=804");
navigateToURL(ukURL,window: "_self");
oppure cosi?
var ukURL:URLRequest = new URLRequest("http://***.***.it/index.php?cPath=804", "_self");
navigateToURL(ukURL);
o ancora?
var ukURL:URLRequest = new URLRequest("http://***.***.it/index.php?cPath=804");
navigateToURL(ukURL, _self);
presumo nessuno dei 3 dal momento che non funzionano....