Android Question Vimeo

billmoultrie

Member
Licensed User
Longtime User
I am using Analizer3816 html5_player to run vimeo videos and it works fine but I want to also run videos with passwords.

The code for play video is
B4X:
    WebView1.LoadUrl($"javascript:instances[0].source({
    sources: [{src:'"$ & vid & $"', Type:'vimeo'}]
    });"$)

Does anyone know how the video password would be entered.
 
Top