<?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/html</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 17:18:07 GMT</pubDate>
<item>
<title>(ActionScript 3) Remove HTML tags - burnandbass</title>
<link>http://snipplr.com/view/60500/remove-html-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Nov 2011 03:30:46 GMT</pubDate>
<guid>http://snipplr.com/view/60500/remove-html-tags/</guid>
</item>
<item>
<title>(ActionScript 3) parse "&amp;amp;apos: etc to Html - GunnarHKarlsson</title>
<link>http://snipplr.com/view/58970/parse-apos-etc-to-html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Sep 2011 10:51:16 GMT</pubDate>
<guid>http://snipplr.com/view/58970/parse-apos-etc-to-html/</guid>
</item>
<item>
<title>(ActionScript 3) Eliminar etiquetas HTML de un texto - JoseKar</title>
<link>http://snipplr.com/view/53248/eliminar-etiquetas-html-de-un-texto/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 May 2011 22:00:52 GMT</pubDate>
<guid>http://snipplr.com/view/53248/eliminar-etiquetas-html-de-un-texto/</guid>
</item>
<item>
<title>(ActionScript 3) Color Const: grays, html colors, svg colors - mgeduld</title>
<link>http://snipplr.com/view/47477/color-const-grays-html-colors-svg-colors/</link>
<description><![CDATA[ <p>This is based on http://www.snipplr.com/view/46082/as3-html-color-keywords-colorname-class/

I found that link really useful, but it's more complex than I needed. I just wanted a simple list of consts. So I ran the above through a regexp and extracted the following code, adding the grays to it.

I also added the NO_COLOR const, which I sometimes find useful (and why I used ints intead of uints, which can't ever be negative). Color values are always positive numbers. There's no equivalent to null, because zero is a color (black). So NO_COLOR is my faux null.</p> ]]></description>
<pubDate>Wed, 19 Jan 2011 08:25:55 GMT</pubDate>
<guid>http://snipplr.com/view/47477/color-const-grays-html-colors-svg-colors/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Encode and Decode HTML Entity Names (Full Set) - adrianparr</title>
<link>http://snipplr.com/view/46566/as3-encode-and-decode-html-entity-names-full-set/</link>
<description><![CDATA[ <p>Use this static class to encode and decode HTML Entity Names. For some reason Snipplr doesn't display all the code, so download the ZIP file for a full working demo and source code.</p> ]]></description>
<pubDate>Thu, 06 Jan 2011 01:45:52 GMT</pubDate>
<guid>http://snipplr.com/view/46566/as3-encode-and-decode-html-entity-names-full-set/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Unescape HTML (inc. common Entity Names - But not all) - adrianparr</title>
<link>http://snipplr.com/view/45596/as3-unescape-html-inc-common-entity-names--but-not-all/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Dec 2010 06:20:06 GMT</pubDate>
<guid>http://snipplr.com/view/45596/as3-unescape-html-inc-common-entity-names--but-not-all/</guid>
</item>
<item>
<title>(ActionScript 3) Get the URL of the host webpage - mgeduld</title>
<link>http://snipplr.com/view/45040/get-the-url-of-the-host-webpage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Nov 2010 08:08:39 GMT</pubDate>
<guid>http://snipplr.com/view/45040/get-the-url-of-the-host-webpage/</guid>
</item>
<item>
<title>(ActionScript 3) Flash, Flex and Html to pass parameters - activetofocus</title>
<link>http://snipplr.com/view/41050/flash-flex-and-html-to-pass-parameters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Sep 2010 14:10:33 GMT</pubDate>
<guid>http://snipplr.com/view/41050/flash-flex-and-html-to-pass-parameters/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Grabbing Flashvar's From HTML - visualadvance</title>
<link>http://snipplr.com/view/39493/as3-grabbing-flashvars-from-html/</link>
<description><![CDATA[ <p>Grabs the flashvar parameter from the HTML called "filepath" or whatever you want.</p> ]]></description>
<pubDate>Wed, 25 Aug 2010 05:17:20 GMT</pubDate>
<guid>http://snipplr.com/view/39493/as3-grabbing-flashvars-from-html/</guid>
</item>
<item>
<title>(ActionScript 3) Centre Flash Movie (SWF) in Browser Horizontally and Vertically (Using CSS and SWFObject 2.2) - adrianparr</title>
<link>http://snipplr.com/view/37014/centre-flash-movie-swf-in-browser-horizontally-and-vertically-using-css-and-swfobject-22/</link>
<description><![CDATA[ <p>This CSS code is useful if you want to centre your Flash Movie in the browser horizontally and vertically.</p> ]]></description>
<pubDate>Sat, 10 Jul 2010 00:29:28 GMT</pubDate>
<guid>http://snipplr.com/view/37014/centre-flash-movie-swf-in-browser-horizontally-and-vertically-using-css-and-swfobject-22/</guid>
</item>
<item>
<title>(ActionScript 3) Strip HTML tags from RSS - sidneydekoning</title>
<link>http://snipplr.com/view/36595/strip-html-tags-from-rss/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 02 Jul 2010 08:40:42 GMT</pubDate>
<guid>http://snipplr.com/view/36595/strip-html-tags-from-rss/</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>
<item>
<title>(ActionScript 3) AS3 HTML clean up - trevorhartman</title>
<link>http://snipplr.com/view/22000/as3-html-clean-up/</link>
<description><![CDATA[ <p>AS3 does some weird things with HTML.  Here are a few ways to handle common problems.  The worst offender that many people encounter is double carriage returns.  Regex those nasty buggers into oblivion (aka \n)!</p> ]]></description>
<pubDate>Tue, 27 Oct 2009 20:30:56 GMT</pubDate>
<guid>http://snipplr.com/view/22000/as3-html-clean-up/</guid>
</item>
<item>
<title>(ActionScript 3) Fullscreen with ActionScript 3 - antpaw</title>
<link>http://snipplr.com/view/14540/fullscreen-with-actionscript-3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Apr 2009 13:30:25 GMT</pubDate>
<guid>http://snipplr.com/view/14540/fullscreen-with-actionscript-3/</guid>
</item>
</channel>
</rss>