<?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/tags/loaderInfo</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 05:07:23 GMT</pubDate>
<item>
<title>(ActionScript 3) Get parameters from Javascript - marzsman</title>
<link>http://snipplr.com/view/51523/get-parameters-from-javascript/</link>
<description><![CDATA[ <p>Get parameters from a flash import</p> ]]></description>
<pubDate>Mon, 04 Apr 2011 23:05:32 GMT</pubDate>
<guid>http://snipplr.com/view/51523/get-parameters-from-javascript/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Bug accessing FlashVars when using TLFTextField (Workaround) - adrianparr</title>
<link>http://snipplr.com/view/45079/as3-bug-accessing-flashvars-when-using-tlftextfield-workaround/</link>
<description><![CDATA[ <p>Note: This example uses Arthropod Debugger (AIR App) which can be downloaded from here http://arthropod.stopp.se/</p> ]]></description>
<pubDate>Wed, 01 Dec 2010 04:10:16 GMT</pubDate>
<guid>http://snipplr.com/view/45079/as3-bug-accessing-flashvars-when-using-tlftextfield-workaround/</guid>
</item>
<item>
<title>(ActionScript 3) Get SWF Base URL - Drakkon</title>
<link>http://snipplr.com/view/37265/get-swf-base-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Jul 2010 07:58:28 GMT</pubDate>
<guid>http://snipplr.com/view/37265/get-swf-base-url/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 SWFReader (by Senocular) - adrianparr</title>
<link>http://snipplr.com/view/31774/as3-swfreader-by-senocular/</link>
<description><![CDATA[ <p>You need to create the 'SWFReader.as' class file (see link above) and save it in to the package (folder structure) 'com/senocular/utils'.</p> ]]></description>
<pubDate>Wed, 14 Apr 2010 09:38:35 GMT</pubDate>
<guid>http://snipplr.com/view/31774/as3-swfreader-by-senocular/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 SWFtrospection (as3swf) - adrianparr</title>
<link>http://snipplr.com/view/31768/as3-swftrospection-as3swf/</link>
<description><![CDATA[ <p>You need to download the SWC from here (http://github.com/claus/as3swf/archives/master) first.</p> ]]></description>
<pubDate>Wed, 14 Apr 2010 09:31:54 GMT</pubDate>
<guid>http://snipplr.com/view/31768/as3-swftrospection-as3swf/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Trace LoaderInfo Properties - adrianparr</title>
<link>http://snipplr.com/view/31765/as3-trace-loaderinfo-properties/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Apr 2010 09:28:03 GMT</pubDate>
<guid>http://snipplr.com/view/31765/as3-trace-loaderinfo-properties/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Display BytesTotal as Megabytes (formatted) - adrianparr</title>
<link>http://snipplr.com/view/31756/as3-display-bytestotal-as-megabytes-formatted/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Apr 2010 08:51:02 GMT</pubDate>
<guid>http://snipplr.com/view/31756/as3-display-bytestotal-as-megabytes-formatted/</guid>
</item>
<item>
<title>(ActionScript 3) Detecting if your SWF is running over HTTP or locally - LeeProbert</title>
<link>http://snipplr.com/view/31066/detecting-if-your-swf-is-running-over-http-or-locally/</link>
<description><![CDATA[ <p>In Flex the Application needs to be complete so run this code within your applicationComplete event handler and pass a Boolean into a Data model somewhere so you can use it elsewhere.</p> ]]></description>
<pubDate>Wed, 07 Apr 2010 12:54:23 GMT</pubDate>
<guid>http://snipplr.com/view/31066/detecting-if-your-swf-is-running-over-http-or-locally/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get URL of current Flash Movie (SWF) - adrianparr</title>
<link>http://snipplr.com/view/28103/as3-get-url-of-current-flash-movie-swf/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Feb 2010 06:26:56 GMT</pubDate>
<guid>http://snipplr.com/view/28103/as3-get-url-of-current-flash-movie-swf/</guid>
</item>
<item>
<title>(ActionScript 3) Top-Most Parent Loader Info - sandropadin</title>
<link>http://snipplr.com/view/26767/topmost-parent-loader-info/</link>
<description><![CDATA[ <p>Gets the loaderInfo of the top-most parent. For example, if you load an external swf, placing this code within that external swf can access the loaderInfo and FlashVars for the parent SWF (the SWF that has loaded this external SWF) from within the child SWF.</p> ]]></description>
<pubDate>Wed, 20 Jan 2010 15:18:55 GMT</pubDate>
<guid>http://snipplr.com/view/26767/topmost-parent-loader-info/</guid>
</item>
<item>
<title>(ActionScript 3) Gets a FlashVar - adrianparr</title>
<link>http://snipplr.com/view/22710/gets-a-flashvar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Nov 2009 19:36:36 GMT</pubDate>
<guid>http://snipplr.com/view/22710/gets-a-flashvar/</guid>
</item>
<item>
<title>(ActionScript 3) loaderinfo variables - spastic</title>
<link>http://snipplr.com/view/16305/loaderinfo-variables/</link>
<description><![CDATA[ <p>pass variables from from url into flash</p> ]]></description>
<pubDate>Thu, 25 Jun 2009 11:56:01 GMT</pubDate>
<guid>http://snipplr.com/view/16305/loaderinfo-variables/</guid>
</item>
<item>
<title>(ActionScript 3) return the domain (including protocol)  from the loaderURL, no trailing slash - starpause</title>
<link>http://snipplr.com/view/10503/return-the-domain-including-protocol--from-the-loaderurl-no-trailing-slash/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Dec 2008 12:18:40 GMT</pubDate>
<guid>http://snipplr.com/view/10503/return-the-domain-including-protocol--from-the-loaderurl-no-trailing-slash/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: My favorite helper functions - chrisaiv</title>
<link>http://snipplr.com/view/10204/as3-my-favorite-helper-functions/</link>
<description><![CDATA[ <p>These are my favorite helper functions.   getFlashVars() is used to quickly pull out variables from SWFObject2, getDevelopmentMode() is used to determine whether you are working locally on your machine or if the SWF is hosted on a server,  getContextPath() is used to determine what directory the SWF is located</p> ]]></description>
<pubDate>Tue, 02 Dec 2008 11:29:30 GMT</pubDate>
<guid>http://snipplr.com/view/10204/as3-my-favorite-helper-functions/</guid>
</item>
</channel>
</rss>