HTML5 video in Couch Surfer Pro - starting playback without clicking

Hi,

I’ve been trying to make HTML5 videos play in Couch Surfer Pro without forcing the user to first click the video, but with no luck. It works just fine on a regular browser, and even with using Safari on an iPad, but CSP simply refuses to do anything before the user interacts with the video. 

Making the browser auto-play videos (in full screen) by only using javascript is a requirement for my purposes, and so far it’s the only thing that’s lacking. Is there any way to make this work?

Regards,
Marko

To be more specific, I have been able to start video playback by opening an mp4 file directly in an iframe, which opens it in full screen (which is what I want), but I’m not sure if I can detect when the playback has completed or if I could control the playback in any way other than by replacing the source of the iframe with something else. 

Then another thing: is it possible to get rid of the controls bar that briefly flashes in the beginning of video playback? It kind of ruins the effect. 

Regards,
Marko