Answered
parsing a partial XML list
Ok, so I have a news section on a site that looks to an XML
file to load the news. And there are about 20 news headlines in
there, and the scrollbar is getting way too tiny. So, what I would
like to do is have it display 10 of the headlines and then stop,
but I will have a button to open an archive window so you can see
all of the headlines. I know I can make 2 sections of the xml, one
for the current 10 and one for the archive, but I would like to
have it just pull from the same xml section and have one of them
just parse 10 headlines and one parse all of them. Here's my
actionscript to call the xml file, I tried changed the var=0 to
var=10, but that displays everything under the 10th, and I'd rather
have it display everything b/w 1 and 10, thanks in advance.
