Embed QuickTime 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.mov" with your actual path and file name. Also make sure your QuickTime has been hinted by using QuickTime Pro. Contact learningtools@umd.edu if you have any questions to use the code above.
| <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="276" codebase="http://www.apple.com/qtactivex/qtplugin.cab "> <param name="SRC" value="http://streaming.umd.edu/academic/li/myvideos/test-mov-h.mov" /> <param name="AUTOPLAY" value="false" /> <param name="CONTROLLER" value="true" /> <param name="TYPE" value="video/quicktime" /> <param name="TARGET" value="myself" /> <param name="SCALE" value="aspect" /> <embed src="http://streaming.umd.edu/academic/li/myvideos/test-mov-h.mov" scale="aspect" href="rtsp://streaming.umd.edu:10554/academic/li/myvideos/test-mov-h.mov" autoplay="false" target="myself" controller="true" width="320" height="276" loop="false" plugin="quicktimeplugin" type="video/quicktime" cache="true" pluginspage="http://www.apple.com/quicktime/download/"></embed> </object> |