"adamkaz1" wrote:
Your first mistake was trusting the Roku documentation :). A number of the examples have broken over time or never worked. The variable name should be "contentid" not "contented". I'm guessing some autocorrect was at play here.
Otherwise, I'm not sure what "c" is set to in your code snippet.
Thanks for the response. Oh, that c.createChild I meant node.createChild (Actually in my original code I wrote c = createObject("RoSGNode", "ContentNode")....) anyway, I changed them to node.createChild() still node working.
Thanks for point out the "contented" lol, its actually from their example. But the nodeChild.stream is still invalid after I changed the variable name to "contentid".