<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Playr</title>
	<atom:link href="http://playr.nocreativity.com/feed" rel="self" type="application/rss+xml" />
	<link>http://playr.nocreativity.com</link>
	<description>The Actionscript 3 music player</description>
	<pubDate>Tue, 05 May 2009 23:24:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Interview about Playr at InfoQ</title>
		<link>http://playr.nocreativity.com/interview-about-playr-at-infoq</link>
		<comments>http://playr.nocreativity.com/interview-about-playr-at-infoq#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:27:37 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
		
		<category><![CDATA[Featured]]></category>

		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://playr.nocreativity.com/?p=57</guid>
		<description><![CDATA[The cool people at InfoQ featured Playr on their website, along with an interview.
Seen as I never really told the story to anyone, this might be intresting to some of you  
Read it here!
]]></description>
			<content:encoded><![CDATA[<p>The cool people at <a href="http://www.infoq.com/" target="_blank">InfoQ</a> featured Playr on their website, along with an interview.<br />
Seen as I never really told the story to anyone, this might be intresting to some of you <img src='http://playr.nocreativity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Read it <a href="http://www.infoq.com/news/2009/02/playr-as-library" target="_blank">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://playr.nocreativity.com/interview-about-playr-at-infoq/feed</wfw:commentRss>
		</item>
		<item>
		<title>Example sources available!</title>
		<link>http://playr.nocreativity.com/example-sources-available</link>
		<comments>http://playr.nocreativity.com/example-sources-available#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:44:56 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
		
		<category><![CDATA[Playr]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[examples]]></category>

		<category><![CDATA[flex]]></category>

		<category><![CDATA[mxml]]></category>

		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://playr.nocreativity.com/?p=54</guid>
		<description><![CDATA[Many people have asked me when I would release the source for the 2 examples listed in the demos section. I should&#8217;ve uploaded those right away but somehow I just postponed it&#8230; Anyway: here they are!

MXML code for SingleTrack - download
MXML code for FullBlown - download

As always: feel free to suggest new features, or report [...]]]></description>
			<content:encoded><![CDATA[<p>Many people have asked me when I would release the source for the 2 examples listed in the <a href="http://playr.nocreativity.com/demos">demos</a> section. I should&#8217;ve uploaded those right away but somehow I just postponed it&#8230; Anyway: here they are!</p>
<ul>
<li style="text-align: left;">MXML code for <a href="http://playr.nocreativity.com/look/singletrack/" target="_blank">SingleTrack</a> - <a href="http://playr.nocreativity.com/get/singleTrack.mxml" target="_blank">download</a></li>
<li style="text-align: left;">MXML code for <a href="http://playr.nocreativity.com/look/fullblown/" target="_blank">FullBlown</a> - <a href="http://playr.nocreativity.com/get/fullBlown.mxml" target="_blank">download</a></li>
</ul>
<p>As always: feel free to suggest new features, or report bugs.<br />
Good luck and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://playr.nocreativity.com/example-sources-available/feed</wfw:commentRss>
		</item>
		<item>
		<title>Playr update: Complete event and toggle methods</title>
		<link>http://playr.nocreativity.com/playr-update-complete-event-and-toggle-methods</link>
		<comments>http://playr.nocreativity.com/playr-update-complete-event-and-toggle-methods#comments</comments>
		<pubDate>Sat, 17 Jan 2009 04:06:06 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
		
		<category><![CDATA[Playr]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[events]]></category>

		<category><![CDATA[methods]]></category>

		<guid isPermaLink="false">http://playr.nocreativity.com/?p=48</guid>
		<description><![CDATA[Hey all!
First of all: thanks for the massive feedback you guys sent me in! The most wanted feature was a method to toggle play() and pause(). I added that in this release.
And the biggest glitch happend in the most important part of the class: the events. I forgot to implement the &#8216;Track Complete&#8217; event, so [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all!</p>
<p>First of all: thanks for the massive feedback you guys sent me in! The most wanted feature was a method to toggle play() and pause(). I added that in this release.</p>
<p>And the biggest glitch happend in the most important part of the class: the events. I forgot to implement the &#8216;Track Complete&#8217; event, so I added that as well.</p>
<p>The following were added to the feature list:</p>
<ul>
<li>Events
<ul>
<li>PlayrEvent.NEXT_TRACK</li>
<li>PlayrEvent.PREV_TRACK</li>
<li>TRACK_COMPLETE</li>
</ul>
</li>
<li>Methods
<ul>
<li>togglePlayPause()</li>
<li>registerTogglePlayPause()<span id="more-48"></span></li>
</ul>
</li>
</ul>
<p>Finally there were still a lot of traces in the class which I hadn&#8217;t removed before releasing. I removed those now, so your output window should stay clear of my traces <img src='http://playr.nocreativity.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Furthermore: A few people have already been using Playr in real projects. I&#8217;ve added them to the showcase section of the site!</p>
<p>If you&#8217;re using Playr, feel free to send me a link to your project. I&#8217;ll be happy to add it to the list.</p>
<p>Download the updated Playr class <a href="http://playr.nocreativity.com/download.php">here</a> <img src='http://playr.nocreativity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I hope you guys like it! Feel free to suggest new features/report bugs and missing events.</p>
]]></content:encoded>
			<wfw:commentRss>http://playr.nocreativity.com/playr-update-complete-event-and-toggle-methods/feed</wfw:commentRss>
		</item>
		<item>
		<title>Playr 2.0 is there!</title>
		<link>http://playr.nocreativity.com/playr-20-is-there</link>
		<comments>http://playr.nocreativity.com/playr-20-is-there#comments</comments>
		<pubDate>Wed, 17 Dec 2008 22:19:12 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
		
		<category><![CDATA[Playr]]></category>

		<category><![CDATA[feature list]]></category>

		<category><![CDATA[Playr 2.0]]></category>

		<category><![CDATA[Release]]></category>

		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://playr.nocreativity.com/?p=45</guid>
		<description><![CDATA[After months of writing code, listening to the same tracks over and over and over again, rewriting those pieces of code and doing all of it over and over again, Playr 2.0 is finally ready.
Playr 2.0 has a lot of improvements. The most important ones are

Playlist pluggable
Playlist management
Trackdirectory
Fading methods
Panning
Better error handling
More effectient constructors
More stability
A awesome [...]]]></description>
			<content:encoded><![CDATA[<p>After months of writing code, listening to the same tracks over and over and over again, rewriting those pieces of code and doing all of it over and over again, Playr 2.0 is finally ready.</p>
<p>Playr 2.0 has a lot of improvements. The most important ones are</p>
<ul>
<li>Playlist pluggable</li>
<li>Playlist management</li>
<li>Trackdirectory</li>
<li>Fading methods</li>
<li>Panning</li>
<li>Better error handling</li>
<li>More effectient constructors</li>
<li>More stability</li>
<li>A awesome lot of bugfixes</li>
</ul>
<p>I&#8217;ve put lots and lots of work in this. I really hope you like it. I&#8217;ve been using it in a project already and I really enjoyed how it made integrating music easy as hell. I hope Playr can do the same thing for you too.</p>
<p>Special thanks to everybody who tested the class and sent me feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://playr.nocreativity.com/playr-20-is-there/feed</wfw:commentRss>
		</item>
		<item>
		<title>Playr 2.0 site online</title>
		<link>http://playr.nocreativity.com/playr-20-site-online</link>
		<comments>http://playr.nocreativity.com/playr-20-site-online#comments</comments>
		<pubDate>Thu, 11 Dec 2008 00:40:36 +0000</pubDate>
		<dc:creator>Ronny</dc:creator>
		
		<category><![CDATA[Playr]]></category>

		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://playr.nocreativity.com/?p=3</guid>
		<description><![CDATA[If you&#8217;re reading this&#8230; Then you&#8217;re TOO early! Nothing to see here but an empty blog!!
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this&#8230; Then you&#8217;re TOO early! Nothing to see here but an empty blog!!</p>
]]></content:encoded>
			<wfw:commentRss>http://playr.nocreativity.com/playr-20-site-online/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
