potresti fare una cosa cosi

il tuo file txt
codice:
&numerototale=3&link0=http//:http://www.html.it&link1=http://www....www.vigilio.it
poi in flash

codice:
btn.onRelease = function(){
    var dati:LoadVars = new LoadVars();
    dati.onLoad = function(success) {
		if (success){
    	    	// ciclo i dati un numero di volte tante quanti saranno i risultati
        		for (var i:Number = 0; i<this.numerototale; i++) {
					link = this["link"+i];
					trace (link)
        		}
				r=random(i) 
				getURL(this["link"+r], _blank);
			}
    	};
    dati.load("file.txt");
}
mi sembra dovrebbe essere a posto