xml + flash + target_self

Out of context: Reply #5

  • Started
  • Last post
  • 12 Responses
  • 67nj0

    ok, i'm not a programmer but i think i found where that line is (sort of):
    for (i=0; i<myXML.childNodes.length; i++) { // reading all xml nodes
    news[i]=new Array();
    news[i][0]=myXML.childNodes[i].a... // text title
    news[i][1]=myXML.childNodes[i].c... // image path
    news[i][2]=myXML.childNodes[i].c... // link
    news[i][3]=myXML.childNodes[i].c... // link target
    news[i][4]=myXML.childNodes[i].c... // content text
    }

View thread