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 partially restrict html. The code copy is as follows:
<object id=video width=400 height=200 border=0 classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA>
<param name=ShowDisplay value=0>
<param name=ShowControls value=1>
<param name=AutoStart value=1>
<param name=AutoRewind value=0>
<param name=PlayCount value=0>
<param name=Appearance value=0 value=>
<param name=BorderStyle value=0 value=>
<param name=MovieWindowHeight value=240>
<param name=MovieWindowWidth value=320>
<param name=FileName value=Video address.avi>
<embed width=400 height=200 border=0 showdisplay=0 showcontrols=1 autostart=1 autorewind=0 playcount=0 movieindowheight=240 movieindowwidth=320 filename=video address.avi src=video address.avi>
</embed>
</object>
I don't need to say what the code means? Windth is wide, height is high, and the video address is changed to your own video address.