<?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: Eddie&#8217;s FLV Player</title>
	<atom:link href="http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player</link>
	<description>Developing ideas on developing.</description>
	<lastBuildDate>Fri, 20 May 2011 10:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Surya</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-16807</link>
		<dc:creator>Surya</dc:creator>
		<pubDate>Mon, 22 Nov 2010 13:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-16807</guid>
		<description>There is a very peculiar problem in IE :

When the video loads 1st time it shows the controls but when we click on any other video to play it takes the stretches the video and the controls are then getting hidden.

Please help ....?</description>
		<content:encoded><![CDATA[There is a very peculiar problem in IE :

When the video loads 1st time it shows the controls but when we click on any other video to play it takes the stretches the video and the controls are then getting hidden.

Please help ....?]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-16783</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 22 Nov 2010 05:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-16783</guid>
		<description>hi i just want to know the way i can use this java script 

just in case u can show me an example to play, pause and get current Time via javascript 

thanks in advance....</description>
		<content:encoded><![CDATA[hi i just want to know the way i can use this java script 

just in case u can show me an example to play, pause and get current Time via javascript 

thanks in advance....]]></content:encoded>
	</item>
	<item>
		<title>By: yitwail</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-10219</link>
		<dc:creator>yitwail</dc:creator>
		<pubDate>Mon, 05 Jul 2010 05:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-10219</guid>
		<description>Well, I&#039;ve managed to get it to sort of work with nginx. I had to change nginx.conf to rewrite the request like so:

        location ~ \.flv[^.]*$ {
            root   html;
            if ($args !~ &quot;start=&quot;) {
                        rewrite (.*)\.flv(.*) $1.flv?start=$2 break;
            }
            flv;
        }

phpstream appends a number to the flv filename, so this converts filename.flv0 to filename.flv&amp;start=0, etc. Only problem I&#039;m now having is that with autoload=0 &amp; autoplay=0, it still loads the flv file, and when the flv finishes playing, it reloads the whole file yet again. Hope there&#039;s a workaround.</description>
		<content:encoded><![CDATA[Well, I've managed to get it to sort of work with nginx. I had to change nginx.conf to rewrite the request like so:

        location ~ \.flv[^.]*$ {
            root   html;
            if ($args !~ "start=") {
                        rewrite (.*)\.flv(.*) $1.flv?start=$2 break;
            }
            flv;
        }

phpstream appends a number to the flv filename, so this converts filename.flv0 to filename.flv&amp;start=0, etc. Only problem I'm now having is that with autoload=0 &amp; autoplay=0, it still loads the flv file, and when the flv finishes playing, it reloads the whole file yet again. Hope there's a workaround.]]></content:encoded>
	</item>
	<item>
		<title>By: yitwail</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-9294</link>
		<dc:creator>yitwail</dc:creator>
		<pubDate>Sun, 30 May 2010 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-9294</guid>
		<description>Eddie,

The &#039;original documentation&#039; says very little about phpstream. Would an example be too much to ask? Also, does player work with nginx or lighttpd stream servers?

Many thanks.</description>
		<content:encoded><![CDATA[Eddie,

The 'original documentation' says very little about phpstream. Would an example be too much to ask? Also, does player work with nginx or lighttpd stream servers?

Many thanks.]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8370</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8370</guid>
		<description>Hi Leendert. Sorry for the trouble. I haven&#039;t had the opportunity to test it on Windows 7, so I&#039;m afraid I can&#039;t help you debug that.</description>
		<content:encoded><![CDATA[Hi Leendert. Sorry for the trouble. I haven't had the opportunity to test it on Windows 7, so I'm afraid I can't help you debug that.]]></content:encoded>
	</item>
	<item>
		<title>By: Leendert</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8365</link>
		<dc:creator>Leendert</dc:creator>
		<pubDate>Thu, 01 Apr 2010 07:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8365</guid>
		<description>Hi Eddie,
&lt;br /&gt;&lt;br /&gt;
I found thate it probaly is caused by windows 7. On a computer with win-xp it shows (almost) directly the first frame.
&lt;br /&gt;&lt;br /&gt;
thanks for help.   Leendert.</description>
		<content:encoded><![CDATA[Hi Eddie,
<br /><br />
I found thate it probaly is caused by windows 7. On a computer with win-xp it shows (almost) directly the first frame.
<br /><br />
thanks for help.   Leendert.]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8349</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Tue, 30 Mar 2010 23:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8349</guid>
		<description>Hi Leendert.&lt;br /&gt;&lt;br /&gt;

I&#039;m sorry, then, I don&#039;t know what could be causing that. Could it be it is showing the first frame of the movie?
&lt;br /&gt;
-Eddie</description>
		<content:encoded><![CDATA[Hi Leendert.<br /><br />

I'm sorry, then, I don't know what could be causing that. Could it be it is showing the first frame of the movie?
<br />
-Eddie]]></content:encoded>
	</item>
	<item>
		<title>By: Leendert</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8340</link>
		<dc:creator>Leendert</dc:creator>
		<pubDate>Tue, 30 Mar 2010 08:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8340</guid>
		<description>Hey Eddiie,
&lt;br /&gt;
Thanks for your responce but :(  My problem is; when the webpage with the player is loaded it shows the startimage when you click on the play button this image is disapearing and the playerscreen gets black for some time. After the flv is loaded for about 75% then the movie start and also the loadingbar is visuable.
&lt;br /&gt;&lt;br /&gt;
thanks</description>
		<content:encoded><![CDATA[Hey Eddiie,
<br />
Thanks for your responce but :(  My problem is; when the webpage with the player is loaded it shows the startimage when you click on the play button this image is disapearing and the playerscreen gets black for some time. After the flv is loaded for about 75% then the movie start and also the loadingbar is visuable.
<br /><br />
thanks]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8335</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8335</guid>
		<description>Hi Leendert.&lt;br /&gt;&lt;br/&gt;
Check out the original player&#039;s documentation &lt;a href=&quot;http://flv-player.net/players/maxi/documentation/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and try the &lt;b&gt;showloading&lt;/b&gt; option to show a message while initially loading or &lt;b&gt;startimage&lt;/b&gt; to show an initial screenshot.&lt;br/&gt;
Hope that helps!&lt;br/&gt;
-Eddie</description>
		<content:encoded><![CDATA[Hi Leendert.<br /><br />
Check out the original player's documentation <a href="http://flv-player.net/players/maxi/documentation/" rel="nofollow">here</a>, and try the <b>showloading</b> option to show a message while initially loading or <b>startimage</b> to show an initial screenshot.<br />
Hope that helps!<br />
-Eddie]]></content:encoded>
	</item>
	<item>
		<title>By: Leendert</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8332</link>
		<dc:creator>Leendert</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8332</guid>
		<description>Hi Eddie,
&lt;br /&gt; &lt;br /&gt;
When having a slow internet connection it will take some time before a movie starts &quot;playing&quot;. The only thing you see is an empty player whitout showing any activity. I have tried the buffer parameters but nothing happens :(&lt;br /&gt;
Any idea how to show a buffercounter or an hourglass?&lt;br /&gt;&lt;br /&gt;

thanks.
&lt;br /&gt;&lt;br /&gt;
Leendert</description>
		<content:encoded><![CDATA[Hi Eddie,
<br /> <br />
When having a slow internet connection it will take some time before a movie starts "playing". The only thing you see is an empty player whitout showing any activity. I have tried the buffer parameters but nothing happens :(<br />
Any idea how to show a buffercounter or an hourglass?<br /><br />

thanks.
<br /><br />
Leendert]]></content:encoded>
	</item>
</channel>
</rss>

