Hello Roku Community!
I am new to BrightScript with a little knowledge in HTML, however I'm trying to create my own simple Roku Channel for educational purposes, with some text and a submit button to open the Official YouTube Roku Channel so that it immediately goes to my YouTube playlist of my own videos after opening my Roku Channel.
Basically a redirect to my YouTube playlist using a self created Roku Channel and the official YouTube Roku Channel.
So that when someone opens my channel it redirects and goes to the official YouTube Roku Channel and then goes directly to my YouTube playlist.
All that I know how to program in BrightScript is ....
sub Main()
end sub
but what code would I need to put within the "sub Main() and end sub" code above? (in the Main.brs file)
I've searched and searched and could not really find the answers so I decided to ask here on the developer forum.
I would much appreciate if I could get help on this by someone.
PS. Also from research I discovered on Roku's developer guide a post on Deep Linking, but it was talking about ads, and I don't want to make an ad, just basically a redirect to open the Official YouTube Roku Channel and go to my YouTube playlist via some sort of link.
Thanks again people!