<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewSourceMedia Blog &#187; background</title>
	<atom:link href="http://newsourcemedia.com/blog/tag/background/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Embed QuickTime Movies with Custom Embed Tags</title>
		<link>http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/</link>
		<comments>http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Video / Audio]]></category>
		<category><![CDATA[.mov]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[bgcolor]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Hide]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[QickTime]]></category>
		<category><![CDATA[Quick Time]]></category>
		<category><![CDATA[QuickTime]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Tag]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2008/10/09/embed-quicktime-movies-with-custom-embed-tags/</guid>
		<description><![CDATA[How to hide the controller player, change movie background and auto start to the embed QuickTime mov file. AUTOPLAY=value (optional...requires QuickTime 3 or later) AUTOPLAY attribute causes the movie to start playing as soon as the QuickTime Plug-In estimates that &#8230; <a href="http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to hide the controller player, change movie background and auto start to the embed QuickTime mov file. <span id="more-152"></span><strong>AUTOPLAY</strong>=value (optional...requires QuickTime 3 or later)

AUTOPLAY attribute causes the movie to start playing as soon as the QuickTime Plug-In estimates that it will be able to play the entire movie without waiting for additional data when set to TRUE. AUTOPLAY can either be set to TRUE or FALSE. The default behavior is set by the user in the 'QuickTime Plug-in Settings.'

<span class="code">&lt;embed src="sample.mov" width="200" height="240" autoplay="true"&gt;</span>

<strong>AUTOHREF</strong>=value (optional...requires QuickTime 4 or later)

Load movie file immediately without waiting on a mouse click, The default value is set to FALSE:

<span class="code">&lt;embed src="sample.mov" width="200" height="240" href="http://dns/foo.mov" autohref="true"&gt;</span>

<strong>BGCOLOR</strong>=hex value (optional...requires QuickTime 3 or later)

This attribute sets the background color for any eara that's not occupied by the movie. For example, if a 160x120 movie was embedded in a space of 200x120, there would be 40 pixels of undefined color space in the width. Specifying the hex value of the background color will fill the undefined space with the value specified.

<span class="code">&lt;embed src="sample.mov" width="200" height="240" bgcolor="000000"&gt;</span>

<strong>CONTROLLER</strong>=value(optional...requires QuickTime 3 or later)

You can hide the QuickTime player controller by setting the CONTROLLER attribute to FALSE. This will effect the visibility of the movie controller. CONTROLLER can either be TRUE or FALSE. By default, CONTROLLER is TRUE.

Note: For compatibility with existing web pages, the default is FALSE for QuickTime VR movies, image files, and flash files.

Note 2: For poster movies, you would normally set controller="false".

<span class="code">&lt;embed src="sample.mov" width="200" height="240" controller="false"&gt;</span>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/embed-quicktime-movies-with-custom-embed-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
