<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flaxbin.com</title>
	<atom:link href="http://www.flaxbin.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.flaxbin.com</link>
	<description>Flash Media Server Apps</description>
	<lastBuildDate>Fri, 09 Jul 2010 23:35:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove Carriage Returns and New Lines (AS3)</title>
		<link>http://www.flaxbin.com/?p=19&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=remove-carriage-returns-and-new-lines-as3</link>
		<comments>http://www.flaxbin.com/?p=19#comments</comments>
		<pubDate>Fri, 09 Jul 2010 23:35:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3.0]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash media server]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ppv]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[videochat]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[wowza]]></category>

		<guid isPermaLink="false">http://www.flaxbin.com/?p=19</guid>
		<description><![CDATA[function removeCarriageReturnsAndNewLines($myString:String):String { var newString:String; var findCarriageReturnRegExp:RegExp = new RegExp("\r", "gi"); newString = $myString.replace(findCarriageReturnRegExp, ""); var findNewLineRegExp:RegExp = new RegExp("\n", "gi"); newString = newString.replace(findNewLineRegExp, ""); return newString; }]]></description>
			<content:encoded><![CDATA[<p><code><br />
        function removeCarriageReturnsAndNewLines($myString:String):String {<br />
	     var newString:String;<br />
	     var findCarriageReturnRegExp:RegExp = new RegExp("\r", "gi");<br />
	     newString = $myString.replace(findCarriageReturnRegExp, "");<br />
	     var findNewLineRegExp:RegExp = new RegExp("\n", "gi");<br />
	     newString = newString.replace(findNewLineRegExp, "");<br />
	    return newString;<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaxbin.com/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Videochat (Old App)</title>
		<link>http://www.flaxbin.com/?p=12&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=basic-videochat-old-app</link>
		<comments>http://www.flaxbin.com/?p=12#comments</comments>
		<pubDate>Wed, 12 May 2010 01:53:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[ppv]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[videochat]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[wowza]]></category>

		<guid isPermaLink="false">http://www.flaxbin.com/site/?p=12</guid>
		<description><![CDATA[Here is one of my old apps, a basic videochat written in AS 2.0 you can download the source Here]]></description>
			<content:encoded><![CDATA[<p><strong>Here is one of my old apps, a basic videochat written in AS 2.0</strong></p>
<p><img class="alignnone" title="videochat" src="http://img119.imageshack.us/img119/1649/avchat6kl.jpg" alt="" width="500" height="282" /></p>
<p><strong>you can download the source <a title="Download Source" href="http://www.flaxbin.com/videochat_1.0.zip" target="_blank">Here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaxbin.com/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The New Flaxbin.com !</title>
		<link>http://www.flaxbin.com/?p=1&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hello-world</link>
		<comments>http://www.flaxbin.com/?p=1#comments</comments>
		<pubDate>Tue, 11 May 2010 20:57:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash media server]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://flaxbin.com/site/?p=1</guid>
		<description><![CDATA[I have replaced the old site scheme with wordpress, let&#8217;s start blogging about FMS all the way!. I will be posting tutorials, code snippets, free apps and much more here!]]></description>
			<content:encoded><![CDATA[<p>I have replaced the old site scheme with wordpress, let&#8217;s start blogging about FMS all the way!.</p>
<p>I will be posting tutorials, code snippets, free apps and much more here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flaxbin.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
