Joel,
Thank you for the reply. I am using the Roku SDK example with no alterations, thus I assume it must be built correctly. That said, here is the information being passed in. It is coming from an XML file hosted here
http://rokudev.roku.com/rokudev/example ... gories.xml<item sdImg="http://rokudev.roku.com/rokudev/examples/videoplayer/images/ElizabethGilbert.jpg" hdImg="http://rokudev.roku.com/rokudev/examples/videoplayer/images/ElizabethGilbert.jpg">
<title>Elizabeth Gilbert on nurturing creativity</title>
<contentId>10051</contentId>
<contentType>Talk</contentType>
<contentQuality>HD</contentQuality>
<streamFormat>mp4</streamFormat>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>2000</streamBitrate>
<streamUrl>http://video.ted.com/talks/podcast/ElizabethGilbert_2009_480.mp4</streamUrl>
</media>
<synopsis>Elizabeth Gilbert muses on the impossible things we expect from artists and geniuses -- and shares the radical idea that, instead of the rare person 'being' a genius, all of us 'have' a genius. It's a funny, personal and surprisingly moving talk.</synopsis>
<genres>Creativity</genres>
<runtime>1172</runtime>
</item>
I get the error on ALL videos provided in the example. FWIW, I am a programmer but I am new to BRS, although I am learning it quickly. When you say "print the associativeArray," you literally mean I need to add a print command to the function so that I can see what the array really looks like in console, correct? Can you tell me the syntax for that?
Ringo