H希望使用DailyMotion,Youtube和Vimeo WebSites顯示視頻。我如何在我的HTML代碼中執行此操作?HTML視頻顯示
我想用這樣的:
<video width="320" height="240" controls="controls">
<source src="movie.mp4" type="video/mp4" />
<source src="movie.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>
http://www.onextrapixel.com/2012/02/29/top-10-ways-to-embed-video-into-a-web-page/ – Yasser