<?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: Free Flash Preloader</title>
	<atom:link href="http://preloaderz.com/free-flash-preloader-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://preloaderz.com</link>
	<description>Free Flash preloaders, flash loading animations, flash progress bars and more.</description>
	<lastBuildDate>Tue, 27 Mar 2012 22:36:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: kagos</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-210</link>
		<dc:creator>kagos</dc:creator>
		<pubDate>Sat, 21 May 2011 04:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-210</guid>
		<description>@MOUNTAINGAL

Your guide is ecellent,Just to mention that the rectangle is not required just draw a pixel inside the container and it works. However it should work with just an empty movieclip. But thanks people anyway for the free preloaderz and the guide.</description>
		<content:encoded><![CDATA[<p>@MOUNTAINGAL</p>
<p>Your guide is ecellent,Just to mention that the rectangle is not required just draw a pixel inside the container and it works. However it should work with just an empty movieclip. But thanks people anyway for the free preloaderz and the guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beplural</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-150</link>
		<dc:creator>beplural</dc:creator>
		<pubDate>Mon, 14 Mar 2011 13:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-150</guid>
		<description>Thank you, Mountaingal. It makes perfect sense and above all it seems to work. One detail related to step #9. While converting the  rectangle to a MOVIE CLIP, you make sure you check one of those tiny REGISTRATION handlers. The position should be registered to the top-left corner, if the stage in Flash equals the dimensions of your movie or image you want to load.
Best,
A.</description>
		<content:encoded><![CDATA[<p>Thank you, Mountaingal. It makes perfect sense and above all it seems to work. One detail related to step #9. While converting the  rectangle to a MOVIE CLIP, you make sure you check one of those tiny REGISTRATION handlers. The position should be registered to the top-left corner, if the stage in Flash equals the dimensions of your movie or image you want to load.<br />
Best,<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: police</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-146</link>
		<dc:creator>police</dc:creator>
		<pubDate>Sun, 06 Mar 2011 08:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-146</guid>
		<description>Thanks a lot Mountaingal for such detailed guide for Preloader component use in AS2.
Everything you described is pretty much accurate. As for &#039;target&#039; parameter - it is indeed meant to specify the movieclip the external image/swf should be loaded into. If you leave it empty loaded image/swf will use the movieclip of preloader component as a container - so that loaded image will replace the preloading animation once it&#039;s 100% downloaded.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Mountaingal for such detailed guide for Preloader component use in AS2.<br />
Everything you described is pretty much accurate. As for &#8216;target&#8217; parameter &#8211; it is indeed meant to specify the movieclip the external image/swf should be loaded into. If you leave it empty loaded image/swf will use the movieclip of preloader component as a container &#8211; so that loaded image will replace the preloading animation once it&#8217;s 100% downloaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mountaingal</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-145</link>
		<dc:creator>Mountaingal</dc:creator>
		<pubDate>Wed, 02 Mar 2011 06:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-145</guid>
		<description>Okay, here is how I got the AS2 preloader component to work with one of the animations in the free 33-pack....

(all this is provided that you made it through the installation instructions for the free AS2 preloader component)

1) I created a new AS2 Flash file with the width and height dimensions of the Flash (swf) movie that I intened to preload (the movie itself was created in Flash 8, hence the necessity to use the AS2 preloader)

2) I opened the components panel (press Ctrl+F7), and dragged an instance of the preloader component into the middle of the stage (in the 1st frame of layer 1).

3) I also opened the &quot;free_flash_preloaders.fla&quot; file with the 33 different animations. Each animation is contained in its own folder in the library panel, and you just have to figure out which folder number corresponds to the animation you want to use. In my case, I chose animation &quot;preloader 20&quot;

4) Open the folder that contains your chosen animation by double-clicking it, and then RIGHT-click on the 
&quot;preloader # mc&quot; inside that folder (the # of course represents the number associated with the preloader animation).
RIGHT-clicking on it will give you the option to copy the preloader.

5) Hope you still have the new Flash movie with the inserted component open, because after copying the animation out of the &quot;free_flash_preloader.fla&quot;, you need to paste it into the LIBRARY PANEL (!!! NOT !!! into the stage!!!) of the
Flash movie that contains the component. If the copy &amp; paste is successful, you should now have the animation folder and the animation it contains, with everything you need, available and displayed in the LIBRARY PANEL of your new Flash movie. 

