html(jsp)中播放视频
<OBJECT id="myPlayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,0,53" type="application/x-oleobject" width="600" height="500" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" >
	<PARAM NAME="Filename" VALUE="http:视频的链接地址">
	<PARAM NAME="ShowControls" VALUE="1"> <!-- 控制栏 -->
	<PARAM NAME="ShowStatusBar" VALUE="1">   <!-- 状态栏 -->
</OBJECT> 

 

你可能感兴趣的:(object)