求解代码

来源:百度知道 编辑:UC知道 时间:2024/05/16 14:39:07
请详细帮我讲解下面的代码意思.谢谢!

<OBJECT align=middle class=OBJECT classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 height=70 id=MediaPlayer width=500>
<PARAM NAME="AudioStream" VALUE="-1">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="AutoStart" VALUE="-1">
<PARAM NAME="AnimationAtStart" VALUE="-1">
<PARAM NAME="AllowScan" VALUE="-1">
<PARAM NAME="AllowChangeDisplaySize" VALUE="-1">
<PARAM NAME="AutoRewind" VALUE="0">
<PARAM NAME="Balance" VALUE="0">
<PARAM NAME="BaseURL" VALUE="">
<PARAM NAME="BufferingTime" VALUE="5">
<PARAM NAME="CaptioningID" VALUE="">
<PARAM NAME="ClickToPlay" VALUE="-1">
<PARAM NAME=

AutoStart
自动开始

播放视频的网页代码

document.write(
'<OBJECT align=middle class=OBJECT classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 height=70 id=MediaPlayer width=500> ' +
'<PARAM NAME="AudioStream" VALUE="-1"> ' +
'<PARAM NAME="AutoSize" VALUE="0"> ' +
'<PARAM NAME="AutoStart" VALUE="-1"> ' +
'<PARAM NAME="AnimationAtStart" VALUE="-1"> ' +
'<PARAM NAME="AllowScan" VALUE="-1"> ' +
'<PARAM NAME="AllowChangeDisplaySize" VALUE="-1"> ' +
'<PARAM NAME="AutoRewind" VALUE="0"> ' +
'<PARAM NAME="Balance" VALUE="0"> ' +
'<PARAM NAME="BaseURL" VALUE=""> ' +
'<PARAM NAME="BufferingTime"