<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Web standards compliant Javascript Quicktime detect and embed</title>
	<atom:link href="http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/</link>
	<description>You've got your good thing, and I've got mine</description>
	<pubDate>Fri, 16 May 2008 10:51:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: testanchor586</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-9500</link>
		<dc:creator>testanchor586</dc:creator>
		<pubDate>Tue, 23 May 2006 22:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-9500</guid>
		<description>&lt;strong&gt;testanchor586&lt;/strong&gt;
testcomment586</description>
		<content:encoded><![CDATA[<p><strong>testanchor586</strong><br />
testcomment586</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: testanchor333</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-9489</link>
		<dc:creator>testanchor333</dc:creator>
		<pubDate>Tue, 23 May 2006 21:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-9489</guid>
		<description>&lt;strong&gt;testanchor333&lt;/strong&gt;
testcomment333</description>
		<content:encoded><![CDATA[<p><strong>testanchor333</strong><br />
testcomment333</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-8976</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Fri, 19 May 2006 21:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-8976</guid>
		<description>Just want to say that if there is any other content(blog post, article etc) on the page, make sure that the video downloading doesn't start automatically (Eats bandwidth and can cause slowdowns to user who may have already seen the video and/or wants only read the text) Therefore always use href param and placeholder movier or standard image link which executes myQTObject.write(); 

I'm currently using plain imagelink list + custom js which replaces link with qtobject when user clicks (and removes old qtobject when user clicks to next link) I think this is the cleanest approach if you have lots of videos that can use same params.

Also automatic download link generation should be added to this script. People want to download videos and they have every legal right to do so.
If there is no important business reasons, make sure that there is download link.
It's quite common question in  'newbie' forums how to download embedded videos.</description>
		<content:encoded><![CDATA[<p>Just want to say that if there is any other content(blog post, article etc) on the page, make sure that the video downloading doesn&#8217;t start automatically (Eats bandwidth and can cause slowdowns to user who may have already seen the video and/or wants only read the text) Therefore always use href param and placeholder movier or standard image link which executes myQTObject.write(); </p>
<p>I&#8217;m currently using plain imagelink list + custom js which replaces link with qtobject when user clicks (and removes old qtobject when user clicks to next link) I think this is the cleanest approach if you have lots of videos that can use same params.</p>
<p>Also automatic download link generation should be added to this script. People want to download videos and they have every legal right to do so.<br />
If there is no important business reasons, make sure that there is download link.<br />
It&#8217;s quite common question in  &#8216;newbie&#8217; forums how to download embedded videos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-8679</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 17 May 2006 09:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-8679</guid>
		<description>Hi there, I'm using the advanced embed on my website and it works great, apart from if someone right-clicks on a placeholder image expecting to download the movie to their computer - it currently downloads the placeholder image file not the movie file. Is there a simple way of rectifying this? I'm just using the standard parameters in the advanced script supplied on this site.
Any help would be great! Thanks.</description>
		<content:encoded><![CDATA[<p>Hi there, I&#8217;m using the advanced embed on my website and it works great, apart from if someone right-clicks on a placeholder image expecting to download the movie to their computer - it currently downloads the placeholder image file not the movie file. Is there a simple way of rectifying this? I&#8217;m just using the standard parameters in the advanced script supplied on this site.<br />
Any help would be great! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libby</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-8012</link>
		<dc:creator>Libby</dc:creator>
		<pubDate>Fri, 12 May 2006 15:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-8012</guid>
		<description>I have a question.  I'm coding a page that has upwards of 20 linked .mov files along the navpanel.  From these links I would like to embed the quicktime movie in a main content div.  The key here being to embed those movies using onclick on the links - without reloading the page.  I've looked at various ways to do this.  I can successfully pass parameters and get the script to write my embed tag, but what I face is an inability to pass the script and execute it using innerHtml.  I'm looking at using the DOM and createElement, which I'm willing to do, it just defeats the purpose of this lovely script that does all my work for me, and I still fear won't execute the script without onload.  This may be a bit off topic given it's more of a javascript question - but I've searched high and low for this kind of info on the AJAX pages for executing scripts but all of them seem to require execution at the pages onload, or onclick.  I believe this is what "Comment by Todd — August 4, 2005 @ 8:41 am" was trying to achieve, but it doesn't look like he pulled it off in looking at the popup solution he has currently. Thanks!</description>
		<content:encoded><![CDATA[<p>I have a question.  I&#8217;m coding a page that has upwards of 20 linked .mov files along the navpanel.  From these links I would like to embed the quicktime movie in a main content div.  The key here being to embed those movies using onclick on the links - without reloading the page.  I&#8217;ve looked at various ways to do this.  I can successfully pass parameters and get the script to write my embed tag, but what I face is an inability to pass the script and execute it using innerHtml.  I&#8217;m looking at using the DOM and createElement, which I&#8217;m willing to do, it just defeats the purpose of this lovely script that does all my work for me, and I still fear won&#8217;t execute the script without onload.  This may be a bit off topic given it&#8217;s more of a javascript question - but I&#8217;ve searched high and low for this kind of info on the AJAX pages for executing scripts but all of them seem to require execution at the pages onload, or onclick.  I believe this is what &#8220;Comment by Todd — August 4, 2005 @ 8:41 am&#8221; was trying to achieve, but it doesn&#8217;t look like he pulled it off in looking at the popup solution he has currently. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mooch</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-7829</link>
		<dc:creator>mooch</dc:creator>
		<pubDate>Thu, 11 May 2006 20:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-7829</guid>
		<description>hey  Antti Tuppurainen! schnazzy work on the WMV version... feel inclined to do a .rm iteration?</description>
		<content:encoded><![CDATA[<p>hey  Antti Tuppurainen! schnazzy work on the WMV version&#8230; feel inclined to do a .rm iteration?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6553</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 01 May 2006 15:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6553</guid>
		<description>I've got a small query: I'm getting warnings using the script.

I've bundled the script into a function "playMovie()" called by an onclick handler on several thumbnails.  It works fine, but when the page loads I get a javascript warning that there is an "assignment to undeclared variable QTObject", while on clicking a thumbnail it's "assignment to undeclared variable qtObj" (per FireBug)

Only having an understanding of javascript through coding actionscript I'm  not sure what's wrong, or how to debug the issue (I've tried isolating the elements to no avail)

You can see it &lt;a href="http://www.boff.tv/erik/" rel="external"&gt;here&lt;/a&gt;... I'd be really grateful if someone could help me understand what's going wrong.

Meantime, many thanks for providing such a hugely useful script Geoff!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a small query: I&#8217;m getting warnings using the script.</p>
<p>I&#8217;ve bundled the script into a function &#8220;playMovie()&#8221; called by an onclick handler on several thumbnails.  It works fine, but when the page loads I get a javascript warning that there is an &#8220;assignment to undeclared variable QTObject&#8221;, while on clicking a thumbnail it&#8217;s &#8220;assignment to undeclared variable qtObj&#8221; (per FireBug)</p>
<p>Only having an understanding of javascript through coding actionscript I&#8217;m  not sure what&#8217;s wrong, or how to debug the issue (I&#8217;ve tried isolating the elements to no avail)</p>
<p>You can see it <a href="http://www.boff.tv/erik/" rel="external">here</a>&#8230; I&#8217;d be really grateful if someone could help me understand what&#8217;s going wrong.</p>
<p>Meantime, many thanks for providing such a hugely useful script Geoff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: af</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6549</link>
		<dc:creator>af</dc:creator>
		<pubDate>Mon, 01 May 2006 08:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6549</guid>
		<description>To the 26.01.2006 comments: QuickTime has three additional values for URL targeting, "myself", "quicktimeplayer", "webbrowser". To open a link in the player from a website, target "quicktimeplayer." There's also the &lt;url&gt; T&lt;quicktimeplayer&gt; method of targeting via an URL.&lt;/quicktimeplayer&gt;&lt;/url&gt;</description>
		<content:encoded><![CDATA[<p>To the 26.01.2006 comments: QuickTime has three additional values for URL targeting, &#8220;myself&#8221;, &#8220;quicktimeplayer&#8221;, &#8220;webbrowser&#8221;. To open a link in the player from a website, target &#8220;quicktimeplayer.&#8221; There&#8217;s also the <url> T<quicktimeplayer> method of targeting via an URL.</quicktimeplayer></url></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6114</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 21 Apr 2006 00:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6114</guid>
		<description>Hey Patrick, I tried using your code version on our site at http://www.fullscreen360.com and with IE 7.0 we get a big ugly scriptable object prompt.
check back shortly and we should have a working version.</description>
		<content:encoded><![CDATA[<p>Hey Patrick, I tried using your code version on our site at <a href="http://www.fullscreen360.com" rel="nofollow">http://www.fullscreen360.com</a> and with IE 7.0 we get a big ugly scriptable object prompt.<br />
check back shortly and we should have a working version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti Tuppurainen</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6097</link>
		<dc:creator>Antti Tuppurainen</dc:creator>
		<pubDate>Thu, 20 Apr 2006 05:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-6097</guid>
		<description>Just wondering if any has done yet a Windows Media Player "object" as flashobject or quicktimeobject.. So I did a dirty search and replace and came with a mpobject.js (http://bbn.idbbn.fi/js/mpobject.js)

It works for me with firefox and ie, so I assume it works :)</description>
		<content:encoded><![CDATA[<p>Just wondering if any has done yet a Windows Media Player &#8220;object&#8221; as flashobject or quicktimeobject.. So I did a dirty search and replace and came with a mpobject.js (http://bbn.idbbn.fi/js/mpobject.js)</p>
<p>It works for me with firefox and ie, so I assume it works :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Cheatham</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5691</link>
		<dc:creator>Patrick Cheatham</dc:creator>
		<pubDate>Wed, 05 Apr 2006 17:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5691</guid>
		<description>RE: john law (ha, if that's your real name ;-) )

Hard to say without seeing the rest of your HTML -- it probably isn't your object/embed code. The only way to for sure have your QTVR stretch from edge to edge of a browser window is to style it a bit.  Feel free to peek at source code of VR display at http://www.cheathamlane.net or http://spincontrol.cheathamlane.net .

Also, for QTVR embedding, you don't need the "autostart" parameter...

Cheers,

Patrick</description>
		<content:encoded><![CDATA[<p>RE: john law (ha, if that&#8217;s your real name ;-) )</p>
<p>Hard to say without seeing the rest of your HTML &#8212; it probably isn&#8217;t your object/embed code. The only way to for sure have your QTVR stretch from edge to edge of a browser window is to style it a bit.  Feel free to peek at source code of VR display at <a href="http://www.cheathamlane.net" rel="nofollow">http://www.cheathamlane.net</a> or <a href="http://spincontrol.cheathamlane.net" rel="nofollow">http://spincontrol.cheathamlane.net</a> .</p>
<p>Also, for QTVR embedding, you don&#8217;t need the &#8220;autostart&#8221; parameter&#8230;</p>
<p>Cheers,</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john law</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5682</link>
		<dc:creator>john law</dc:creator>
		<pubDate>Tue, 04 Apr 2006 14:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5682</guid>
		<description>Hello
I've been trying Geoff's embedding method for qtvr with mixed results.
I can get panos to work full-size but not full-screen. This is the setting I've been using:

var myQTObject = new QTObject("vp1.mov", "vp1", "100%", "100%");
			myQTObject.addParam("autostart", "false");
			myQTObject.write();

It produces a pano at its full-size (in this case 1048 x 768) but on a large monitor it gives a white border rather than expanding to fill the screen. I've tried adding the usual 'full-screen' javascript in the header but that has no effect.

Tested on Safari &#038; explorer mac, explorer win ok, but behaves poorly on firefox (letterbox effect on both mac &#038; win)

Suggestions welcome!</description>
		<content:encoded><![CDATA[<p>Hello<br />
I&#8217;ve been trying Geoff&#8217;s embedding method for qtvr with mixed results.<br />
I can get panos to work full-size but not full-screen. This is the setting I&#8217;ve been using:</p>
<p>var myQTObject = new QTObject(&#8221;vp1.mov&#8221;, &#8220;vp1&#8243;, &#8220;100%&#8221;, &#8220;100%&#8221;);<br />
			myQTObject.addParam(&#8221;autostart&#8221;, &#8220;false&#8221;);<br />
			myQTObject.write();</p>
<p>It produces a pano at its full-size (in this case 1048 x 768) but on a large monitor it gives a white border rather than expanding to fill the screen. I&#8217;ve tried adding the usual &#8216;full-screen&#8217; javascript in the header but that has no effect.</p>
<p>Tested on Safari &#038; explorer mac, explorer win ok, but behaves poorly on firefox (letterbox effect on both mac &#038; win)</p>
<p>Suggestions welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Cheatham</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5558</link>
		<dc:creator>Patrick Cheatham</dc:creator>
		<pubDate>Sat, 01 Apr 2006 23:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5558</guid>
		<description>1) In response to Nishit's request to automatically play one movie after another... Head on over to Apple's documentation for a look at an awesome parameter which you can include... "QTNEXT". &lt;a href="http://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/chapter_1000_section_3.html#//apple_ref/doc/uid/TP40001525-2-QuickTimeltEMBEDgtandltOBJECTgtParameters" title="Apple's documentation"&gt;Apple's documentaton&lt;/a&gt;

2) Aldo Hoeben has posted a different solution to this problem. Aldo's doesn't empower you to dynamically write in tags and parameters, but it does provide a quick (if hack-y) fix. &lt;a href="http://www.hoeben.net/node/135"&gt;Check it out&lt;/a&gt;

Cheers,

Patrick</description>
		<content:encoded><![CDATA[<p>1) In response to Nishit&#8217;s request to automatically play one movie after another&#8230; Head on over to Apple&#8217;s documentation for a look at an awesome parameter which you can include&#8230; &#8220;QTNEXT&#8221;. <a href="http://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/chapter_1000_section_3.html#//apple_ref/doc/uid/TP40001525-2-QuickTimeltEMBEDgtandltOBJECTgtParameters" title="Apple's documentation">Apple&#8217;s documentaton</a></p>
<p>2) Aldo Hoeben has posted a different solution to this problem. Aldo&#8217;s doesn&#8217;t empower you to dynamically write in tags and parameters, but it does provide a quick (if hack-y) fix. <a href="http://www.hoeben.net/node/135">Check it out</a></p>
<p>Cheers,</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Lucchesi</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5474</link>
		<dc:creator>Josh Lucchesi</dc:creator>
		<pubDate>Tue, 28 Mar 2006 21:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5474</guid>
		<description>HI - I'm missing something.  How do I establish an ID for the movie?  Your using "bushfinger".
Thanks,
Josh</description>
		<content:encoded><![CDATA[<p>HI - I&#8217;m missing something.  How do I establish an ID for the movie?  Your using &#8220;bushfinger&#8221;.<br />
Thanks,<br />
Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishit Trivedi</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5292</link>
		<dc:creator>Nishit Trivedi</dc:creator>
		<pubDate>Fri, 24 Mar 2006 11:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-5292</guid>
		<description>hi friends my problem is i have to play 5 movie parts togather from different urls i want the code to put in my page 
if any one knows the code or he can generate the cade for me then please mail it to me i want the movie play without any
gap between the two parts.i will be very thenkful to you</description>
		<content:encoded><![CDATA[<p>hi friends my problem is i have to play 5 movie parts togather from different urls i want the code to put in my page<br />
if any one knows the code or he can generate the cade for me then please mail it to me i want the movie play without any<br />
gap between the two parts.i will be very thenkful to you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaeln</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4587</link>
		<dc:creator>michaeln</dc:creator>
		<pubDate>Sat, 11 Feb 2006 11:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4587</guid>
		<description>advanced method of using a placeholder image
parameters only get applied to the placeholder image.

I just found a better method to pass new settings to the following movie
http://developer.apple.com/documentation/QuickTime/WhatsNewQT5/QT5NewChapt1/chapter_1_section_32.html

var myQTObject = new QTObject("bushplaceholder.jpg", "bushfinger", "320", "255");
	myQTObject.addParam("controller", "false");

	myQTObject.addParam("href", "&#60;bushuncensored.mov&#62; T&#60;myself&#62; E&#60;CONTROLLER=true AUTOPLAY=true LOOP=true&#62;");

	myQTObject.write();

This sets these five(5) settings in the one href parameter

HREF="bushuncensored.mov"
TARGET="myself"
CONTROLLER="true"
AUTOPLAY="true"
LOOP="true"

I tried it with QuickTime7 it works.</description>
		<content:encoded><![CDATA[<p>advanced method of using a placeholder image<br />
parameters only get applied to the placeholder image.</p>
<p>I just found a better method to pass new settings to the following movie<br />
<a href="http://developer.apple.com/documentation/QuickTime/WhatsNewQT5/QT5NewChapt1/chapter_1_section_32.html" rel="nofollow">http://developer.apple.com/documentation/QuickTime/WhatsNewQT5/QT5NewChapt1/chapter_1_section_32.html</a></p>
<p>var myQTObject = new QTObject(&#8221;bushplaceholder.jpg&#8221;, &#8220;bushfinger&#8221;, &#8220;320&#8243;, &#8220;255&#8243;);<br />
	myQTObject.addParam(&#8221;controller&#8221;, &#8220;false&#8221;);</p>
<p>	myQTObject.addParam(&#8221;href&#8221;, &#8220;&lt;bushuncensored.mov&gt; T&lt;myself&gt; E&lt;CONTROLLER=true AUTOPLAY=true LOOP=true&gt;&#8221;);</p>
<p>	myQTObject.write();</p>
<p>This sets these five(5) settings in the one href parameter</p>
<p>HREF=&#8221;bushuncensored.mov&#8221;<br />
TARGET=&#8221;myself&#8221;<br />
CONTROLLER=&#8221;true&#8221;<br />
AUTOPLAY=&#8221;true&#8221;<br />
LOOP=&#8221;true&#8221;</p>
<p>I tried it with QuickTime7 it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaeln</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4586</link>
		<dc:creator>michaeln</dc:creator>
		<pubDate>Sat, 11 Feb 2006 09:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4586</guid>
		<description>Thanks for QTObject embed, I now use it on my site.

To answer a Comment by sirpineal — March 19, 2005
advanced method of using a placeholder image
parameters only get applied to the placeholder image.

for the href movie to use the original settings add SaveEmbedTags="True" A QuickTime 5 addition.
http://lists.apple.com/archives/QuickTime-Users/2002/Sep/msg00380.html

var myQTObject = new QTObject("bushplaceholder.jpg", "bushfinger", "320", "255");
myQTObject.addParam("href", "bushuncensored.mov");
myQTObject.addParam("target", "myself");
myQTObject.addParam("controller", "false");

myQTObject.addParam("loop", "true");
myQTObject.addParam("autostart", "true");

myQTObject.addParam("saveembedtags", "true");

myQTObject.write();

This may also answer the loop and autostart comments</description>
		<content:encoded><![CDATA[<p>Thanks for QTObject embed, I now use it on my site.</p>
<p>To answer a Comment by sirpineal — March 19, 2005<br />
advanced method of using a placeholder image<br />
parameters only get applied to the placeholder image.</p>
<p>for the href movie to use the original settings add SaveEmbedTags=&#8221;True&#8221; A QuickTime 5 addition.<br />
<a href="http://lists.apple.com/archives/QuickTime-Users/2002/Sep/msg00380.html" rel="nofollow">http://lists.apple.com/archives/QuickTime-Users/2002/Sep/msg00380.html</a></p>
<p>var myQTObject = new QTObject(&#8221;bushplaceholder.jpg&#8221;, &#8220;bushfinger&#8221;, &#8220;320&#8243;, &#8220;255&#8243;);<br />
myQTObject.addParam(&#8221;href&#8221;, &#8220;bushuncensored.mov&#8221;);<br />
myQTObject.addParam(&#8221;target&#8221;, &#8220;myself&#8221;);<br />
myQTObject.addParam(&#8221;controller&#8221;, &#8220;false&#8221;);</p>
<p>myQTObject.addParam(&#8221;loop&#8221;, &#8220;true&#8221;);<br />
myQTObject.addParam(&#8221;autostart&#8221;, &#8220;true&#8221;);</p>
<p>myQTObject.addParam(&#8221;saveembedtags&#8221;, &#8220;true&#8221;);</p>
<p>myQTObject.write();</p>
<p>This may also answer the loop and autostart comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaeln</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4422</link>
		<dc:creator>michaeln</dc:creator>
		<pubDate>Sun, 22 Jan 2006 04:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4422</guid>
		<description>With only IE needing these changes to embed content
&lt;code&gt;http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp&lt;/code&gt;

and some people not wanting to use javascript &#38; embed tags in non-IE browbers
I put together the following from various Web Sites for possible uses.

&lt;code&gt;&#60;head&#62;
&#60;!-- Javascript from Apple http://developer.apple.com/internet/ieembedprep.html --&#62;

	&#60;script src="[path]/AC_QuickTime.js" type="text/javascript"&#62;&#60;/script&#62;
&#60;/head&#62;

&#60;body&#62;

	&#60;!--[if !IE]&#62;--&#62;
	
	&#60;object type="video/quicktime" data="sample.mov" width="320" height="256" &#62;
	&#60;param name="movie" value="sample.mov" /&#62; &#60;!-- add this to 'data=' above for Netscape --&#62;
	&#60;param name="autoplay" value="true" /&#62;
	&#60;param name="align" value="middle" /&#62;

	&#60;!--&#60;![endif]--&#62;

&#60;!-- IE will only look at this middle part --&#62;
	
&#60;script type="text/javascript"&#62;
  QT_WriteOBJECT_XHTML('sample.mov', '320', '256', '',
    'autoplay', 'true',
    'emb#bgcolor', 'black',
    'align', 'middle'); 
&#60;/script&#62;


	&#60;!--[if !IE]&#62;--&#62;

		&#60;/object&#62;

	&#60;!--&#60;![endif]--&#62;

&#60;/body&#62;&lt;/code&gt;

Ideas are from these sites

http://developer.apple.com/internet/ieembedprep.html
http://realdev1.realise.com/rossa/rendertest/quicktime.html
http://www.alistapart.com/stories/flashsatay/
http://ww2.cs.fsu.edu/~steele/XHTML/appletObject.html</description>
		<content:encoded><![CDATA[<p>With only IE needing these changes to embed content<br />
<code><a href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp</a></code></p>
<p>and some people not wanting to use javascript &amp; embed tags in non-IE browbers<br />
I put together the following from various Web Sites for possible uses.</p>
<p><code>&lt;head&gt;<br />
&lt;!-- Javascript from Apple <a href="http://developer.apple.com/internet/ieembedprep.html" rel="nofollow">http://developer.apple.com/internet/ieembedprep.html</a> &#8211;&gt;</p>
<p>	&lt;script src=&#8221;[path]/AC_QuickTime.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>	&lt;!&#8211;[if !IE]&gt;&#8211;&gt;</p>
<p>	&lt;object type=&#8221;video/quicktime&#8221; data=&#8221;sample.mov&#8221; width=&#8221;320&#8243; height=&#8221;256&#8243; &gt;<br />
	&lt;param name=&#8221;movie&#8221; value=&#8221;sample.mov&#8221; /&gt; &lt;!&#8211; add this to &#8216;data=&#8217; above for Netscape &#8211;&gt;<br />
	&lt;param name=&#8221;autoplay&#8221; value=&#8221;true&#8221; /&gt;<br />
	&lt;param name=&#8221;align&#8221; value=&#8221;middle&#8221; /&gt;</p>
<p>	&lt;!&#8211;&lt;![endif]&#8211;&gt;</p>
<p>&lt;!&#8211; IE will only look at this middle part &#8211;&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
  QT_WriteOBJECT_XHTML(&#8217;sample.mov&#8217;, &#8216;320&#8242;, &#8216;256&#8242;, &#8221;,<br />
    &#8216;autoplay&#8217;, &#8216;true&#8217;,<br />
    &#8216;emb#bgcolor&#8217;, &#8216;black&#8217;,<br />
    &#8216;align&#8217;, &#8216;middle&#8217;);<br />
&lt;/script&gt;</p>
<p>	&lt;!&#8211;[if !IE]&gt;&#8211;&gt;</p>
<p>		&lt;/object&gt;</p>
<p>	&lt;!&#8211;&lt;![endif]&#8211;&gt;</p>
<p>&lt;/body&gt;</code></p>
<p>Ideas are from these sites</p>
<p><a href="http://developer.apple.com/internet/ieembedprep.html" rel="nofollow">http://developer.apple.com/internet/ieembedprep.html</a><br />
<a href="http://realdev1.realise.com/rossa/rendertest/quicktime.html" rel="nofollow">http://realdev1.realise.com/rossa/rendertest/quicktime.html</a><br />
<a href="http://www.alistapart.com/stories/flashsatay/" rel="nofollow">http://www.alistapart.com/stories/flashsatay/</a><br />
<a href="http://ww2.cs.fsu.edu/~steele/XHTML/appletObject.html" rel="nofollow">http://ww2.cs.fsu.edu/~steele/XHTML/appletObject.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4397</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 19 Jan 2006 13:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4397</guid>
		<description>Can I suggest a small change to the isQTInstalled function so that it returns the version and not just true/false?  Something like:

function isQTInstalled() {
    var qtInstalled = false;
    qtObj = false;
    var checkCode = 'set qtObj = CreateObject("QuickTimeCheckObject.QuickTimeCheck.1")\nif IsObject(qtObj) then\nif qtObj.IsQuickTimeAvailable(0) then\nqtVersion = Round((Hex(qtObj.QuickTimeVersion) / 1000000), 1)\nend if\nend if';
    if (navigator.plugins &#038;&#038; navigator.plugins.length) {
        for (var i=0; i &lt; navigator.plugins.length; i++ ) {
            var plugin = navigator.plugins[i];
            if (plugin.name.indexOf("QuickTime") &gt; -1) {
                qtInstalled = parseFloat(plugin.name.substring(18));
            }
        }
    } else {
        execScript(checkCode, 'VBScript');
        qtInstalled = qtVersion;
    }
    return qtInstalled;
}

(inspired by http://www.dithered.com/javascript/quicktime_detect/example.html).</description>
		<content:encoded><![CDATA[<p>Can I suggest a small change to the isQTInstalled function so that it returns the version and not just true/false?  Something like:</p>
<p>function isQTInstalled() {<br />
    var qtInstalled = false;<br />
    qtObj = false;<br />
    var checkCode = &#8217;set qtObj = CreateObject(&#8221;QuickTimeCheckObject.QuickTimeCheck.1&#8243;)\nif IsObject(qtObj) then\nif qtObj.IsQuickTimeAvailable(0) then\nqtVersion = Round((Hex(qtObj.QuickTimeVersion) / 1000000), 1)\nend if\nend if&#8217;;<br />
    if (navigator.plugins &#038;&#038; navigator.plugins.length) {<br />
        for (var i=0; i < navigator.plugins.length; i++ ) {<br />
            var plugin = navigator.plugins[i];<br />
            if (plugin.name.indexOf("QuickTime") > -1) {<br />
                qtInstalled = parseFloat(plugin.name.substring(18));<br />
            }<br />
        }<br />
    } else {<br />
        execScript(checkCode, &#8216;VBScript&#8217;);<br />
        qtInstalled = qtVersion;<br />
    }<br />
    return qtInstalled;<br />
}</p>
<p>(inspired by <a href="http://www.dithered.com/javascript/quicktime_detect/example.html" rel="nofollow">http://www.dithered.com/javascript/quicktime_detect/example.html</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4390</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 18 Jan 2006 15:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/#comment-4390</guid>
		<description>Hmm, I've never seen an issue like that. It sounds like it may just be a bad video? I'm not sure why it would work in safari/IE but not Firefox, though.

Maybe try downloading another .mov file from somewhere else and embed that on your page? You could try it with the test movie I use - you can right click and 'save as' from &lt;a href="/code/qtobject/bushuncensored.mov"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;ve never seen an issue like that. It sounds like it may just be a bad video? I&#8217;m not sure why it would work in safari/IE but not Firefox, though.</p>
<p>Maybe try downloading another .mov file from somewhere else and embed that on your page? You could try it with the test movie I use - you can right click and &#8217;save as&#8217; from <a href="/code/qtobject/bushuncensored.mov">here</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
