<videosrc="video/video.mp4"width="700"height="400"controls autoplay>//优先使用Video播放
<paramname="movie"value="Flvplayer.swf"/>//播放器地址
|
<paramname="quality"value="high"/>
|
<paramname="allowFullScreen"value="true"/>
|
<paramname="FlashVars"value="vcastr_file=video/video.mp4&LogoText=test"/>//IE浏览器
|
<embedsrc="Flvplayer.swf"allowfullscreen="true"flashvars="vcastr_file=video/video.mp4&LogoText=test"quality="high"pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash"width="700" height="400"></embed>//高级浏览器
|