Okay
  Public Ticket #2539451
Insert a mp4 video link
Closed

Comments

  • Phong started the conversation

    Hi, 
    How to insert a mp4 video link from other site into Slider ?
    Not Youtube or Vimeo link.
    Exp: http://clips.vorwaerts-gmbh.de/VfE_html5.mp4

    Thanks
    Phong

  •  110
    George replied

    Hello Phong,

    1. Add new video / audio layer
    2. close the window (without selecting anything)
    3. Paste the following code into the textarea with the "paste embed code here" text:

    <video width="640" height="360" preload="metadata" controls="">
        <source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
    </video>
    

    Best Regards,
    George | Kreatura Dev Team