XML help

ok, in the videoplayer demo, I am trying to replace in the categoryFeed.brs

conn.UrlPrefix = “http://rokudev.roku.com/rokudev/examples/videoplayer/xml

with

conn.UrlPrefix = “../xml”

to access the files in the xml forlder, but this apprently is not working…
when I upload it with the “../xml” it freezes

Thanks

are you trying to load local XML? if so, then you need to replace any url transfers with readAsciiFile(“pkg:/xml/filename.xml”)

  • Joel

Thanks!

ok… i am showing my nubie status with xml.

i am running over the xml example in the videoplayer, and I am trying to determine which are essential elements to include in the xml code and which ones are “descriptors” and or not essential

10003
Talk
SD
mp4

SD
1500
http://www.phloide.com/videos/sine_computersettings.mp4

I read that if I don’t define stream format, it is automatically assumed to be mp4

I am also not sure what the SD and HD all determine.
what
Thanks