Forum Discussion

dalank's avatar
dalank
Visitor
12 years ago

46 views and no answer ??!!!

Hello ! This is my first Topic i wish i can get fast answer .. in my videoplayer example i added movies in categories i wish to know how can i add a password to access a private category it may contain adult stuff ! no billing system required only password protect category or movie.

thank you

1 Reply

  • There are many ways to do it. One way would be to trigger an roKeyboardEntryScreen or roPinEntryDialog screen when the user clicks on the category in question, for example:

    ...
    else if m.categories.kids[msg.getindex()].ShortDescriptionLine1="Adult Movies" then
    runMyPasswordScreenFunction()
    else if...


    - Joel