Autoplaying a video.
Hello,
I want to embed a video using the scene7 video player in my webpage, which starts automatically when the page is loaded. For doing this I have set the flag "autoplay" to "1" like:
var s7_videoview = new s7viewers.VideoViewer({
"containerId" : "s7_videoview_small",
"params" : {
"asset" : "XXX/180726_XXX_HW18_Making-of_Start_short",
"serverurl" : "https://XXX.scene7.com/is/image/",
"contenturl": "https://XXXscene7.com/skins/",
"config": "Scene7SharedAssets/Universal_HTML5_Video",
"emailurl": "https://coeur.scene7.com/s7/emailFriend",
"videoserverurl": "https://coeur.scene7.com/is/content/",
"autoplay": "1",
"ssl": "on",
"playback": "progessive",
"loop": "1"}}).init();
But when I open the page, the video doesn`t start automatically. But when I open the chrome console, to investigate this problem, the video starts automatically.
So can you give me a hint how to make autoplay working ?
Thanks a lot
Andi