вот пример, дальше додумай:

Код:
function loadXML(loaded) {
if (loaded) {
_root.table1 = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;
table1_txt.text = _root.table1;
} else {
content = "file not loaded!";
}
}
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("table.xml");
table1_txt - твоя ячейка