Embed Windows Media Movie
Below is the HTML code that you can copy and paste it to your web page. In the code you have to replace the "yourfolder/filename.wmv" with your actual path and file name. Contact learningtools@umd.edu if you have any questions to use the code above.
| <object width="320" height="320" type="application/x-oleobject" standby="Loading Windows Media Player components..." classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer"> <param value="http://streaming.umd.edu/academic/li/myvideos/test-wmv.wmv" name="FileName" /> <param value="true" name="ShowControls" /> <param value="false" name="ShowStatusBar" /> <param value="false" name="ShowDisplay" /> <param value="false" name="autostart" /> <embed width="320" height="320" autostart="0" showdisplay="0" showstatusbar="0" showcontrols="1" name="MediaPlayer" src="http://streaming.umd.edu/academic/li/myvideos/test-wmv.wmv" type="application/x-mplayer2"></embed> </object> |