Thanks for the reply... a couple of follow up questions.
1. After I put in both "trace" lines, do I then need to put it into
2. Then to display those two attributes would i then need to enter more lines toCode:for (i = 0; i < total; i++) { caption[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue; type[i] = xmlNode.childNodes[i].childNodes[1].firstChild.nodeValue; time[i] = xmlNode.childNodes[i].childNodes[2].firstChild.nodeValue;
and the put news.MC.newsType.text = type[pos];Code:function display(pos) { newsMC.newsText._alpha = 100; newsMC.newsText.text = caption[pos]; newsMC.newsText.setTextFormat(out); newsMC.newsURL = url[pos]
Thanks for the help... I really appreciate it.




Reply With Quote
