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
Does anyone know how the video password would be entered.
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.