I’m trying to create an xml text rotator. I’m getting there and I got some help from a nice fella on a different forum.
I’m getting a trace of 0 every timer event. Can someone help me please. I’m trying to get the xml to continuously loop over and over again.
http://pastie.org/4449918Thanks
Timothy
You going too far, first trace your XML list outside your for each loop, see if you can find your XML list with your …
.
Usually ill help more but the fact you ask help regarding flash on a different forum in some places this consider as treason
.
Usually ill help more but the fact you ask help regarding flash on a different forum in some places this consider as treason.
haha Lame!
Thanks man,
I’ll try that. Appreciate it.
Just look/trace your index length inside the else/if statement to find the issue 
I removed the index = 0; and added index++; and its working, but its now throwing an error at the end of last xml. FML .
TypeError: Error #2007: Parameter text must be non-null.
I will get this!
Got it! Well… I notice that the one fella that was helping me replied. Didn’t know.
I fixed it by adding just below the loop in the processXML method:len = quotesArray.length;
Thanks tsafi for your time.
^Dammm ,i really wanted you to suffer on this 
hahaha well if it helps… I was kinda pulling out my hair.