6) RIGHT-click again on the &quot;preloader # mc&quot; (the one in the LIBRARY PANEL of your new flash movie), and choose
&quot;Linkage&quot; from the pop-up menu you&#039;ll get. This opens the &quot;Linkage Properties&quot; panel for the preloader movieclip.

7) Give the preloader movieclip an &quot;Identifier&quot; name, and check the little boxes  for &quot;Export for ActionScript&quot; and &quot;Export in First Frame&quot;). Click &quot;OK&quot; to close the Linkage Properties panel.

8) Now, on the STAGE of your new Flash movie (still in the 1st Frame of Layer 1), click on the preloader component that you inserted in step #2 to select it, and open the &quot;Parameters&quot; panel.

*   Set resizeLoadedHeight and resizeLoadedWidth to the height and width of the Flash movie (or image) you want to preload.
*   Set the skinSWF to the &quot;Identifier&quot; name you gave the &quot;preloader # mc&quot; clip that you copied &amp; pasted into the library panel
*  Set the skinType to either cyclic or progressive (I set mine to progressive)
*  Set source to the Flash movie (swf in my case) or image that you want to load (if they are in the same folder/directory as your preloader movie, you should only need the NAME of the swf or image, i.e. &quot;my.swf&quot; or &quot;myimage.jpg&quot;) 

I dont know how correct this next step is, but it seems to work.

9) For the&quot; target&quot; parameter of the preloader, I inserted a new layer into my Flash movie, ABOVE the layer that holds the preloader component. Into the second layer (also on the 1st Frame), I inserted a rectangle in the width and height dimensions of the swf movie I wanted to preload. I converted the rectangle to a MOVIECLIP symbol with the
name &quot;container_mc&quot;, and an instance name also of &quot;container_mc&quot;. 

10) This &quot;container_mc&quot; is what I entered for the &quot;target&quot; parameter in the preloader component (back in Layer 1), and my Flash movie loads perfectly into the middle of the container after the preloader has run its course.

