
Код:
<?xml version="1.0" encoding="utf-8" ?>
<cfg>
<copyright><![CDATA[Все вопросы на ICQ: <b>897920</b> или на Email: infmag@yandex.ru]]></copyright>
</cfg>
и

Код:
createTextField("cpy", 0, 12, 420, 380, 20);
cpy.html = true;
cpy.wordWrap = true;
cpy.multiline = true;
var copys:XML = new XML();
copys.ignoreWhite = true;
copys.onLoad = function(success)
{
cpy.htmlText = copys.firstChild.firstChild.firstChild.nodeValue;
};
copys.load("index.xml");
Авось...