Here we only mention the web page embedded player code of WMV (MediaPlayer9.0 and later). (Default 0 is No, -1 or 1 is Yes) Copy the code as follows:
<object id=mePlay classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,5,0803
standby=Loading Windows Media Player components... type=application/x-oleobject
width=640 height=550 style=border:1px solid #666666;>
<param NAME=AutoStart VALUE=-1>
<!--Is it automatically played-->
<param NAME=Balance VALUE=0>
<!--Adjust the balance between left and right channels, the same as the old player code above-->
<param name=enabled value=-1>
<!--Is the player artificially controlled-->
<param NAME=EnableContextMenu VALUE=-1>
<!-- Whether to enable the context menu-->
<param NAME=url VALUE=http://www.vevb.com/LLZ.wmv>
<!--played file address-->
<param NAME=PlayCount VALUE=1>
<!--Play times control, as integer-->
<param name=rate value=1>
<!--Play rate control, 1 is normal, decimals are allowed, 1.0-2.0-->
<param name=currentPosition value=0>
<!--Control settings: Current location-->
<param name=currentMarker value=0>
<!--Control Settings: Current Tag-->
<param name=defaultFrame value=>
<!--Show the default frame-->
<param name=invokeURLs value=0>
<!--Script command settings: Whether to call URL-->
<param name=baseURL value=>
<!--Script Command Settings: The URL to be called -->
<param name=stretchToFit value=0>
<!-- Whether to stretch in proportion-->
<param name=volume value=50>
<!--Default sound size is 0%-100%, 50%-->
<param name=mute value=0>
<!--Must or not->
<param name=uiMode value=mini>
<!--Player display mode: Full displays all; mini is the most simplified; None does not display playback control, only displays the video window; invisible does not display all-->
<param name=windowlessVideo value=0>
<!--If it is 0, full screen can be allowed, otherwise you can only view it in the window-->
<param name=fullScreen value=0>
<!--Is it automatic full screen to start playing?->
<param name=enableErrorDialogs value=-1>
<!--Whether to enable error prompt report-->
<param name=SAMIStyle value>
<!--SAMI style-->
<param name=SAMILang value>
<!--SAMI Language-->
<param name=SAMIFilename value>
<!--Subtitle ID-->
</object>