![]() |
|
||||||||||
|
|||||
|
Регистрация: Jan 2008
Адрес: flex.org
Сообщений: 211
|
вот пример, дальше додумай:
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");
Последний раз редактировалось zanull; 21.09.2008 в 22:21. |
![]() |
Часовой пояс GMT +4, время: 00:19. |
|
|
« Предыдущая тема | Следующая тема » |
|
|