To build an Android webviewer app and set up the videos to automatically start playing without any user interaction, is for an android TV box meaning there is no touch screen and is kind of tedious to be clicking on the videos on each slide.
here is an example of the android code i have to implement to get this to autoplay on android os.
var vid=document.getElementById(\'video\'); vid.addEventListener(\"loadstart\", showVideo,false);function showVideo(e){ vid.play();}
Hi. to add video id\'s to slider videos I need to edit slider js file that I don\'t know it to well. Basically you have uncompressed slider js file in media folder, near the compressed one. If you look at it, you\'ll find \"<video or \"<iframe text, wich is slider video generating. You can add video id\'s there. I won\'t do this feature at the moment, sorry.
I notice html5 videos don't have an video id, and i was wondeting how can add the same video id to my html5 videos?
To build an Android webviewer app and set up the videos to automatically start playing without any user interaction, is for an android TV box meaning there is no touch screen and is kind of tedious to be clicking on the videos on each slide.
here is an example of the android code i have to implement to get this to autoplay on android os.
Hi. to add video id\'s to slider videos I need to edit slider js file that I don\'t know it to well. Basically you have uncompressed slider js file in media folder, near the compressed one. If you look at it, you\'ll find \"<video or \"<iframe text, wich is slider video generating. You can add video id\'s there. I won\'t do this feature at the moment, sorry.