Okay, this is about as step-by-step as I can possibly explain it. No idea if those steps are correct, but it&#039;s working and I hope they help and work for you too.</description>
		<content:encoded><![CDATA[<p>Okay, here is how I got the AS2 preloader component to work with one of the animations in the free 33-pack&#8230;.</p>
<p>(all this is provided that you made it through the installation instructions for the free AS2 preloader component)</p>
<p>1) I created a new AS2 Flash file with the width and height dimensions of the Flash (swf) movie that I intened to preload (the movie itself was created in Flash 8, hence the necessity to use the AS2 preloader)</p>
<p>2) I opened the components panel (press Ctrl+F7), and dragged an instance of the preloader component into the middle of the stage (in the 1st frame of layer 1).</p>
<p>3) I also opened the &#8220;free_flash_preloaders.fla&#8221; file with the 33 different animations. Each animation is contained in its own folder in the library panel, and you just have to figure out which folder number corresponds to the animation you want to use. In my case, I chose animation &#8220;preloader 20&#8243;</p>
<p>4) Open the folder that contains your chosen animation by double-clicking it, and then RIGHT-click on the<br />
&#8220;preloader # mc&#8221; inside that folder (the # of course represents the number associated with the preloader animation).<br />
RIGHT-clicking on it will give you the option to copy the preloader.</p>
<p>5) Hope you still have the new Flash movie with the inserted component open, because after copying the animation out of the &#8220;free_flash_preloader.fla&#8221;, you need to paste it into the LIBRARY PANEL (!!! NOT !!! into the stage!!!) of the<br />
Flash movie that contains the component. If the copy &amp; paste is successful, you should now have the animation folder and the animation it contains, with everything you need, available and displayed in the LIBRARY PANEL of your new Flash movie. </p>
<p>6) RIGHT-click again on the &#8220;preloader # mc&#8221; (the one in the LIBRARY PANEL of your new flash movie), and choose<br />
&#8220;Linkage&#8221; from the pop-up menu you&#8217;ll get. This opens the &#8220;Linkage Properties&#8221; panel for the preloader movieclip.</p>
<p>7) Give the preloader movieclip an &#8220;Identifier&#8221; name, and check the little boxes  for &#8220;Export for ActionScript&#8221; and &#8220;Export in First Frame&#8221;). Click &#8220;OK&#8221; to close the Linkage Properties panel.</p>
<p> <img src='http://preloaderz.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Now, on the STAGE of your new Flash movie (still in the 1st Frame of Layer 1), click on the preloader component that you inserted in step #2 to select it, and open the &#8220;Parameters&#8221; panel.</p>
<p>*   Set resizeLoadedHeight and resizeLoadedWidth to the height and width of the Flash movie (or image) you want to preload.<br />
*   Set the skinSWF to the &#8220;Identifier&#8221; name you gave the &#8220;preloader # mc&#8221; clip that you copied &amp; pasted into the library panel<br />
*  Set the skinType to either cyclic or progressive (I set mine to progressive)<br />
*  Set source to the Flash movie (swf in my case) or image that you want to load (if they are in the same folder/directory as your preloader movie, you should only need the NAME of the swf or image, i.e. &#8220;my.swf&#8221; or &#8220;myimage.jpg&#8221;) </p>
<p>I dont know how correct this next step is, but it seems to work.</p>
<p>9) For the&#8221; target&#8221; parameter of the preloader, I inserted a new layer into my Flash movie, ABOVE the layer that holds the preloader component. Into the second layer (also on the 1st Frame), I inserted a rectangle in the width and height dimensions of the swf movie I wanted to preload. I converted the rectangle to a MOVIECLIP symbol with the<br />
name &#8220;container_mc&#8221;, and an instance name also of &#8220;container_mc&#8221;. </p>
<p>10) This &#8220;container_mc&#8221; is what I entered for the &#8220;target&#8221; parameter in the preloader component (back in Layer 1), and my Flash movie loads perfectly into the middle of the container after the preloader has run its course.</p>
<p>Okay, this is about as step-by-step as I can possibly explain it. No idea if those steps are correct, but it&#8217;s working and I hope they help and work for you too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tucum</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-144</link>
		<dc:creator>tucum</dc:creator>
		<pubDate>Sun, 20 Feb 2011 15:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-144</guid>
		<description>Hi, is there a step by step tutorial on how to use this? I mean, for dummies :-)

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, is there a step by step tutorial on how to use this? I mean, for dummies <img src='http://preloaderz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lujo</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-119</link>
		<dc:creator>Lujo</dc:creator>
		<pubDate>Sat, 27 Nov 2010 21:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-119</guid>
		<description>You need to load the classes inside the com folder in order for it to work.</description>
		<content:encoded><![CDATA[<p>You need to load the classes inside the com folder in order for it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: black dog</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-106</link>
		<dc:creator>black dog</dc:creator>
		<pubDate>Wed, 15 Sep 2010 18:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-106</guid>
		<description>How do i implement this by drag &amp; drop into flash cs4 for an existing portfolio</description>
		<content:encoded><![CDATA[<p>How do i implement this by drag &amp; drop into flash cs4 for an existing portfolio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antonio bracer</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-104</link>
		<dc:creator>antonio bracer</dc:creator>
		<pubDate>Thu, 09 Sep 2010 08:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-104</guid>
		<description>this is bullshit!!!! i cant download cool stuff... dafak!</description>
		<content:encoded><![CDATA[<p>this is bullshit!!!! i cant download cool stuff&#8230; dafak!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FS</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-88</link>
		<dc:creator>FS</dc:creator>
		<pubDate>Sat, 24 Jul 2010 01:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-88</guid>
		<description>how do i put the preloader to work on a program like pivot</description>
		<content:encoded><![CDATA[<p>how do i put the preloader to work on a program like pivot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SP</title>
		<link>http://preloaderz.com/free-flash-preloader-component/comment-page-1/#comment-60</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=5#comment-60</guid>
		<description>I gave it a try again, because I saw there was a tutorial now. But it is still not clear:

- where on the timeline I put my content that I want to load?
- I want to load a movieclip that I have on the stage - how do I do this?
- What do I put in the parameter  &quot;source&quot;?
- What do I put in the parameter &quot;target&quot;?

Example my flash website (actionscript 2) should load different movieclips on stage when I enter the website. How do I preload these moviclips?

Can you make this clear in the tutorial?  Maybe a flash *fla example to download.</description>
		<content:encoded><![CDATA[<p>I gave it a try again, because I saw there was a tutorial now. But it is still not clear:</p>
<p>- where on the timeline I put my content that I want to load?<br />
- I want to load a movieclip that I have on the stage &#8211; how do I do this?<br />
- What do I put in the parameter  &#8220;source&#8221;?<br />
- What do I put in the parameter &#8220;target&#8221;?</p>
<p>Example my flash website (actionscript 2) should load different movieclips on stage when I enter the website. How do I preload these moviclips?</p>
<p>Can you make this clear in the tutorial?  Maybe a flash *fla example to download.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

