Simple Custom Scrollbar with XML

Thank! Simple Custom Scrollbar - VERY GOOD tutorial!

But, i have problem with XML wiew in Movie Clip : contentMain

[COLOR=DarkRed]function display() {
this.createTextField(“textFromXML”+i, i+10, 0, 0, 306, 20);
with(this["[/COLOR][COLOR=DarkRed]textFromXML[/COLOR][COLOR=DarkRed]"+i]){
multiline = true;
textColor = “0x000000”;
autoSize = true;
wordWrap = true;
text = xmlText[0];
};
display();
}
[/COLOR]
I can´t see text.
Why i can´t see XML text in Movie Clip : contentMain?:frowning: