redd 發表於 2017-11-11 16:55:10

HTML5 : Videos

<video src="myVideo.mp4" width="320" height="240" controls>
    Video not supported
</video>The controls attribute instructs the browser to include basic video controls: pause, play and skip. The text, Video not supported, between the opening and closing video tags will only be displayed if the browser is unable to load the video.
頁: [1]
查看完整版本: HTML5 : Videos