"rsromeo" wrote:
how do you create an array of associated arrays? I'm guessing thats what I need to pass into the for-next loop. I tried this with an roList and it didn't work. It only played first video and then jumped out of channel when done.
Were there any other screens open under your roVideoScreen at the time? A Roku channel will exit when the bottom screen is closed, so you will need some other screen open before entering your loop to keep that from happening. A blank roImageCanvas or an empty roParagraphScreen will do the job.