Hi everyone,
For compliance reasons, we can not host our videos on a public site like Youtube or Vimeo. How can I still integrate a video on my Marketo landing page? Right now we are hosting the video on our website and integrate it on our landing page but it seems like this does not support media player functionalities such as pause, stop or continue the video.
Thank you for your help.
Stefan
Solved! Go to Solution.
You can use a video player such as JW Player — which is in essence a customizable HTML5 <video> element.
Note if you're pointing to a static .MP4 file, like from your website, you will never actually be "streaming" but rather "progressive downloading" — not the optimal experience for users, but will definitely suffice to play the video.
You can use a video player such as JW Player — which is in essence a customizable HTML5 <video> element.
Note if you're pointing to a static .MP4 file, like from your website, you will never actually be "streaming" but rather "progressive downloading" — not the optimal experience for users, but will definitely suffice to play the video.