How to create a login form for my roku channel
Hi to all.
This is my first post and I wish to thank everyone for some help.
My problem is that we have an application which runs in other smart tv's, using html5, css3 and javascript.
Now, I need to implement it on Roku system.
For this, to start, I wish to know how I can implement a login form, as in the others tv's systems.
This login form has 2 fields (username and password) and one button to send the login data to our server and authenticate the user. It must call our webservice for this.
Is this kind of authentication method possible with Roku? How?
I ask this because I haven't found any information on how to do it as described.
I am totally new to Roku system and Brightscript.
Thanks very much for any help.
ssaguiar, you don't need any kind of special form. Just prompt the user for an email address and password. I just did something similar on the Radio Paradise channel. You have to offer the user the email address associated with the Roku account, but they can enter any email address.
Of course if this is about Direct Publisher then I have no idea how to do it.