Very basic: stopping embedded video from starting to play on page load

Hi, I am trying to embed a Kaltura video in a site by embedding the code line provided. Can I change the line to prevent the video from playing when the page is loaded? Thanks, Neta

(I am referring to standard browsers, eg chrome)

This post was flagged by the community and is temporarily hidden.

hey have you got the solution for this issue

Hello,

@carise provided the right solution in the last post to this thread, i.e:
You can use the flashvars property “autoPlay: false” to prevent the video from playing immediately.

flashvars: { autoPlay: false }

In addition, you can set that attribute in the KMC->Studio for a given player globally.