This might be what you are looking for, Unless i misunderstand your question.
Just change the file names in both locations and the dimentions. Then start tweeking the options.
Code:
<object width="640" height="480"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="mediaplayer1">
<param name="Filename" value="file_name.wmv">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed width="640" height="480" src="file_name.wmv" filename="fuke_name.wmv" autostart="True" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True">
</embed>
</object>