<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript/tags/20</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 11:03:35 GMT</pubDate>
<item>
<title>(ActionScript) add HTML tag to a string - discorax</title>
<link>http://snipplr.com/view/4480/add-html-tag-to-a-string/</link>
<description><![CDATA[ <p>This is a handy little function that takes the htmlText value of a TextField and ads a specified tag at the beginning and end of the string. Handy for quick formatting tags such as bold, italic, underline,  but could be used to add complex style data as it takes any string value.</p> ]]></description>
<pubDate>Wed, 09 Jan 2008 16:52:23 GMT</pubDate>
<guid>http://snipplr.com/view/4480/add-html-tag-to-a-string/</guid>
</item>
<item>
<title>(ActionScript) array_search function "needle in a haystack" - discorax</title>
<link>http://snipplr.com/view/4479/arraysearch-function-needle-in-a-haystack/</link>
<description><![CDATA[ <p>I use this function in php a lot, and now I can use it in my Flash AS2 projects. Searches through an array for a string value and returns the index of that string.  Can be modified to search for other data types ie. MovieClip, Number, etc...</p> ]]></description>
<pubDate>Wed, 09 Jan 2008 16:44:17 GMT</pubDate>
<guid>http://snipplr.com/view/4479/arraysearch-function-needle-in-a-haystack/</guid>
</item>
</channel>
</rss>