Beyond
3 years agoReel Rookie
Pass URL as a parameter to Video node
Hello,
I am able to pass URL as a parameter to roVideoScreen following this blog post:
https://blog.roku.com/developer/2011/10/06/using-launch-parameters
Unfortunately roVideoScreen is deprecated and my channel will be rejected during certification if I use it.
Now I am trying to pass URL as a parameter to Video node using this example:
https://github.com/rokudev/samples/tree/master/media/VideoExample
I tried to use m.global to access Video node from Main function but it was unsuccessful.
Any help how to achieve this will be highly appreciated.
Thanks!