Embed MP4 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.mp4" with your actual path and file name. Contact learningtools@umd.edu if you have any questions to use the code above.
| <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="340" height="320"> <param name="src" value="http://streaming.umd.edu/academic/li/myvideos/test-mp4.mp4" /> <param name="autoplay" value="false" /> <embed src="http://streaming.umd.edu/academic/li/myvideos/test-mp4.mp4" type="image/x-macpaint" pluginspage="http://www.apple.com/quicktime/download" width="340" height="320" autoplay="false"></embed> </object> |