Book Sale! Code WP2025 takes 20% OFF our Pro Plugins & Books »
Web Dev + WordPress + Security

Embed QuickTime Notes Plus

This post contains random notes and code snippets for embedding QuickTime within HTML web pages. Simply copy, paste, and customize according to your needs. Happy embedding!

QuickTime Embed Attributes via CSS

Here we are including Quicktime attributes using their corresponding CSS properties:

embed, .embed {
	pluginspage: http://www.apple.com/quicktime/download/;
	controller: false;
	autoplay: true;
	bgcolor: #000;
	loop: true;
	}

HTML Code for Embedding QuickTime

Here we are including Quicktime on the page using the object tag, populated here with a variety of potentially useful <param> tags.

<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!

About the Author
Jeff Starr = Web Developer. Security Specialist. WordPress Buff.
The Tao of WordPress: Master the art of WordPress.
Welcome
Perishable Press is operated by Jeff Starr, a professional web developer and book author with two decades of experience. Here you will find posts about web development, WordPress, security, and more »
The Tao of WordPress: Master the art of WordPress.
Thoughts
Migrating sites to a new server, so far so good. Please report any bugs, thank you.
Arc browser looked good but lost me at “account required”. No browsers do that.
Finishing up the pro version of Head Meta Data plugin, launch planned this month.
Finally finished my ultimate block list to stop AI bots :) Blocks over 400+ AI bots!
After 10 years working late at night, my schedule has changed. I am now a “morning person”, starting my day at 6am or earlier.
Nice update for Wutsearch search engine launchpad. Now with 19 engines including Luxxle AI-powered search.
New version of 8G Firewall (v1.4) now available for download :)
Newsletter
Get news, updates, deals & tips via email.
Email kept private. Easy unsubscribe anytime.