<?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: Simple Flash Video 1.7 RC1</title>
	<atom:link href="http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/</link>
	<description>Life @ 30,000 Words per Second</description>
	<lastBuildDate>Tue, 08 Feb 2011 11:59:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Italien</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-4638</link>
		<dc:creator>Italien</dc:creator>
		<pubDate>Sun, 06 Sep 2009 21:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-4638</guid>
		<description>Using the youtube API was a good move, thanks for the simple yet very effective guide... Tim</description>
		<content:encoded><![CDATA[<p>Using the youtube API was a good move, thanks for the simple yet very effective guide&#8230; Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-4620</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 04 Sep 2009 12:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-4620</guid>
		<description>You need to make a play list in XML format and then set that as the file property. 

Example:
&lt;code&gt;&lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&gt;
&lt;playlist version=&#039;1&#039; xmlns=&#039;http://xspf.org/ns/0/&#039;&gt;
  &lt;trackList&gt;
    &lt;track&gt;
      &lt;creator&gt;Artist&lt;/creator&gt;
      &lt;title&gt;Song 1&lt;/title&gt;
      &lt;location&gt;http://my.domain.com/path-to-file/song1.mp3&lt;/location&gt;
    &lt;/track&gt;
    &lt;track&gt;
      &lt;creator&gt;Artist&lt;/creator&gt;
      &lt;title&gt;Video 1&lt;/title&gt;
      &lt;location&gt;http://my.domain.com/path-to-file/video.flv&lt;/location&gt;
      &lt;image&gt;http://my.domain.com/path-to-file/preview.jpg&lt;/image&gt;
      &lt;info&gt;http://my.domain.com/&lt;/info&gt;
    &lt;/track&gt;
  &lt;/trackList&gt;
&lt;/playlist&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You need to make a play list in XML format and then set that as the file property. </p>
<p>Example:<br />
<pre><code>&lt;?xml version='1.0' encoding='UTF-8'?&gt;
&lt;playlist version='1' xmlns='http://xspf.org/ns/0/'&gt;
  &lt;trackList&gt;
    &lt;track&gt;
      &lt;creator&gt;Artist&lt;/creator&gt;
      &lt;title&gt;Song 1&lt;/title&gt;
      &lt;location&gt;http://my.domain.com/path-to-file/song1.mp3&lt;/location&gt;
    &lt;/track&gt;
    &lt;track&gt;
      &lt;creator&gt;Artist&lt;/creator&gt;
      &lt;title&gt;Video 1&lt;/title&gt;
      &lt;location&gt;http://my.domain.com/path-to-file/video.flv&lt;/location&gt;
      &lt;image&gt;http://my.domain.com/path-to-file/preview.jpg&lt;/image&gt;
      &lt;info&gt;http://my.domain.com/&lt;/info&gt;
    &lt;/track&gt;
  &lt;/trackList&gt;
&lt;/playlist&gt;</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confus-ed...</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-4609</link>
		<dc:creator>Confus-ed...</dc:creator>
		<pubDate>Wed, 02 Sep 2009 17:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-4609</guid>
		<description>I&#039;m using wordpress and would like to make a playlist of mp4 videos hosted on my server.  I set the playlist to show in the the admin section, but how do you tell it which videos to place in the playlist, etc...?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using wordpress and would like to make a playlist of mp4 videos hosted on my server.  I set the playlist to show in the the admin section, but how do you tell it which videos to place in the playlist, etc&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-4353</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-4353</guid>
		<description>You need to add in a few things unless they are also set in the admin... playlistheight=300 playlist=bottom you can adjust the size and locations as you needed.</description>
		<content:encoded><![CDATA[<p>You need to add in a few things unless they are also set in the admin&#8230; playlistheight=300 playlist=bottom you can adjust the size and locations as you needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ Luck</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-4351</link>
		<dc:creator>CJ Luck</dc:creator>
		<pubDate>Tue, 18 Aug 2009 19:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-4351</guid>
		<description>How to insert playlists into a post? There is an option to show the playlist in the admin, but what is the shortcode to use a list of files?</description>
		<content:encoded><![CDATA[<p>How to insert playlists into a post? There is an option to show the playlist in the admin, but what is the shortcode to use a list of files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-3123</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 27 Jun 2009 15:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-3123</guid>
		<description>I will have to look into that for version 1.8. Technically you could write your own text widget to contain the needed HTML code. You could have the plguin gerate what you want in a post. No shadowbox etc. and then right click view source. And copy that code into a text widget and you would have what you want right now. Hopefully I can add a widget option in 1.8. As for donations. We do accept donations via paypal. On this page, just before the demo videos you will see a donate button you can use. Thank you!</description>
		<content:encoded><![CDATA[<p>I will have to look into that for version 1.8. Technically you could write your own text widget to contain the needed HTML code. You could have the plguin gerate what you want in a post. No shadowbox etc. and then right click view source. And copy that code into a text widget and you would have what you want right now. Hopefully I can add a widget option in 1.8. As for donations. We do accept donations via paypal. On this page, just before the demo videos you will see a donate button you can use. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Hawkins</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-3120</link>
		<dc:creator>Alex Hawkins</dc:creator>
		<pubDate>Sat, 27 Jun 2009 13:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-3120</guid>
		<description>Love this plugin. Q: How do go about insert the player into a sidebar as a widget? Or better would be the php code to insert into a sidebar. It&#039;s working great inside my posts but can&#039;t get the player to work in the sidebar. If the sidebar is possible(and it was with another plugin called Proplayer), would it be possible to add a playlist but only to it. Also to have the sidebar player not pop up as it does in my posts. I don&#039;t want playlists on the players within my posts either. Thanks guys? Otherwise, best video plugin i&#039;ve seen by far. Do you accept donations?</description>
		<content:encoded><![CDATA[<p>Love this plugin. Q: How do go about insert the player into a sidebar as a widget? Or better would be the php code to insert into a sidebar. It&#8217;s working great inside my posts but can&#8217;t get the player to work in the sidebar. If the sidebar is possible(and it was with another plugin called Proplayer), would it be possible to add a playlist but only to it. Also to have the sidebar player not pop up as it does in my posts. I don&#8217;t want playlists on the players within my posts either. Thanks guys? Otherwise, best video plugin i&#8217;ve seen by far. Do you accept donations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-2968</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-2968</guid>
		<description>Glad to hear things are working for you. If you own a license then can indeed remove the watermark by replacing the mediaplyer.swf with your licensed copy. Since you downloaded yours from rapid share I would imagine you do not so I would suggest you buy one to support the development of the player.</description>
		<content:encoded><![CDATA[<p>Glad to hear things are working for you. If you own a license then can indeed remove the watermark by replacing the mediaplyer.swf with your licensed copy. Since you downloaded yours from rapid share I would imagine you do not so I would suggest you buy one to support the development of the player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-2967</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-2967</guid>
		<description>Google video from what I can tell does not supply an API to pull videos. Without one, I would have to use one of the many scripts that manage to pull the file these work for a while but eventually (some times daily) they change the way things work and the script needs to be updated. I would suggest using Youtube which has a proper API and grants access.</description>
		<content:encoded><![CDATA[<p>Google video from what I can tell does not supply an API to pull videos. Without one, I would have to use one of the many scripts that manage to pull the file these work for a while but eventually (some times daily) they change the way things work and the script needs to be updated. I would suggest using Youtube which has a proper API and grants access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laur</title>
		<link>http://www.simplethoughtproductions.com/2009/06/21/simple-flash-video-1-7-rc1/#comment-2965</link>
		<dc:creator>Laur</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplethoughtproductions.com/?p=1537#comment-2965</guid>
		<description>Hi,

Work grate on my blog &quot; www.browse.ilvie.ro &quot;

I replaced mediaplayer.swf with another version without Watermark logo.

Can download this version from here: LINK REMOVED

Waiting for final version !
Good job, thank you very much!

Sorry for my bad english.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Work grate on my blog &#8221; <a href="http://www.browse.ilvie.ro" >http://www.browse.ilvie.ro</a> &#8221;</p>
<p>I replaced mediaplayer.swf with another version without Watermark logo.</p>
<p>Can download this version from here: LINK REMOVED</p>
<p>Waiting for final version !<br />
Good job, thank you very much!</p>
<p>Sorry for my bad english.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

