<?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>The Burned Out Hippy &#187; Updates</title>
	<atom:link href="http://www.burnedouthippy.com/category/updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burnedouthippy.com</link>
	<description>~ Hugging Flash into submission ~</description>
	<lastBuildDate>Mon, 07 Nov 2011 09:42:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The FindURL() Class (v1.2)</title>
		<link>http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/</link>
		<comments>http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 10:56:52 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[processor]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=328</guid>
		<description><![CDATA[I&#8217;ve updated the FindURL class because a couple of people were asking for the ability to target a new browser window. The class can be completely overwritten and shouldn&#8217;t affect any old code that you may have produced&#8230;it targets the same window as default. However if you want to target a new browser window you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the <a href="www.burnedouthippy.com/downloads/findURL/FindURL.zip" target="_blank">FindURL class</a> because a couple of people were asking for the ability to target a new browser window. The class can be completely overwritten and shouldn&#8217;t affect any old code that you may have produced&#8230;it targets the same window as default.</p>
<p>However if you want to target a new browser window you can now do so by adding an additional parameter&#8230;&#8221;_blank&#8221;. See the example below:</p>
<p><code>var input:String = "blah blah blah http://www.burnedouthippy.com blah blah blah";<br />
var fU:FindURL = new FindURL(input, "_blank");<br />
var output:String = fU.Process();</code></p>
<p>If you run a trace on output, you&#8217;ll see that the new string has HTML a tags inside it and it also now targets a new browser. You can change &#8220;_blank&#8221; for any other HTML target and it should work just fine&#8230;alternatively, completely leave out the second parameter and it will automatically target &#8220;_self&#8221;.</p>
<p><a href="www.burnedouthippy.com/downloads/findURL/FindURL.zip">Download the FindURL v1.2</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/share?url=http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/&text=The+FindURL%28%29+Class+%28v1.2%29&via=burnedouthippy" title="Post to Twitter"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/&amp;t=The+FindURL%28%29+Class+%28v1.2%29" title="Post to Facebook"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://stumbleupon.com/submit?url=http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/&amp;title=The+FindURL%28%29+Class+%28v1.2%29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://digg.com/submit?url=http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/&amp;title=The+FindURL%28%29+Class+%28v1.2%29" title="Post to Digg"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/10/the-findurl-class-v1-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated: FindURL (v1.1)</title>
		<link>http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/</link>
		<comments>http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:20:08 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[processor]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=33</guid>
		<description><![CDATA[The FindURL class has been updated and the new version can be found here. This new version corrects a rather embarrassing issue &#8211; the class was returning no text at all if no URL was present in the text. I was so wrapped up with trying to get it to look for URLs in a [...]]]></description>
			<content:encoded><![CDATA[<p>The FindURL class has been updated and <a href="http://www.burnedouthippy.com/downloads/findURL/FindURL.zip" target="_blank">the new version can be found here</a>.</p>
<p>This new version corrects a rather embarrassing issue &#8211; the class was returning no text at all if no URL was present in the text. I was so wrapped up with trying to get it to look for URLs in a text block, it didn&#8217;t cross my mind to test it without any at all! Problem solved now though, simply overwrite the previous version and everything should work as before.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/share?url=http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/&text=Updated%3A+FindURL+%28v1.1%29&via=burnedouthippy" title="Post to Twitter"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/&amp;t=Updated%3A+FindURL+%28v1.1%29" title="Post to Facebook"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://stumbleupon.com/submit?url=http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/&amp;title=Updated%3A+FindURL+%28v1.1%29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://digg.com/submit?url=http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/&amp;title=Updated%3A+FindURL+%28v1.1%29" title="Post to Digg"><img class="nothumb" src="http://www.burnedouthippy.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2009/08/updated-findurl-v1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

