a me funziona tutto a dovere ... al limite prova a togliere l'http:// dal file txt e metterlo direttamente in flash cosi:

codice:
vPh01=new String("errore.html");
vPh02=new String("errore.html");
vPh0X=new String("errore.html");

A = new LoadVars(); 
A.onLoad = function(success)
{
	if (success)
	{
		vPh01 = "http://" + A.Ph01; 
		vPh02 = "http://" + A.Ph02;
		vPh0X = "http://" + A.Ph0X; 
	}
} 
A.load("indirizzi.txt");
mi funziona anche in questo modo
qui mancava la "v", ma forse è solo un errore di battitura
codice:
on (press)
{
	getURL(_root.vPh0X, "_blank");
}