Jump to content

Video HTML5


AntonioCuomo

Recommended Posts

j have created a uniform with Tunihtmlframe and in the HTLM j write:

<!DOCTYPE HTML>

<html>
  <head>
    <title></title>
  </head>
 <video controls=" " controlsList="nodownload" preload="auto" src="d:\___testpaola\small.mp4" width="800"></video>
  <body>
    <p></p>

  </body>
</html>

 

when run application video not visible. is visible only template of video.

if j open the file html in edge o chrome run

Link to comment
Share on other sites

        <video autoplay muted loop id="myVideo"  >

          <source src="files/video/my.mp4" type="video/mp4" />
    
        </video>

this works in unihtmlframe and uniurlframe

Link to comment
Share on other sites

  • 2 years later...
On 5/4/2020 at 3:37 PM, JarekZ said:

        <video autoplay muted loop id="myVideo"  >

          <source src="files/video/my.mp4" type="video/mp4" />
    
        </video>

this works in unihtmlframe and uniurlframe

Hello!

How make this with link from Yandex.Disk video?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...