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 classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A id=ActiveMovie1 width=239 height=250>
<param name=Appearance value=0>
<param name=AutoStart value=-1>
<param name=AllowChangeDisplayMode value=-1>
<param name=AllowHideDisplay value=0>
<param name=AllowHideControls value=-1>
<param name=AutoRewind value=-1>
<param name=Balance value=0>
<param name=CurrentPosition value=0>
<param name=DisplayBackColor value=0>
<param name=DisplayForeColor value=16777215>
<param name=DisplayMode value=0>
<param name=Enabled value=-1>
<param name=EnableContextMenu value=-1>
<param name=EnablePositionControls value=-1>
<param name=EnableSelectionControls value=0>
<param name=EnableTracker value=-1>
<param name=Filename value=Video address valuetype=ref>
<param name=FullScreenMode value=0>
<param name=MovieWindowSize value=0>
<param name=PlayCount value=1>
<param name=Rate value=1>
<param name=SelectionStart value=-1>
<param name=SelectionEnd value=-1>
<param name=ShowControls value=-1>
<param name=ShowDisplay value=-1>
<param name=ShowPositionControls value=0>
<param name=ShowTracker value=-1>
<param name=Volume value=-480>
</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.
In fact, we recommend not to use mpg format videos. The files are relatively large. It is recommended to make them into FLV format, which is small in size and the file playback is also fast.