How to insert a video (simple and practical) into a webpage
Many people will ask how to insert a video on a webpage. There is a new tag in HTML5-The video tag, but the compatibility is not that good.
The following code can be used directly. Note the following paths.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="512" height="384"><param name="movie" value="http://xwzx.dzu.edu.cn/news/xuanchuan/fl.swf" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="vcastr_file=http://xwzx.dzu.edu.cn/news/xuanchuan/zwx.flv&LogoText=Dezhou University&BufferTime=3" /><embed src="http://xwzx.dzu.edu.cn/news/xuanchuan/fl.swf" allowfullscreen="true" autostart="true" FlashVars="vcastr_file=http://xwzx.dzu.edu.cn/news/xuanchuan/zwx.flv&LogoText=Dezhou University&IsAutoPlay=1&BufferTime=3" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="512" height="384"></embed></object>
Note the following parameters.
The path in the http://xwzx.dzu.edu.cn/news/xuanchuan/fl.swf is a file path.
Http://xwzx.dzu.edu.cn/news/xuanchuan/zwx.flv&LogoText=Dezhou University & BufferTime = 3; this path is a custom path, be sure to use absolute path. The value behind LogoText is the text to be displayed on the page.
Note the video format: flv swf