In a web page (all web pages are composed of html, so the following code can be used for any web page. Except for web pages that restrict html , the code is copied as follows:
<object width=200 height=180 classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 standby=Loading Microsoft Windows Media Player components... type=application/x-oleobject hspace=5>
<param name=AutoRewind value=1>
<param name=FileName value=Video address>
<param name=ShowControls value=1>
<param name=ShowPositionControls value=0>
<param name=ShowAudioControls value=1>
<param name=ShowTracker value=0>
<param name=ShowDisplay value=0>
<param name=ShowStatusBar value=0>
<param name=ShowGotoBar value=0>
<param name=ShowCaptioning value=0>
<param name=AutoStart value=1>
<param name=Volume value=5000>
<param name=AnimationAtStart value=0>
<param name=TransparentAtStart value=0>
<param name=AllowChangeDisplaySize value=0>
<param name=AllowScan value=0>
<param name=EnableContextMenu value=0>
<param name=ClickToPlay value=0>
</object>
I don't need to say what the code means? Windth is wide and height is high. Change the video address to your own video address, such as: X.wmv.