Embed QuickTime Notes Plus
This post contains random notes for embedding QuickTime within web pages.
QuickTime Embed Attributes via CSS
<style>
<!--
embed, .embed {
pluginspage: http://www.apple.com/quicktime/download/;
controller: false;
autoplay: true;
bgcolor: #000;
loop: true;
}
//-->
</style>
(X)HTML Code for Embedding/Including QuickTime
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="224" width="400">
<param name="moviename" value="sample" />
<param name="targetcache" value="true" />
<param name="controller" value="false" />
<param name="kioskmode" value="true" />
<param name="src" value="sample.mov" />
<param name="autoplay" value="true" />
<param name="bgcolor" value="#000" />
<param name="scale" value="tofit" />
<param name="cache" value="false" />
<param name="loop" value="false" />
<embed src="sample.mov" controller="false" autoplay="false" cache="false" targetcache="true" kioskmode="true" loop="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" height="224" width="400" moviename="sample" bgcolor="#000" scale="tofit"></embed>
</object>
Other Notes..
There are also several attributes providing "href" functionality:
href="http://domain.com/new-movie.mov" target="myself|quicktimeplayer|browser"
href="onclick..." (for multiple targets)
autohref="true"
Here is a canned link to include for those without QuickTime:
<p>
You will need <a href="http://www.apple.com/quicktime/download/">QuickTime</a> to view the videos.
</p>
That’s all for now!
Related articles
- Embed Flash and Video via the object Tag
- Embed Flash or Die Trying
- Slideshow Code for Dead Letter Art
- Embed External Content via iframe and div
- The Ultimate JavaScript Library for Embedding Flash Content
- WordPress Notes Plus
- Alternate JavaScript Slideshow for SlideshowPro
About this article
This is article #295, posted by Jeff Starr on Sunday, February 04, 2007 @ 04:45pm. Categorized as Accessibility, Function, Structure, and tagged with attribute, markup, notes, quicktime, tags, Video, xhtml. Updated on November 05, 2007. Visited 20614 times. 0 Responses »
Bookmark • Subscribe • Explore
« Feed your Image via Atom or RSS • Up • Hide Content on Windows 98SE »