My Slider Gallery [f8]as2

Hi

I am adding xml to a slide gallery I have made/learn/begged/stolen…

http://hermes.hud.ac.uk/c0568903/file2again2.swf

(Given sliders should really not have too much in them its not super dynamic. :to: )

I need insight for preloaders when it comes to xml.

Would I have to do something like this?


if (i<count){
curNode = this.firstChild.childNodes*;
 pics* = curNode.firstChild.firstChild.nodeValue;
 link* =   curNode.childNodes[1].firstChild.toString();
if (file i = loaded){
   i++
}
}

thanks