Code to add video in HTML page

<video width="320" height="240" controls>  <source src="movie.mp4" type="video/mp4">  <source src="movie.ogg" type="video/ogg">  <source src="movie.webm" type="video/webm">  <object data="movie.mp4" width="320" height="240">    <embed src="movie.swf" width="320" height="240">  </object> </video>

Just change the name (Baidu received it.. I don't know who it is, so there is no reprint link, sorry)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325979558&siteId=291194637