<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Controlling Embedded Video with Javascript Part I: Quicktime</title>
	<atom:link href="http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 01:31:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-533</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 05 Jan 2012 15:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-533</guid>
		<description>Thanks for this post, I&#039;m very close to figuring out my problem.

However, I can&#039;t seem to get it to implement.

What I&#039;m attempting to do is embed a quicktime mov (mov1) that autoplays and loops, then when the user clicks a button, the quicktime movie then swaps out for another movie (mov2), and so on for the other buttons. The trick is that when mov2 finishes playing, I need it to auto load mov1 again and play it.

Right now, I can&#039;t get the buttons to swap out the movie. 

Is there a limit to the amount of things that can happen inside a href? For example, here is my code:
----------------------------------------------------------
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;
----------------------------------------------------------
basically, I&#039;m already using a behavior to have this button swap out images for another object.

The loadMov2 function is here:
-------------------------------------------------


var movie = document.moviename;

function loadMov2(url)
{     
	movie.SetURL(&quot;animations/Video2.mov&quot;);
	movie.SetControllerVisible(false); 
} 

--------------------------------

I have no idea how to load the first movie when mov2 completes but I saw it in the quicktime ref manual, so I know there at least is the functionality.

Thanks in advance for any help.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, I&#8217;m very close to figuring out my problem.</p>
<p>However, I can&#8217;t seem to get it to implement.</p>
<p>What I&#8217;m attempting to do is embed a quicktime mov (mov1) that autoplays and loops, then when the user clicks a button, the quicktime movie then swaps out for another movie (mov2), and so on for the other buttons. The trick is that when mov2 finishes playing, I need it to auto load mov1 again and play it.</p>
<p>Right now, I can&#8217;t get the buttons to swap out the movie. </p>
<p>Is there a limit to the amount of things that can happen inside a href? For example, here is my code:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<a href="#" rel="nofollow"><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
basically, I&#8217;m already using a behavior to have this button swap out images for another object.</p>
<p>The loadMov2 function is here:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>var movie = document.moviename;</p>
<p>function loadMov2(url)<br />
{<br />
	movie.SetURL(&#8220;animations/Video2.mov&#8221;);<br />
	movie.SetControllerVisible(false);<br />
} </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I have no idea how to load the first movie when mov2 completes but I saw it in the quicktime ref manual, so I know there at least is the functionality.</p>
<p>Thanks in advance for any help.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-513</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 21 Oct 2011 18:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-513</guid>
		<description>Thanks for the post!  I&#039;m developing a HTML5 application that involves very frequent user-manipulation of the video, and am finding that non-h264 performance in browsers other than Safari (ie OGV in Chrome and Firefox) truly leaves something to be desired.  This may be just the ticket :)</description>
		<content:encoded><![CDATA[<p>Thanks for the post!  I&#8217;m developing a HTML5 application that involves very frequent user-manipulation of the video, and am finding that non-h264 performance in browsers other than Safari (ie OGV in Chrome and Firefox) truly leaves something to be desired.  This may be just the ticket <img src='http://www.protofunc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristina</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-400</link>
		<dc:creator>Cristina</dc:creator>
		<pubDate>Tue, 20 Apr 2010 22:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-400</guid>
		<description>Sorry for the post. It seems to work. I was trying to access the movie.GetDuration() method in a function that was called by the onload event. I thought that, if I could register Quicktime events at this point, I could also call these methods then.</description>
		<content:encoded><![CDATA[<p>Sorry for the post. It seems to work. I was trying to access the movie.GetDuration() method in a function that was called by the onload event. I thought that, if I could register Quicktime events at this point, I could also call these methods then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristina</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-399</link>
		<dc:creator>Cristina</dc:creator>
		<pubDate>Tue, 20 Apr 2010 21:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-399</guid>
		<description>I&#039;m trying to get the duration of the movie with movie.GetDuration()/movie.GetTimeScale() but it seems an error occurs. Controls like Play(), Stop(), GetVolume() etc. work. 

Do you have any suggestions?

I am using Mozilla Firefox 3.6.3 with the Quicktime 7.6.5 plugin on Windows 7.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get the duration of the movie with movie.GetDuration()/movie.GetTimeScale() but it seems an error occurs. Controls like Play(), Stop(), GetVolume() etc. work. </p>
<p>Do you have any suggestions?</p>
<p>I am using Mozilla Firefox 3.6.3 with the Quicktime 7.6.5 plugin on Windows 7.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-246</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 27 Feb 2010 23:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-246</guid>
		<description>Excellent blog, no wonder it jumped on one of the first positions in Google. I am bookmarking this site !!!. Btw, where is the article about controlling WMP with javascript?</description>
		<content:encoded><![CDATA[<p>Excellent blog, no wonder it jumped on one of the first positions in Google. I am bookmarking this site !!!. Btw, where is the article about controlling WMP with javascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walkingp</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-240</link>
		<dc:creator>walkingp</dc:creator>
		<pubDate>Sat, 06 Feb 2010 01:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-240</guid>
		<description>That&#039;s very clear,easy to understand.</description>
		<content:encoded><![CDATA[<p>That&#8217;s very clear,easy to understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElTron</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-209</link>
		<dc:creator>ElTron</dc:creator>
		<pubDate>Sun, 06 Dec 2009 18:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-209</guid>
		<description>Google Chrome seems not to work when trying to control a quicktime movie with javascript if frames are used.
 
Anybody does know why?</description>
		<content:encoded><![CDATA[<p>Google Chrome seems not to work when trying to control a quicktime movie with javascript if frames are used.</p>
<p>Anybody does know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Layton BD</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-208</link>
		<dc:creator>Layton BD</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-208</guid>
		<description>Excellent Post, thanks so much!</description>
		<content:encoded><![CDATA[<p>Excellent Post, thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shatil</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-206</link>
		<dc:creator>Shatil</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-206</guid>
		<description>hello,
i have to develop an application where user will click on a video file when the video is playing and i have to take the time when the user click the on the video file and pass it to the server.

for example a video is 3 min long and the user click on the video when it is in 2 min so i have to take the time as 2 min and send it server and process it.

Can javascript help me here.
plz give some examples</description>
		<content:encoded><![CDATA[<p>hello,<br />
i have to develop an application where user will click on a video file when the video is playing and i have to take the time when the user click the on the video file and pass it to the server.</p>
<p>for example a video is 3 min long and the user click on the video when it is in 2 min so i have to take the time as 2 min and send it server and process it.</p>
<p>Can javascript help me here.<br />
plz give some examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somu Thomas</title>
		<link>http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/comment-page-1/#comment-199</link>
		<dc:creator>Somu Thomas</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.protofunc.com/2008/02/01/controlling-embedded-video-with-javascript-part-i-quicktime/#comment-199</guid>
		<description>The article was very helpful. I am facing a issue while working on rtsp streaming video. The video from the server is read using the QT, the file comes from a camera. When playing the video from the camera fails the file in server stops to update and the video in QT is struck in the last transmitted frame. the plugin status is seen as complete and the playing rate is at 1. Wen the camera returns back and continue to transmit the video still remains the last frame.

Any ideas on how to fix this is very helpful.</description>
		<content:encoded><![CDATA[<p>The article was very helpful. I am facing a issue while working on rtsp streaming video. The video from the server is read using the QT, the file comes from a camera. When playing the video from the camera fails the file in server stops to update and the video in QT is struck in the last transmitted frame. the plugin status is seen as complete and the playing rate is at 1. Wen the camera returns back and continue to transmit the video still remains the last frame.</p>
<p>Any ideas on how to fix this is very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

