Web Team Procedures and Notes
This page is intended for use only by the Web Team.
Valid XHTML <object> Tags for Videos and more
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;">
<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" />
alt : <a href="PATHFILENAME.mov">PATHFILENAME.mov</a>
</object>
<!--<![endif]-->
<!--[if lt IE 7]>
alt : <a href="PATHFILENAME.mov">PATHFILENAME.mov</a>
<![endif]-->
</object> <br />
<span class="smalltext">(Video is not captioned; no transcript.)</span>
</div>
- Replace PATHFILENAME.mov with desired path and filename for *.mov file
- http://joliclic.free.fr/html/object-tag/en/object-video.xhtml#mov
