<?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: Quicktime Javascript Examples</title>
	<atom:link href="http://www.kenvillines.com/archives/8.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kenvillines.com/archives/8.html</link>
	<description>Web development, programming, e-commerce, graphic design, Life and more.</description>
	<lastBuildDate>Mon, 02 Feb 2009 18:20:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Walter</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-57683</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-57683</guid>
		<description>To stop and play again from the beginning, you would need to do something like this:

function RePlay(mov){
    mov.Stop();
    mov.Rewind();
    mov.Play();
}

Walter</description>
		<content:encoded><![CDATA[<p>To stop and play again from the beginning, you would need to do something like this:</p>
<p>function RePlay(mov){<br />
    mov.Stop();<br />
    mov.Rewind();<br />
    mov.Play();<br />
}</p>
<p>Walter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-8376</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Wed, 17 Oct 2007 06:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-8376</guid>
		<description>Hi Ken,
 If we say Stop in Quick Time it is functioning like pause and when ever we say start after pressing stop the Quick time is not playing from the Begining . can any one help like How i can play the media after pressing stop from the Beggining. ( using JavaScript same code mentioned above) 

regards,
srinivas</description>
		<content:encoded><![CDATA[<p>Hi Ken,<br />
 If we say Stop in Quick Time it is functioning like pause and when ever we say start after pressing stop the Quick time is not playing from the Begining . can any one help like How i can play the media after pressing stop from the Beggining. ( using JavaScript same code mentioned above) </p>
<p>regards,<br />
srinivas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-8373</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Wed, 17 Oct 2007 06:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-8373</guid>
		<description>If we say Stop in Quick Time it is functioning like pause and when ever we say start after pressing stop the Quick time is not playing from the Begining . can any one help like How i can play the media after pressing stop from the Beggining. ( using JavaScript same code mentioned above)</description>
		<content:encoded><![CDATA[<p>If we say Stop in Quick Time it is functioning like pause and when ever we say start after pressing stop the Quick time is not playing from the Begining . can any one help like How i can play the media after pressing stop from the Beggining. ( using JavaScript same code mentioned above)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakejava</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-5358</link>
		<dc:creator>rakejava</dc:creator>
		<pubDate>Thu, 16 Aug 2007 07:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-5358</guid>
		<description>Hi Ken,

            I am working on a on demand video streaming project the player which we are using is quick time and darwin streaming server.problem is we need to display movie in full screen (from normal mode, it shud be synchronized) that to embedded in the browser.
If the movie plays for about 10 mins and user clicks on full screen the movie must start from 10th min in full screen.
can u give any suggestion or sample code for this 

Thanks,
rake.</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>            I am working on a on demand video streaming project the player which we are using is quick time and darwin streaming server.problem is we need to display movie in full screen (from normal mode, it shud be synchronized) that to embedded in the browser.<br />
If the movie plays for about 10 mins and user clicks on full screen the movie must start from 10th min in full screen.<br />
can u give any suggestion or sample code for this </p>
<p>Thanks,<br />
rake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linc Kesler</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-4344</link>
		<dc:creator>Linc Kesler</dc:creator>
		<pubDate>Wed, 25 Jul 2007 04:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-4344</guid>
		<description>Hi Rangi,

I am experiencing some difficulty with QuickTime javascript controls too.  At the moment, everything is working well in Firefox, but Safari does not seem to process SetTime calls at all (it reverts to the start of the movie.  Apple seems to break things with some regularity, and that is annoying for me, as I have based several year&#039;s work around a QuickTime/javascripted application.  This, however, is nothing like the disaster they caused for me by suddenly disabling the javascript call capability of HREF tracks this spring.  No lead time on that, and suddenly nothing works!  Very embarrassing in front of a room full of people.  My only suggestion at the moment is to recommend Firefox to people who use my app.  I hope this will not happen again anytime soon, but it seems like a regular feature.  Should we all be switching to another media handler?  I sure hope not, as I like many other aspects of the Apple video world, but for those of us oriented to the web, this inconsistency is a real problem.

Linc Kesler</description>
		<content:encoded><![CDATA[<p>Hi Rangi,</p>
<p>I am experiencing some difficulty with QuickTime javascript controls too.  At the moment, everything is working well in Firefox, but Safari does not seem to process SetTime calls at all (it reverts to the start of the movie.  Apple seems to break things with some regularity, and that is annoying for me, as I have based several year&#8217;s work around a QuickTime/javascripted application.  This, however, is nothing like the disaster they caused for me by suddenly disabling the javascript call capability of HREF tracks this spring.  No lead time on that, and suddenly nothing works!  Very embarrassing in front of a room full of people.  My only suggestion at the moment is to recommend Firefox to people who use my app.  I hope this will not happen again anytime soon, but it seems like a regular feature.  Should we all be switching to another media handler?  I sure hope not, as I like many other aspects of the Apple video world, but for those of us oriented to the web, this inconsistency is a real problem.</p>
<p>Linc Kesler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rangi</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-3056</link>
		<dc:creator>Rangi</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-3056</guid>
		<description>Hi, 

This code seems to have stopped working in the latest versions of Firefox (2.0.0.1) and Quicktime (7.1.5) - June 2007. This is a shame because it was working really nicely before. Now I&#039;m getting the &quot;Bad NPObject as private data!&quot; error after a few call successful calls to the quicktime object. Restarting the browser can get it to work for a few more calls but then this errors comes back... If anyone knows a way around this, please let me know. My email address is rangi.robinson@framestore-cfc.com

Thanks!
Rangi</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This code seems to have stopped working in the latest versions of Firefox (2.0.0.1) and Quicktime (7.1.5) &#8211; June 2007. This is a shame because it was working really nicely before. Now I&#8217;m getting the &#8220;Bad NPObject as private data!&#8221; error after a few call successful calls to the quicktime object. Restarting the browser can get it to work for a few more calls but then this errors comes back&#8230; If anyone knows a way around this, please let me know. My email address is <a href="mailto:rangi.robinson@framestore-cfc.com">rangi.robinson@framestore-cfc.com</a></p>
<p>Thanks!<br />
Rangi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Pierre Berchtold</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-209</link>
		<dc:creator>Jean-Pierre Berchtold</dc:creator>
		<pubDate>Wed, 24 May 2006 19:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-209</guid>
		<description>Hi,

Nice code, but it doesn&#039;t solve my problem....I&#039;m trying to find out the callbacks that are automatically fired by QuickTime so I can get the size (width and heigth) of the movie. To take a comparison, WMP is firing PlayStateChange(NewState); and RealPlayer is firing OnPreFetchComplete();

I could not get this info from Apple doc or site :-(

Many thanks
Jean-Pierre</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice code, but it doesn&#8217;t solve my problem&#8230;.I&#8217;m trying to find out the callbacks that are automatically fired by QuickTime so I can get the size (width and heigth) of the movie. To take a comparison, WMP is firing PlayStateChange(NewState); and RealPlayer is firing OnPreFetchComplete();</p>
<p>I could not get this info from Apple doc or site <img src='http://www.kenvillines.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Many thanks<br />
Jean-Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Spady</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-24</link>
		<dc:creator>John Spady</dc:creator>
		<pubDate>Mon, 20 Feb 2006 08:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-24</guid>
		<description>Ken Villines gave a link for CHAPTER TRACKS TUTORIAL on March 16, 2004 that was unfortunately incorrect... I think I have the correct link which I will place here in my URL link to this post.

www.apple.com/quicktime/tutorials/chaptertracks.html
</description>
		<content:encoded><![CDATA[<p>Ken Villines gave a link for CHAPTER TRACKS TUTORIAL on March 16, 2004 that was unfortunately incorrect&#8230; I think I have the correct link which I will place here in my URL link to this post.</p>
<p><a href="http://www.apple.com/quicktime/tutorials/chaptertracks.html" rel="nofollow">http://www.apple.com/quicktime/tutorials/chaptertracks.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FilI</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-23</link>
		<dc:creator>FilI</dc:creator>
		<pubDate>Tue, 06 Dec 2005 23:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-23</guid>
		<description>hi is it also possible to point to a live qt stream

a rtsp with sdp file?

thx</description>
		<content:encoded><![CDATA[<p>hi is it also possible to point to a live qt stream</p>
<p>a rtsp with sdp file?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Villines</title>
		<link>http://www.kenvillines.com/archives/8.html/comment-page-1#comment-22</link>
		<dc:creator>Ken Villines</dc:creator>
		<pubDate>Thu, 27 Oct 2005 19:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenvillines.com/blog/?p=8#comment-22</guid>
		<description>@ Zee &amp; JJ

Sorry for not seeing this comment until JJ commented. The QT Scripting API doesn&#039;t have a function call to support fullscreen. The way you get fullscreen with QuickTime is to save a QuickTime SMIL file with a directive of Fullscreen. When the Quicktime plugin reads the movie (smil) it will read the directive and open the movie reference (fullscreen) into the player. I will post an example ASAP.

-Ken</description>
		<content:encoded><![CDATA[<p>@ Zee &amp; JJ</p>
<p>Sorry for not seeing this comment until JJ commented. The QT Scripting API doesn&#8217;t have a function call to support fullscreen. The way you get fullscreen with QuickTime is to save a QuickTime SMIL file with a directive of Fullscreen. When the Quicktime plugin reads the movie (smil) it will read the directive and open the movie reference (fullscreen) into the player. I will post an example ASAP.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
</channel>
</rss>
