codice:
f = new LoadVars();
f.load("nome.txt");
f.onLoad = function() {
	_root.div = Number(f.nDiv);
	trace(_root.div/2)
};
Che ti esce?