Valid XHTML <object> Tags for Quicktime Video - Web Team Procedures and Notes
This page is intended for use only by the Web Team.
NOTE: Subject to change.
Go to Index of Valid XHTML <object> Tags.
Embedding a Quicktime Movie (.mov) using Valid XHTML
NOTE: Tested and validates. DOWNLOADS ENTIRE MOVIE BEFORE play can begin. Best used ONLY for SMALL file sizes. Better still, use Ohlone's YouTube account.
<div class="embeddedmedia video center" style="width:320px;">
<span class="source"><a href="PATHFILENAME.mov">View TITLE video by Ohlone College
in external video application.</a></span><br />
<span class="smalltext">(Video is not captioned; no transcript.)</span>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="320" height="255">
<param name="src" value="PATHFILENAME.mov" />
<param name="controller" value="true" />
<param name="autoplay" value="false" />
<!--[if gte IE 7]> <!-->
<object type="video/quicktime" data="PATHFILENAME.mov" width="320" height="255">
<param name="controller" value="true" />
<param name="autoplay" value="false" />
</object>
<!--<![endif]-->
</object>
</div>
- Replace PATHFILENAME.mov with desired path and filename for *.mov file
- http://joliclic.free.fr/html/object-tag/en/object-video.xhtml#mov
