<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>aron / philipp development blog &#187; PreLoader</title>
	<atom:link href="http://apdevblog.com/tag/preloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Mon, 02 May 2011 13:59:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>PreLoader (our Loader alternative) Example</title>
		<link>http://apdevblog.com/preloader-loader-alternative-example/</link>
		<comments>http://apdevblog.com/preloader-loader-alternative-example/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:34:52 +0000</pubDate>
		<dc:creator>Aron</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[PreLoader]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=673</guid>
		<description><![CDATA[Some of you guys asked, why even using the PreLoader instead of the original Loader from Adobe in the first place. The PreLoader queues the load requests, that&#8217;s all&#8230; :) Read the full story here. For quick starters here an super simple example, that illustrates what we&#8217;re talking about: PreLoader simple example. You might want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://apdevblog.com/examples/apdev_preloader/" target="_blank"><img src="http://apdevblog.com/img/preloader_img.jpg" /></a></p>
<p>Some of you guys asked, why even using the PreLoader instead of the original Loader from Adobe in the first place. The PreLoader queues the load requests, that&#8217;s all&#8230; :) <a href="http://apdevblog.com/as3-open-source-preloader/">Read the full story here</a>.</p>
<p>For quick starters here an super simple example, that illustrates what we&#8217;re talking about:<br />
<a href="http://apdevblog.com/examples/apdev_preloader/"  target="_blank">PreLoader simple example</a>. You might want to use something like <a href="http://www.charlesproxy.com/">charles</a> to throttle down your bandwidth.</p>
<p>This example is also to be found the in <a href="http://code.google.com/p/as3-preloader-queue/source/browse/trunk/com/apdevblog/example/PreLoaderExample.as">PreLoader repository</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fapdevblog.com%2Fpreloader-loader-alternative-example%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fapdevblog.com%2Fpreloader-loader-alternative-example%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<hr />
<p><small>© aron for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/preloader-loader-alternative-example/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/loading/" rel="tag">loading</a>, <a href="http://apdevblog.com/tag/preloader/" rel="tag">PreLoader</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/preloader-loader-alternative-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 open source PreLoader class</title>
		<link>http://apdevblog.com/as3-open-source-preloader/</link>
		<comments>http://apdevblog.com/as3-open-source-preloader/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:35:44 +0000</pubDate>
		<dc:creator>Aron</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[loadind]]></category>
		<category><![CDATA[PreLoader]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=475</guid>
		<description><![CDATA[Philipp and me have been using the PreLoader class as a Loader replacement for some years now. It loads asset SWFs more convenient and has some nice improvements over the usual Loader. Key features: - Works similar to the Loader class (although it&#8217;s not extending it) - Allows only one loading process per time (integrated [...]]]></description>
			<content:encoded><![CDATA[<p>Philipp and me have been using the PreLoader class as a Loader replacement for some years now. It loads asset SWFs more convenient and has some nice improvements over the usual Loader.</p>
<p>Key features:</p>
<p>- Works similar to the Loader class (although it&#8217;s not extending it)<br />
- Allows only one loading process per time (integrated loading queue)<br />
- Some nice enhancements</p>
<p><a href="http://code.google.com/p/as3-preloader-queue/" target="_blank">Download here</a><br />
<a href="http://apdevblog.com/examples/apdev_preloader/docs/" target="_blank">Find documentation</a><br />
<a href="http://code.google.com/p/as3-preloader-queue/wiki/TypicalScenario" target="_blank">See a typical scenario</a><br />
<a href="http://code.google.com/p/as3-preloader-queue/wiki/DifferenceToLoader" target="_blank">Differences to Loader</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fapdevblog.com%2Fas3-open-source-preloader%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fapdevblog.com%2Fas3-open-source-preloader%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<hr />
<p><small>© aron for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/as3-open-source-preloader/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/loader/" rel="tag">loader</a>, <a href="http://apdevblog.com/tag/loadind/" rel="tag">loadind</a>, <a href="http://apdevblog.com/tag/preloader/" rel="tag">PreLoader</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/as3-open-source-preloader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

