<?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: NetStream onMetaData &#8211; IE7 Focus Bug</title>
	<atom:link href="http://www.jonnyreeves.co.uk/2007/07/netstream-onmetadata-ie7-focus-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk/2007/07/netstream-onmetadata-ie7-focus-bug/</link>
	<description>Actionscript, Flash, PHP and stuff</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:25:08 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonny</title>
		<link>http://www.jonnyreeves.co.uk/2007/07/netstream-onmetadata-ie7-focus-bug/comment-page-1/#comment-49</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Sat, 18 Aug 2007 11:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/2007/07/netstream-onmetadata-ie7-focus-bug/#comment-49</guid>
		<description>Yes, it is wierd and it sounds like the exact same problem that I was experiencing, Leo.  To be honest, I gave up on &quot;pre-loading&quot; the FLV file in the end and just went with a simple:

function play() {
 if (!started) {
  ns.play(url);
 } else {
  ns.play();
}

Which is bullet proof and works 100% of the time - just doesn&#039;t allow for cacheing. :(</description>
		<content:encoded><![CDATA[<p>Yes, it is wierd and it sounds like the exact same problem that I was experiencing, Leo.  To be honest, I gave up on &#8220;pre-loading&#8221; the FLV file in the end and just went with a simple:</p>
<p>function play() {<br />
 if (!started) {<br />
  ns.play(url);<br />
 } else {<br />
  ns.play();<br />
}</p>
<p>Which is bullet proof and works 100% of the time &#8211; just doesn&#8217;t allow for cacheing. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.jonnyreeves.co.uk/2007/07/netstream-onmetadata-ie7-focus-bug/comment-page-1/#comment-47</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Thu, 16 Aug 2007 21:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/2007/07/netstream-onmetadata-ie7-focus-bug/#comment-47</guid>
		<description>Hi J,

I&#039;m not sure I follow - how are you doing it in action script?  Can you post some examples?

I currently am working on a flash video player and use that exact approach:

ns.play(url);
ns.pause(true);
ns.seek(0);

but Win2K IE6  and  WinXP IE7 both have problem: when I close the popup browser window and click on the same or similar link, the ns doesn&#039;t seem to start playback... and in fact IE can no longer visit the domain (url) it was streaming the video from in the first place...

Strange.

Regards,
 - Leo</description>
		<content:encoded><![CDATA[<p>Hi J,</p>
<p>I&#8217;m not sure I follow &#8211; how are you doing it in action script?  Can you post some examples?</p>
<p>I currently am working on a flash video player and use that exact approach:</p>
<p>ns.play(url);<br />
ns.pause(true);<br />
ns.seek(0);</p>
<p>but Win2K IE6  and  WinXP IE7 both have problem: when I close the popup browser window and click on the same or similar link, the ns doesn&#8217;t seem to start playback&#8230; and in fact IE can no longer visit the domain (url) it was streaming the video from in the first place&#8230;</p>
<p>Strange.</p>
<p>Regards,<br />
 &#8211; Leo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
