Personal tools
You are here: Home Members scaher Embed QT movie using html
Navigation
 
Document Actions

Embed QT movie using html

by Sharon Caher last modified Oct 11, 2008 12:15 PM

Embed a Quicktime movie on your web page using the following source code.

1. Upload your movie and note the url

2. Substitute the url of your movie for the text in bold.

3.  If you would like your movie centered or at the right, replace  "left" in third line of the source code with either center or right.

4. Paste the following code you customized onto page. Make sure the hmtl button is clicked.

Copy & paste the following...


<!-- begin embedded QuickTime file... -->
<table border='0' cellpadding='0' align="left">
<!-- begin video window... -->
<tr><td>
<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://servername/path/to/media.file">
<param name='autoplay' value="true">
<param name='controller' value="true">
<param name='loop' value="true">
<EMBED src="http://servername/path/to/media.file" width="320" height="255" autoplay="true"
controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded QuickTime file -->
</table>

Embedded Media HTML Generator:

http://cit.ucsf.edu/embedmedia/step1.php


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: