thanks gauravb! This hacky version worked for me on chrome (i am also using jquery):"handlers" : { "initComplete":function() { console.log("init complete"); $("#my-video_videoPlayer video").prop('muted', true); $("#my-video_videoPlayer video")[0].play(); } ...