embedd video in landing page | Community
Skip to main content
Level 2
September 18, 2020
Solved

embedd video in landing page

  • September 18, 2020
  • 1 reply
  • 2552 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 18, 2020

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.