<?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/preloader</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 21:40:48 GMT</pubDate>
<item>
<title>(ActionScript 3) Create a Preloader class in Actionscript 3 - jquery404</title>
<link>http://snipplr.com/view/68991/create-a-preloader-class-in-actionscript-3/</link>
<description><![CDATA[ <p>A complete example of how we can create a Preloader in actionscript3 to load an external .swf file.

STRUCTURE
------------------
Source Swf
|_ Main.fla
|_ Main.as
|_ Main.swf
Preloader Swf
|_</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 16:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/68991/create-a-preloader-class-in-actionscript-3/</guid>
</item>
<item>
<title>(ActionScript 3) flash preloader for AS3 - happytogetherannie</title>
<link>http://snipplr.com/view/61087/flash-preloader-for-as3/</link>
<description><![CDATA[ <p>can solve the IE reload problem</p> ]]></description>
<pubDate>Wed, 23 Nov 2011 02:58:24 GMT</pubDate>
<guid>http://snipplr.com/view/61087/flash-preloader-for-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Custom preloader for Flex - LeeProbert</title>
<link>http://snipplr.com/view/31933/custom-preloader-for-flex/</link>
<description><![CDATA[ <p>Here's a simple way to create a custom preloader for Flex apps. It extends the Sprite class and implements IPreloaderDisplay and loads in an asset from a SWC of a MovieClip that you can use as an animation and display the load progress.</p> ]]></description>
<pubDate>Thu, 15 Apr 2010 07:22:29 GMT</pubDate>
<guid>http://snipplr.com/view/31933/custom-preloader-for-flex/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Preloader - blackOffice</title>
<link>http://snipplr.com/view/31278/as3-preloader/</link>
<description><![CDATA[ <p>Simple preloader than displays overall progress and bytes loaded.
Main timeline and movie to be loaded must be passed through in order for it to work.
eg. var preloader:preLoader = new preLoader(this, "myfile.swf");</p> ]]></description>
<pubDate>Sun, 11 Apr 2010 17:22:28 GMT</pubDate>
<guid>http://snipplr.com/view/31278/as3-preloader/</guid>
</item>
<item>
<title>(ActionScript 3) XML Image Slider using AS3 and Multiple Image Preloader and Tweenlite - adamcoulombe</title>
<link>http://snipplr.com/view/25033/xml-image-slider-using-as3-and-multiple-image-preloader-and-tweenlite/</link>
<description><![CDATA[ <p>Demo:http://www.adamcoulombe.info/lab/as3/xml_slider.html
FLA: http://www.adamcoulombe.info/lab/as3/xml_slider.fla

Requires Tweenlite and the multiple movieclip preloader from here:
http://code.google.com/p/as3-multiple-file-preloader/</p> ]]></description>
<pubDate>Fri, 18 Dec 2009 14:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/25033/xml-image-slider-using-as3-and-multiple-image-preloader-and-tweenlite/</guid>
</item>
<item>
<title>(ActionScript 3) Flash: preloader logic example - nate63179</title>
<link>http://snipplr.com/view/22407/flash-preloader-logic-example/</link>
<description><![CDATA[ <p>A method pulled from a Preloader class (vars _lastUpdate and _isComplete, _dotsExploded not included). 

_lastUpdate = is the amount last sent to the preloader
_isComplete = whether the preloader is finished
_dotsExploded = an array of 10 falses (1/clip), as preloader advances each is set to true

This can be adapted for any preloader with 10 movieclips that need to do something every 10% loaded.</p> ]]></description>
<pubDate>Tue, 03 Nov 2009 11:47:37 GMT</pubDate>
<guid>http://snipplr.com/view/22407/flash-preloader-logic-example/</guid>
</item>
<item>
<title>(ActionScript 3) Timeline preloader - flashinit</title>
<link>http://snipplr.com/view/16029/timeline-preloader/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Jun 2009 14:54:36 GMT</pubDate>
<guid>http://snipplr.com/view/16029/timeline-preloader/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Image Loader with circular preloader spinner - Winkyboy</title>
<link>http://snipplr.com/view/15958/as3-image-loader-with-circular-preloader-spinner/</link>
<description><![CDATA[ <p>Not a really elegant design, but it lets you mess around with the loading code easily.</p> ]]></description>
<pubDate>Mon, 15 Jun 2009 16:12:17 GMT</pubDate>
<guid>http://snipplr.com/view/15958/as3-image-loader-with-circular-preloader-spinner/</guid>
</item>
<item>
<title>(ActionScript 3) Flash Preloader as3 code like apple style. - liuran</title>
<link>http://snipplr.com/view/15921/flash-preloader-as3-code-like-apple-style/</link>
<description><![CDATA[ <p>AS3 Apple Style Preloader</p> ]]></description>
<pubDate>Sun, 14 Jun 2009 09:45:42 GMT</pubDate>
<guid>http://snipplr.com/view/15921/flash-preloader-as3-code-like-apple-style/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Handle Preloaders in ie7 - chrisaiv</title>
<link>http://snipplr.com/view/11790/as3-handle-preloaders-in-ie7/</link>
<description><![CDATA[ <p>As always, IE7 is stupid</p> ]]></description>
<pubDate>Tue, 03 Feb 2009 12:39:02 GMT</pubDate>
<guid>http://snipplr.com/view/11790/as3-handle-preloaders-in-ie7/</guid>
</item>
<item>
<title>(ActionScript 3) Oman3D - Simple Preloader - sebastianassaf</title>
<link>http://snipplr.com/view/8129/oman3d--simple-preloader/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Sep 2008 18:01:12 GMT</pubDate>
<guid>http://snipplr.com/view/8129/oman3d--simple-preloader/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: preloader code - taboularasa</title>
<link>http://snipplr.com/view/7367/as3-preloader-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Jul 2008 15:51:24 GMT</pubDate>
<guid>http://snipplr.com/view/7367/as3-preloader-code/</guid>
</item>
<item>
<title>(ActionScript 3) Common class for loading and preloading an external flash or image - gfazioli</title>
<link>http://snipplr.com/view/7222/common-class-for-loading-and-preloading-an-external-flash-or-image/</link>
<description><![CDATA[ <p>See also: http://code.google.com/p/undolibrary/</p> ]]></description>
<pubDate>Fri, 11 Jul 2008 04:22:51 GMT</pubDate>
<guid>http://snipplr.com/view/7222/common-class-for-loading-and-preloading-an-external-flash-or-image/</guid>
</item>
</channel>
</rss>