Hello,
Actually, I want to do something like this. The CBC XML feed is a lot like the one I want to work with. How could you do this. When I add the feed, I get nowhere. Debug tells me either the feed tag doesn't exist or I get a error. I'm using the videoplayer base code. How can such an XML feed be added without heavy modification.
Current Function:
118: Function getShowsForCategoryItem(category As Object, item As Integer) As Object
119:
120: if validateParam(category, "roAssociativeArray", "getCategoryList") = false return invalid
121:
122: conn = InitShowFeedConnection(category.kids[item])
123: showList = conn.LoadShowFeed(conn)
124: return showList
125:
126: End Function
/tmp/plugin/FGAAAAMHpMk9/pkg:/source/appPosterScreen.brs(123): runtime error f4: Member function not found in BrightScript Component or interface.