"joetesta" wrote:
item[xmlItem.getName()] = xmlItem.getText() <---- on this line 'item' is an roArray
There's nothing wrong with that assignment. If xmlItem.getName() returns a String, then item is being used (correctly) as an associative array.
It could be anything. My guess is that this is the problem:
item.PlayContentWithFullRAFIntegration().url
Blackhawk. If you're serious about getting other people to do your debugging for you, then the least you could do is cut and paste the debugger output -- the WHOLE debugger output, not just a single line from it, and include the debugger listing that shows the LINE NUMBERS of your code.