<?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: FLV player Lite 1.8 released</title>
	<atom:link href="http://flvplayerlite.com/2009/05/flv-player-lite-18-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://flvplayerlite.com/2009/05/flv-player-lite-18-released/</link>
	<description>your online streaming videos</description>
	<lastBuildDate>Sun, 02 Aug 2009 14:04:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Manu</title>
		<link>http://flvplayerlite.com/2009/05/flv-player-lite-18-released/comment-page-1/#comment-24</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flvplayerlite.com/?p=600#comment-24</guid>
		<description>Thanks for your feedback, Alex. More to come soon! ;)</description>
		<content:encoded><![CDATA[<p>Thanks for your feedback, Alex. More to come soon! <img src='http://flvplayerlite.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://flvplayerlite.com/2009/05/flv-player-lite-18-released/comment-page-1/#comment-23</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.flvplayerlite.com/?p=600#comment-23</guid>
		<description>Thank you for the support here and at Flashden! Your player is one of the best i&#039;ve seen</description>
		<content:encoded><![CDATA[<p>Thank you for the support here and at Flashden! Your player is one of the best i&#8217;ve seen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://flvplayerlite.com/2009/05/flv-player-lite-18-released/comment-page-1/#comment-22</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flvplayerlite.com/?p=600#comment-22</guid>
		<description>Dear Alex, I assume smarty is a cms. The code you wrote is from the old version of swfobject. You can use just the same variables by using the syntax of your cms, like this:

var so = new SWFObject(&#039;playerLite.swf&#039;,&#039;playerLite&#039;,&#039;590&#039;,&#039;300&#039;,&#039;9);
so.addParam(&quot;allowfullscreen&quot;,&quot;true&quot;);
so.addParam(&quot;allowscriptaccess&quot;,&quot;always&quot;);
so.addVariable(&quot;width&quot;,&quot;590&quot;);
so.addVariable(&quot;height&quot;,&quot;300&quot;);
so.addVariable(&quot;vidWidth&quot;,&quot;590&quot;);
so.addVariable(&quot;vidHeight&quot;,&quot;300&quot;);
so.addVariable(&quot;vidPath&quot;,&quot;http://www.flvplayerlite.com/lab/flv/playerlite.flv&quot;);
so.addVariable(&quot;thumbPath&quot;,&quot;http://www.flvplayerlite.com/lab/jpg/playerlite.jpg&quot;);
so.addVariable(&quot;autoPlay&quot;,&quot;false&quot;);
so.addVariable(&quot;autoLoop&quot;,&quot;false&quot;);
so.addVariable(&quot;seekbar&quot;,&quot;show&quot;);
so.addVariable(&quot;showControls&quot;,&quot;true&quot;);
so.write(&#039;playerLite&#039;); 

For a complete list of all variables refer to the dedicated page: http://www.flvplayerlite.com/?page_id=549</description>
		<content:encoded><![CDATA[<p>Dear Alex, I assume smarty is a cms. The code you wrote is from the old version of swfobject. You can use just the same variables by using the syntax of your cms, like this:</p>
<p>var so = new SWFObject(&#8216;playerLite.swf&#8217;,'playerLite&#8217;,&#8217;590&#8242;,&#8217;300&#8242;,&#8217;9);<br />
so.addParam(&#8220;allowfullscreen&#8221;,&#8221;true&#8221;);<br />
so.addParam(&#8220;allowscriptaccess&#8221;,&#8221;always&#8221;);<br />
so.addVariable(&#8220;width&#8221;,&#8221;590&#8243;);<br />
so.addVariable(&#8220;height&#8221;,&#8221;300&#8243;);<br />
so.addVariable(&#8220;vidWidth&#8221;,&#8221;590&#8243;);<br />
so.addVariable(&#8220;vidHeight&#8221;,&#8221;300&#8243;);<br />
so.addVariable(&#8220;vidPath&#8221;,&#8221;http://www.flvplayerlite.com/lab/flv/playerlite.flv&#8221;);<br />
so.addVariable(&#8220;thumbPath&#8221;,&#8221;http://www.flvplayerlite.com/lab/jpg/playerlite.jpg&#8221;);<br />
so.addVariable(&#8220;autoPlay&#8221;,&#8221;false&#8221;);<br />
so.addVariable(&#8220;autoLoop&#8221;,&#8221;false&#8221;);<br />
so.addVariable(&#8220;seekbar&#8221;,&#8221;show&#8221;);<br />
so.addVariable(&#8220;showControls&#8221;,&#8221;true&#8221;);<br />
so.write(&#8216;playerLite&#8217;); </p>
<p>For a complete list of all variables refer to the dedicated page: <a href="http://www.flvplayerlite.com/?page_id=549" rel="nofollow">http://www.flvplayerlite.com/?page_id=549</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://flvplayerlite.com/2009/05/flv-player-lite-18-released/comment-page-1/#comment-21</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flvplayerlite.com/?p=600#comment-21</guid>
		<description>How can we make this to work with smarty? The code provided within index.html of the free version isn’t recognized by smarty engine. Can you provide another source code like this?

so.addVariable(‘width’,’540’;); so.addVariable(‘location’,’swf/playerLite.swf’;);

Thanks</description>
		<content:encoded><![CDATA[<p>How can we make this to work with smarty? The code provided within index.html of the free version isn’t recognized by smarty engine. Can you provide another source code like this?</p>
<p>so.addVariable(‘width’,’540’;); so.addVariable(‘location’,’swf/playerLite.swf’;);</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://flvplayerlite.com/2009/05/flv-player-lite-18-released/comment-page-1/#comment-20</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 01 Jun 2009 09:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.flvplayerlite.com/?p=600#comment-20</guid>
		<description>Your player rocks, Man! Even the free edition is awesome, I can&#039;t believe how smooth and stylish it is compared to other players. You could even submit this player to replace the one of youtube! :D</description>
		<content:encoded><![CDATA[<p>Your player rocks, Man! Even the free edition is awesome, I can&#8217;t believe how smooth and stylish it is compared to other players. You could even submit this player to replace the one of youtube! <img src='http://flvplayerlite.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
