I'm trying to modify Roku's TaskExample project by using the XML file in the project's source folder instead of loading it off a server. The following modifications doesn't seem to load the XML correctly:
m.readXMLContentTask.contenturi = "pkg:/source/xmlcontent.xml"
Does anyone know how to correct this so that the XML will load?
Thanks!