Open the HTML page in the Web editor of your option. Copy the following block of code and paste it into the document:
Code:
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://www.example.com/movie.wmv">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="http://www.example.com/movie.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>
Restore the example URL with the URL for the WMV file that you desire to implant. You will require to insert it double once after "PARAM NAME="FileName" VALUE=" and then after "EMBED TYPE="application/x-mplayer2" SRC=."
Save your file and upload modifies to your server, if essential.
Bookmarks