codice:
bottone.onRelease = carica();

function carica()
{
	dati_xml = new XML();
	dati_xml.onLoad = function (success) { ....};
	dati_xml.load(dati.xml);
}
cmq per approfondire la classe xml quarda qui:
http://flash-mx.html.it/guide/view_l...guida=9&id=206