<?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>Flash tutorials &#124; Flash video tutorials &#124; Flash actionscript &#124; flash animation &#124; flash menu &#124; flashconf.com &#187; flash preloader tutorial</title>
	<atom:link href="http://www.flashconf.com/tag/flash-preloader-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashconf.com</link>
	<description>Flash tutorials, Flash video tutorials, Flash actionscript, flash animation , flash menu, flash cs5 tutorials</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:59:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Create a Flash preloader movieclip</title>
		<link>http://www.flashconf.com/actionscript/how-to-create-a-flash-preloader-movieclip/</link>
		<comments>http://www.flashconf.com/actionscript/how-to-create-a-flash-preloader-movieclip/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 17:32:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[actionscript 2.0 preloader]]></category>
		<category><![CDATA[actionscript preloader]]></category>
		<category><![CDATA[as preloader]]></category>
		<category><![CDATA[as2 preloader]]></category>
		<category><![CDATA[as3 preloader]]></category>
		<category><![CDATA[as3 preloader tutorial]]></category>
		<category><![CDATA[Flash Preloader]]></category>
		<category><![CDATA[flash preloader tutorial]]></category>
		<category><![CDATA[preloader movie clip]]></category>
		<category><![CDATA[preloader movieclip]]></category>
		<category><![CDATA[Preloader Tutorial]]></category>

		<guid isPermaLink="false">http://www.flashconf.com/?p=1885</guid>
		<description><![CDATA[How to preload the main movie with levels all at the same. Step 1 Put a stop(); action in the first Keyframe of the movie(s) being loaded and nothing else. No movie clip, no graphic, no music or picture but just an empty Keyframe and a stop(); action. Then you load the movies you want. [...]]]></description>
		<wfw:commentRss>http://www.flashconf.com/actionscript/how-to-create-a-flash-preloader-movieclip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Preloader actionscript 3</title>
		<link>http://www.flashconf.com/actionscript/preloader-actionscript-3/</link>
		<comments>http://www.flashconf.com/actionscript/preloader-actionscript-3/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:50:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[as3 preloader]]></category>
		<category><![CDATA[Circular Dynamic Preloader]]></category>
		<category><![CDATA[Dynamic Preloader]]></category>
		<category><![CDATA[Flash ActionScript 3.0]]></category>
		<category><![CDATA[Flash Preloader]]></category>
		<category><![CDATA[flash preloader tutorial]]></category>
		<category><![CDATA[preloader actionscript 3]]></category>
		<category><![CDATA[Preloader Tutorial]]></category>
		<category><![CDATA[Website Content Loader]]></category>

		<guid isPermaLink="false">http://www.flashconf.com/?p=1445</guid>
		<description><![CDATA[Today if your flash exceed 700 KB (the size of a larger picture), is if you put a Preloader. Actionscript 3 is very simple in the first frame put the code this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress); this.loaderInfo.addEventListener(Event.COMPLETE, onComplete); function onProgress(e:ProgressEvent):void{ var loaded:Number = e.target.bytesLoaded; var total:Number = e.target.bytesTotal; var pct:Number = loaded/total; loaderMc.barMc.scaleX = pct; } function onComplete(e:Event){ [...]]]></description>
		<wfw:commentRss>http://www.flashconf.com/actionscript/preloader-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Circular Dynamic Preloader Tutorial</title>
		<link>http://www.flashconf.com/video/circular-dynamic-preloader-tutorial/</link>
		<comments>http://www.flashconf.com/video/circular-dynamic-preloader-tutorial/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Video Tutorials]]></category>
		<category><![CDATA[as3 preloader]]></category>
		<category><![CDATA[Circular Dynamic Preloader]]></category>
		<category><![CDATA[Dynamic Preloader]]></category>
		<category><![CDATA[Flash ActionScript 3.0]]></category>
		<category><![CDATA[Flash Preloader]]></category>
		<category><![CDATA[flash preloader tutorial]]></category>
		<category><![CDATA[preloader actionscript 3]]></category>
		<category><![CDATA[Preloader Tutorial]]></category>
		<category><![CDATA[Website Content Loader]]></category>

		<guid isPermaLink="false">http://www.flashconf.com/?p=1439</guid>
		<description><![CDATA[Circular Dynamic Preloader Tutorial &#8211; Flash ActionScript 3.0 Website Content Loader]]></description>
		<wfw:commentRss>http://www.flashconf.com/video/circular-dynamic-preloader-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create a simple flash preloader</title>
		<link>http://www.flashconf.com/actionscript/create-a-simple-flash-preloader/</link>
		<comments>http://www.flashconf.com/actionscript/create-a-simple-flash-preloader/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 16:46:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[actionscript 2 preloader]]></category>
		<category><![CDATA[actionscript preloader]]></category>
		<category><![CDATA[flash cs preloader]]></category>
		<category><![CDATA[flash preload]]></category>
		<category><![CDATA[Flash Preloader]]></category>
		<category><![CDATA[flash preloader tutorial]]></category>
		<category><![CDATA[free flash preloader]]></category>
		<category><![CDATA[simple flash preloader]]></category>

		<guid isPermaLink="false">http://www.flashconf.com/?p=1332</guid>
		<description><![CDATA[If you use flash to create web animations or websites then you really need to know how to make and add a preloader to it. Everyone doesn’t have a superfast internet connection and adding some information that there is something loading keeps the viewers stay for it. In this tutorial I’m going to show you [...]]]></description>
		<wfw:commentRss>http://www.flashconf.com/actionscript/create-a-simple-flash-preloader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
