B billmoultrie Member Licensed User Longtime User Oct 16, 2017 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Oct 16, 2017 #2 It is based on this JS player: https://github.com/sampotts/plyr I don't think that it supports password protected videos. Upvote 0
It is based on this JS player: https://github.com/sampotts/plyr I don't think that it supports password protected videos.