Adding WMV file to an HTML page?
Any suggestions are welcomed
Please reply me soon as possible.
What will be required to do this?
If you are having suggestions then reply me.
Thanks in advance
Adding WMV file to an HTML page?
Any suggestions are welcomed
Please reply me soon as possible.
What will be required to do this?
If you are having suggestions then reply me.
Thanks in advance
Open the HTML page in the Web editor of your option. Duplicate the following block of code and paste it keen on the document:
<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 put in it twice once after "PARAM NAME="FileName" VALUE=" and then after "EMBED TYPE="application/x-mplayer2" SRC=."
Save file and upload the modify to your server, if essential.
Bookmarks