<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create an Apple Inspired Flash Preloader</title>
	<atom:link href="http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/</link>
	<description>Flash, Flex &#38; ActionScript Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 17:18:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: serg</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-11546</link>
		<dc:creator>serg</dc:creator>
		<pubDate>Sat, 14 Nov 2009 03:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-11546</guid>
		<description>Thanx from Russia, man;)</description>
		<content:encoded><![CDATA[<p>Thanx from Russia, man;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kagui</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-10995</link>
		<dc:creator>kagui</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-10995</guid>
		<description>God sent!</description>
		<content:encoded><![CDATA[<p>God sent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grafik freelancer</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-9990</link>
		<dc:creator>grafik freelancer</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-9990</guid>
		<description>really good tut :)</description>
		<content:encoded><![CDATA[<p>really good tut <img src='http://active.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alsabaso</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-9745</link>
		<dc:creator>alsabaso</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-9745</guid>
		<description>owz? you people are losserz.. can you do a tutorial? do you know how to create a preloader? if not, just shut up and never come back in this site. if you know how to create a preloader, and why are you here?!</description>
		<content:encoded><![CDATA[<p>owz? you people are losserz.. can you do a tutorial? do you know how to create a preloader? if not, just shut up and never come back in this site. if you know how to create a preloader, and why are you here?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B.Sloan</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-9723</link>
		<dc:creator>B.Sloan</dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-9723</guid>
		<description>It looks very good, and by the way, most tutorials for preloaders are videos, so nice with a written tutorial for once</description>
		<content:encoded><![CDATA[<p>It looks very good, and by the way, most tutorials for preloaders are videos, so nice with a written tutorial for once</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create an Apple Inspired Flash Preloader - Activetuts+ at Flash Designers</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-9625</link>
		<dc:creator>Create an Apple Inspired Flash Preloader - Activetuts+ at Flash Designers</dc:creator>
		<pubDate>Fri, 23 Oct 2009 22:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-9625</guid>
		<description>[...] the original post: Create an Apple Inspired Flash Preloader - Activetuts+                [...]</description>
		<content:encoded><![CDATA[<p>[...] the original post: Create an Apple Inspired Flash Preloader &#8211; Activetuts+                [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimche</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-8859</link>
		<dc:creator>Nimche</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-8859</guid>
		<description>In Step 13 - Progress 
code should be like this in line 7:

 var percent:int = (e.target.bytesLoaded / e.target.bytesTotal  * 100);

Basically Loaded should be devided by Total x 100 to get the right percentage, unless you want your percent to goes backward.

For people to see the Simulate Download Progress,
You should creat the second frame with your stuff and then make a new layer with actionscript command stop();
then in the preloader where it says put your stuff there, write this code to 
gotoAndStop(2);

Goodluck</description>
		<content:encoded><![CDATA[<p>In Step 13 &#8211; Progress<br />
code should be like this in line 7:</p>
<p> var percent:int = (e.target.bytesLoaded / e.target.bytesTotal  * 100);</p>
<p>Basically Loaded should be devided by Total x 100 to get the right percentage, unless you want your percent to goes backward.</p>
<p>For people to see the Simulate Download Progress,<br />
You should creat the second frame with your stuff and then make a new layer with actionscript command stop();<br />
then in the preloader where it says put your stuff there, write this code to<br />
gotoAndStop(2);</p>
<p>Goodluck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-8403</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-8403</guid>
		<description>Hi there,

Nice tutorial. Just 1 question: How can i go back to the main class when the loading is done.

@ the &quot;
//Do something&quot; 
i would want a link to a function on the main class.

thanks</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Nice tutorial. Just 1 question: How can i go back to the main class when the loading is done.</p>
<p>@ the &#8221;<br />
//Do something&#8221;<br />
i would want a link to a function on the main class.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijendra</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-8380</link>
		<dc:creator>vijendra</dc:creator>
		<pubDate>Tue, 13 Oct 2009 12:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-8380</guid>
		<description>wow guys great job ... its really nice to have this kind of work...</description>
		<content:encoded><![CDATA[<p>wow guys great job &#8230; its really nice to have this kind of work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sko</title>
		<link>http://active.tutsplus.com/tutorials/web-design/create-an-apple-inspired-flash-preloader/#comment-7569</link>
		<dc:creator>sko</dc:creator>
		<pubDate>Fri, 25 Sep 2009 20:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=915#comment-7569</guid>
		<description>The thing about code is that it&#039;s a language – like French, Spanish, German, etc. 

You have to think is those terms. Learning &quot;phrases&quot; first, and then putting those phrases into &quot;sentences&quot;, then add some &quot;explanations&quot; is one approach to help wrap your head around it. 

Being a beginner myself, and fortunate to speak 3 languages, I&#039;m finding that code (html, flash, etc.) is very much like any language – and indeed it IS a language, as any coder will tell you.</description>
		<content:encoded><![CDATA[<p>The thing about code is that it&#8217;s a language – like French, Spanish, German, etc. </p>
<p>You have to think is those terms. Learning &#8220;phrases&#8221; first, and then putting those phrases into &#8220;sentences&#8221;, then add some &#8220;explanations&#8221; is one approach to help wrap your head around it. </p>
<p>Being a beginner myself, and fortunate to speak 3 languages, I&#8217;m finding that code (html, flash, etc.) is very much like any language – and indeed it IS a language, as any coder will tell you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.007 seconds using memcached

Served from: psdtutsplus.com @ 2009-11-21 13:25:07 -->