<?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/xml</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 00:39:26 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 Parse TimedText (TT) XML Captions File - adrianparr</title>
<link>http://snipplr.com/view/62031/as3-parse-timedtext-tt-xml-captions-file/</link>
<description><![CDATA[ <p>TimedText (TT) XML captions files can have namespaces that cause problems when parsing them in AS3. To get around this you can use this code to remove the namespace from the root XML node using Regex. This example uses</p> ]]></description>
<pubDate>Wed, 21 Dec 2011 00:10:31 GMT</pubDate>
<guid>http://snipplr.com/view/62031/as3-parse-timedtext-tt-xml-captions-file/</guid>
</item>
<item>
<title>(ActionScript 3) Basic external XML loader - timr</title>
<link>http://snipplr.com/view/61501/basic-external-xml-loader/</link>
<description><![CDATA[ <p>Loads a specified XML file provided in the class constructor. Dispatches an event when the XML is loaded and ready.</p> ]]></description>
<pubDate>Fri, 02 Dec 2011 21:49:00 GMT</pubDate>
<guid>http://snipplr.com/view/61501/basic-external-xml-loader/</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 XML Load/Parse - merrittwjm</title>
<link>http://snipplr.com/view/53161/as3-xml-loadparse/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 May 2011 23:00:27 GMT</pubDate>
<guid>http://snipplr.com/view/53161/as3-xml-loadparse/</guid>
</item>
<item>
<title>(ActionScript 3) Load XML file - marzsman</title>
<link>http://snipplr.com/view/51525/load-xml-file/</link>
<description><![CDATA[ <p>Load an XML and pars it</p> ]]></description>
<pubDate>Mon, 04 Apr 2011 23:09:15 GMT</pubDate>
<guid>http://snipplr.com/view/51525/load-xml-file/</guid>
</item>
<item>
<title>(ActionScript 3) deleteNameSpace XML - darkbaron1912</title>
<link>http://snipplr.com/view/50056/deletenamespace-xml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Mar 2011 23:42:11 GMT</pubDate>
<guid>http://snipplr.com/view/50056/deletenamespace-xml/</guid>
</item>
<item>
<title>(ActionScript 3) Convert ArrayCollection or Object to XML - msdevweb</title>
<link>http://snipplr.com/view/49957/convert-arraycollection-or-object-to-xml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Mar 2011 06:08:58 GMT</pubDate>
<guid>http://snipplr.com/view/49957/convert-arraycollection-or-object-to-xml/</guid>
</item>
<item>
<title>(ActionScript 3) xml reverse - mediapoint</title>
<link>http://snipplr.com/view/49899/xml-reverse/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Mar 2011 09:59:44 GMT</pubDate>
<guid>http://snipplr.com/view/49899/xml-reverse/</guid>
</item>
<item>
<title>(ActionScript 3) XML sorting by attribute - mediapoint</title>
<link>http://snipplr.com/view/49897/xml-sorting-by-attribute/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Mar 2011 09:20:32 GMT</pubDate>
<guid>http://snipplr.com/view/49897/xml-sorting-by-attribute/</guid>
</item>
<item>
<title>(ActionScript 3) Easy XML Loading util - burnandbass</title>
<link>http://snipplr.com/view/49415/easy-xml-loading-util/</link>
<description><![CDATA[ <p>Simple usage:

var xmlLoader:LoadXMLUtil = new LoadXMLUtil("path_to_xml.xml");
xmlLoader.addEventListener(Event.COMPLETE, onLoaderComplete);

private function onLoaderComplete(event:Event):void{
			trace("Loaded XML: ");
			trace(xmlLoader.xml);
		}</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 22:13:43 GMT</pubDate>
<guid>http://snipplr.com/view/49415/easy-xml-loading-util/</guid>
</item>
<item>
<title>(ActionScript 3) xml parsing - darkbaron1912</title>
<link>http://snipplr.com/view/49093/xml-parsing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Feb 2011 00:16:35 GMT</pubDate>
<guid>http://snipplr.com/view/49093/xml-parsing/</guid>
</item>
<item>
<title>(ActionScript 3) xml loader class - hejaaa</title>
<link>http://snipplr.com/view/47134/xml-loader-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Jan 2011 20:58:34 GMT</pubDate>
<guid>http://snipplr.com/view/47134/xml-loader-class/</guid>
</item>
<item>
<title>(ActionScript 3) Load xml - martin9999uk</title>
<link>http://snipplr.com/view/46873/load-xml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 23:20:32 GMT</pubDate>
<guid>http://snipplr.com/view/46873/load-xml/</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 Replace Special XML Characters with Entity Names (Partial Set) - adrianparr</title>
<link>http://snipplr.com/view/45887/as3-replace-special-xml-characters-with-entity-names-partial-set/</link>
<description><![CDATA[ <p>These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.</p> ]]></description>
<pubDate>Fri, 17 Dec 2010 23:00:40 GMT</pubDate>
<guid>http://snipplr.com/view/45887/as3-replace-special-xml-characters-with-entity-names-partial-set/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Load External XML File - adrianparr</title>
<link>http://snipplr.com/view/40137/as3-load-external-xml-file/</link>
<description><![CDATA[ <p>Here is a Document Class that loads an external XML file.</p> ]]></description>
<pubDate>Wed, 08 Sep 2010 22:42:15 GMT</pubDate>
<guid>http://snipplr.com/view/40137/as3-load-external-xml-file/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Recursive Function - dxc381</title>
<link>http://snipplr.com/view/38586/as3-recursive-function/</link>
<description><![CDATA[ <p>Run through infinite xml child nodes.</p> ]]></description>
<pubDate>Fri, 06 Aug 2010 04:55:44 GMT</pubDate>
<guid>http://snipplr.com/view/38586/as3-recursive-function/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: load XML - Daxander</title>
<link>http://snipplr.com/view/38188/as3-load-xml/</link>
<description><![CDATA[ <p>How to load XML</p> ]]></description>
<pubDate>Mon, 02 Aug 2010 01:04:47 GMT</pubDate>
<guid>http://snipplr.com/view/38188/as3-load-xml/</guid>
</item>
<item>
<title>(ActionScript 3) Simple Flash / AS3 Slideshow using GreenSock LoaderMax - adamcoulombe</title>
<link>http://snipplr.com/view/36983/simple-flash--as3-slideshow-using-greensock-loadermax/</link>
<description><![CDATA[ <p>Basic usage of GreenSock\'s LoaderMax class for AS3. A simple slideshow controlled via XML.\r\n\r\nGo to http://adamcoulombe.info/lab/as3/loadermaxslideshow/ for demo and downloads.</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 04:57:14 GMT</pubDate>
<guid>http://snipplr.com/view/36983/simple-flash--as3-slideshow-using-greensock-loadermax/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 XML Setup - one984</title>
<link>http://snipplr.com/view/33975/as3-xml-setup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 May 2010 18:40:16 GMT</pubDate>
<guid>http://snipplr.com/view/33975/as3-xml-setup/</guid>
</item>
</channel>
</rss>