codice:
System.useCodepage = true;
dati = new LoadVars();
dati.path = this;
dati.onLoad = function(success)
{
	if (success) {
		for (var prop in this) {
			this.path[prop+"_txt"].text = this[prop];
		}
		if (this.colore == "si") {
			_root.gotoAndStop("colour");
		}
	}
};
ASSetPropFlags(dati, ["onLoad", "path"], 7);
dati.load("swf/prodotti/stampanti/testi/stampanti01.txt");