<?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-3/tags/remove</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 23:59:28 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 Remove Tabs and NewLine Characters - adrianparr</title>
<link>http://snipplr.com/view/65761/as3-remove-tabs-and-newline-characters/</link>
<description><![CDATA[ <p>If you load text in from an XML file that is wrapped in CDATA tags using 'XML.ignoreWhitespace = true' does not work. This function removes the tabs and linebreaks. To have linebreaks use '' tags.</p> ]]></description>
<pubDate>Fri, 22 Jun 2012 19:30:41 GMT</pubDate>
<guid>http://snipplr.com/view/65761/as3-remove-tabs-and-newline-characters/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Insert and Delete Characters at TextField CaretIndex Position - adrianparr</title>
<link>http://snipplr.com/view/60933/as3-insert-and-delete-characters-at-textfield-caretindex-position/</link>
<description><![CDATA[ <p>This code gets the current caretIndex in the textfield and then inserts the specified string at that point. The caretIndex position is then updated using setSelection, ready for the next insertion. This was developed to be used with an on-screen keyboard (for entering text into a textfield when the user is in fullscreen mode). The backspace button is intended to function in the same manner as pressing the delete key on your keyboard.</p> ]]></description>
<pubDate>Thu, 17 Nov 2011 22:09:46 GMT</pubDate>
<guid>http://snipplr.com/view/60933/as3-insert-and-delete-characters-at-textfield-caretindex-position/</guid>
</item>
<item>
<title>(ActionScript 3) Remove diacritics - hejaaa</title>
<link>http://snipplr.com/view/59956/remove-diacritics/</link>
<description><![CDATA[ <p>remove diacritics with the possibility convert to lowercase</p> ]]></description>
<pubDate>Wed, 19 Oct 2011 20:01:08 GMT</pubDate>
<guid>http://snipplr.com/view/59956/remove-diacritics/</guid>
</item>
<item>
<title>(ActionScript 3) Removing Greek Glyphs (eg ά, Ά) - feeorin</title>
<link>http://snipplr.com/view/58751/removing-greek-glyphs-eg--/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 17 Sep 2011 01:41:10 GMT</pubDate>
<guid>http://snipplr.com/view/58751/removing-greek-glyphs-eg--/</guid>
</item>
<item>
<title>(ActionScript 3) removeAllChildren - okhy</title>
<link>http://snipplr.com/view/58670/removeallchildren/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Sep 2011 16:28:59 GMT</pubDate>
<guid>http://snipplr.com/view/58670/removeallchildren/</guid>
</item>
<item>
<title>(ActionScript 3) Remove and null all children of a display object container - radykal</title>
<link>http://snipplr.com/view/58071/remove-and-null-all-children-of-a-display-object-container/</link>
<description><![CDATA[ <p>I create this recursive function to remove and null all children inside a display object container.</p> ]]></description>
<pubDate>Sun, 21 Aug 2011 23:52:08 GMT</pubDate>
<guid>http://snipplr.com/view/58071/remove-and-null-all-children-of-a-display-object-container/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove namespace from XML - adrianparr</title>
<link>http://snipplr.com/view/56876/as3-remove-namespace-from-xml/</link>
<description><![CDATA[ <p>If you don't deal with namespaces in XML correctly they can break your parsing in AS3. One way of getting around this is to remove the namespace from the XML a using regular expression.</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 00:29:08 GMT</pubDate>
<guid>http://snipplr.com/view/56876/as3-remove-namespace-from-xml/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove an element from an array - adrianparr</title>
<link>http://snipplr.com/view/56186/as3-remove-an-element-from-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jul 2011 23:25:00 GMT</pubDate>
<guid>http://snipplr.com/view/56186/as3-remove-an-element-from-an-array/</guid>
</item>
<item>
<title>(ActionScript 3) UPDATED: Remove Flex Background - scottwatkins</title>
<link>http://snipplr.com/view/50940/updated-remove-flex-background/</link>
<description><![CDATA[ <p>UPDATE: The original code posted produces an error in IE9 on Windows 7. Please use the following snippit instead.

If you need to embed a flex application inside another swf, the flex background (even if alpha=0) will not allow your cursor to interact with the containing application from within the bounds of the embedded application. This snippet removes that default flex background.</p> ]]></description>
<pubDate>Tue, 22 Mar 2011 08:58:37 GMT</pubDate>
<guid>http://snipplr.com/view/50940/updated-remove-flex-background/</guid>
</item>
<item>
<title>(ActionScript 3) Remove elements from an associative array - feeorin</title>
<link>http://snipplr.com/view/49388/remove-elements-from-an-associative-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Feb 2011 10:44:23 GMT</pubDate>
<guid>http://snipplr.com/view/49388/remove-elements-from-an-associative-array/</guid>
</item>
<item>
<title>(ActionScript 3) Usefull Array utils - SHUFFLE, Random, remove, - burnandbass</title>
<link>http://snipplr.com/view/45238/usefull-array-utils--shuffle-random-remove/</link>
<description><![CDATA[ <p>Sometimes you need special array functions, not build in AS3. Special ArrayUtils class with some static methods can help us :)</p> ]]></description>
<pubDate>Fri, 03 Dec 2010 22:59:03 GMT</pubDate>
<guid>http://snipplr.com/view/45238/usefull-array-utils--shuffle-random-remove/</guid>
</item>
<item>
<title>(ActionScript 3) Remove an Object, iPhone App Style - Activetuts</title>
<link>http://snipplr.com/view/44425/remove-an-object-iphone-app-style/</link>
<description><![CDATA[ <p>How to create a delete effect inspired by the iPhone iOS interface. By Carlos Yanez.</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 19:18:31 GMT</pubDate>
<guid>http://snipplr.com/view/44425/remove-an-object-iphone-app-style/</guid>
</item>
<item>
<title>(ActionScript 3) Empty a container movieclip of all its children using AS3 - StevenW721</title>
<link>http://snipplr.com/view/43870/empty-a-container-movieclip-of-all-its-children-using-as3/</link>
<description><![CDATA[ <p>Where "_description" is the movieclip instance, the following will remove all children from it. This for loop can also be used to do other things to all the children like adding listeners.</p> ]]></description>
<pubDate>Wed, 10 Nov 2010 09:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/43870/empty-a-container-movieclip-of-all-its-children-using-as3/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove Non-Numeric Characters from a String - adrianparr</title>
<link>http://snipplr.com/view/42134/as3-remove-nonnumeric-characters-from-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Oct 2010 22:35:00 GMT</pubDate>
<guid>http://snipplr.com/view/42134/as3-remove-nonnumeric-characters-from-a-string/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove Carriage Returns And New Lines Using Regular Expressions - adrianparr</title>
<link>http://snipplr.com/view/37062/as3-remove-carriage-returns-and-new-lines-using-regular-expressions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Jul 2010 06:17:51 GMT</pubDate>
<guid>http://snipplr.com/view/37062/as3-remove-carriage-returns-and-new-lines-using-regular-expressions/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Strip Spaces from a String - adrianparr</title>
<link>http://snipplr.com/view/34460/as3-strip-spaces-from-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 May 2010 05:47:18 GMT</pubDate>
<guid>http://snipplr.com/view/34460/as3-strip-spaces-from-a-string/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Trim Whitespace From the Beginning and End of a String - adrianparr</title>
<link>http://snipplr.com/view/34129/as3-trim-whitespace-from-the-beginning-and-end-of-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 May 2010 09:55:57 GMT</pubDate>
<guid>http://snipplr.com/view/34129/as3-trim-whitespace-from-the-beginning-and-end-of-a-string/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Using Push, Pop, Unshift and Shift on Arrays - adrianparr</title>
<link>http://snipplr.com/view/29894/as3-using-push-pop-unshift-and-shift-on-arrays/</link>
<description><![CDATA[ <p>I always forget which method does what. This is just as a quick reminder.</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 11:09:02 GMT</pubDate>
<guid>http://snipplr.com/view/29894/as3-using-push-pop-unshift-and-shift-on-arrays/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove Border and Background on TextArea Component - adrianparr</title>
<link>http://snipplr.com/view/28373/as3-remove-border-and-background-on-textarea-component/</link>
<description><![CDATA[ <p>These two lines remove the border from an ActionScript 3 TextArea component instance. You can also double-click on the TextArea on the stage, go in to the 'focusRectSkin' MovieClip and set the 'border' layer as a guide.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 07:07:40 GMT</pubDate>
<guid>http://snipplr.com/view/28373/as3-remove-border-and-background-on-textarea-component/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove HTML Tags From Text - adrianparr</title>
<link>http://snipplr.com/view/28362/as3-remove-html-tags-from-text/</link>
<description><![CDATA[ <p>Grant Skinner's RegExr: Online Regular Expression Testing Tool is very handy for checking your regular expressions.
http://www.gskinner.com/RegExr/</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 05:02:06 GMT</pubDate>
<guid>http://snipplr.com/view/28362/as3-remove-html-tags-from-text/</guid>
</item>
</channel>
</rss>