<?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: Tutorial. How to use free flash Preloader component.</title>
	<atom:link href="http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-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: admin</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-326</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 12 Nov 2011 08:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-326</guid>
		<description>Dear Nobe,
Both AS2 and AS3 versions of the preloader components do work in Flash CS3</description>
		<content:encoded><![CDATA[<p>Dear Nobe,<br />
Both AS2 and AS3 versions of the preloader components do work in Flash CS3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nobe</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-322</link>
		<dc:creator>nobe</dc:creator>
		<pubDate>Mon, 07 Nov 2011 13:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-322</guid>
		<description>is this will work on flash cs3? thanks</description>
		<content:encoded><![CDATA[<p>is this will work on flash cs3? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdobey</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-259</link>
		<dc:creator>djdobey</dc:creator>
		<pubDate>Fri, 15 Jul 2011 22:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-259</guid>
		<description>okay i must be just plain dumb...because i really can not get this to work at all...using flash cs5.....help please</description>
		<content:encoded><![CDATA[<p>okay i must be just plain dumb&#8230;because i really can not get this to work at all&#8230;using flash cs5&#8230;..help please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asaf</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-166</link>
		<dc:creator>Asaf</dc:creator>
		<pubDate>Wed, 27 Apr 2011 19:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-166</guid>
		<description>If i want this preloader to load a movie how do I go about using it in the source. I tried putting the absolute url of the swf file but it does not load anything.</description>
		<content:encoded><![CDATA[<p>If i want this preloader to load a movie how do I go about using it in the source. I tried putting the absolute url of the swf file but it does not load anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beplural</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-149</link>
		<dc:creator>Beplural</dc:creator>
		<pubDate>Mon, 14 Mar 2011 10:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-149</guid>
		<description>It works. Though it shows a square-shape pre-loader instead of a round one that is on stage. How do I change the style of the preloader?</description>
		<content:encoded><![CDATA[<p>It works. Though it shows a square-shape pre-loader instead of a round one that is on stage. How do I change the style of the preloader?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: police</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-148</link>
		<dc:creator>police</dc:creator>
		<pubDate>Sat, 12 Mar 2011 17:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-148</guid>
		<description>@Q,

Path to external image depends on what image you want to download through preloader.
For example your swf file is uploaded to your website:

www.q-website.com/flashfile.swf

Inside this flash movie you want to download image which also located at your website, let&#039;s say:

www.q-website.com/images/picture.jpg

to load this image and display preloader during the download process to your user, you will need to drop an instance of preloader component onto your stage, and specify path to the image in &#039;source&#039; field. Remember it can be absolute or relative - so you can enter the following as a &#039;source&#039; value:

1) Source = www.q-website.com/images/picture.jpg
or
2) Source = images/picture.jpg (since your swf file is at the same level as &#039;images&#039; folder)

For files on your local computer you can use paths like C:\FolderName\ImageName.jpg or again relative path according to the location of your swf.

I hope this is clear - if not - let me know</description>
		<content:encoded><![CDATA[<p>@Q,</p>
<p>Path to external image depends on what image you want to download through preloader.<br />
For example your swf file is uploaded to your website:</p>
<p><a href="http://www.q-website.com/flashfile.swf" rel="nofollow">http://www.q-website.com/flashfile.swf</a></p>
<p>Inside this flash movie you want to download image which also located at your website, let&#8217;s say:</p>
<p><a href="http://www.q-website.com/images/picture.jpg" rel="nofollow">http://www.q-website.com/images/picture.jpg</a></p>
<p>to load this image and display preloader during the download process to your user, you will need to drop an instance of preloader component onto your stage, and specify path to the image in &#8216;source&#8217; field. Remember it can be absolute or relative &#8211; so you can enter the following as a &#8216;source&#8217; value:</p>
<p>1) Source = <a href="http://www.q-website.com/images/picture.jpg" rel="nofollow">http://www.q-website.com/images/picture.jpg</a><br />
or<br />
2) Source = images/picture.jpg (since your swf file is at the same level as &#8216;images&#8217; folder)</p>
<p>For files on your local computer you can use paths like C:\FolderName\ImageName.jpg or again relative path according to the location of your swf.</p>
<p>I hope this is clear &#8211; if not &#8211; let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: q</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-147</link>
		<dc:creator>q</dc:creator>
		<pubDate>Sat, 12 Mar 2011 07:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-147</guid>
		<description>Set proper path to the external image in source field

// this is very confusing... what is proper path? can u give an example?</description>
		<content:encoded><![CDATA[<p>Set proper path to the external image in source field</p>
<p>// this is very confusing&#8230; what is proper path? can u give an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-142</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 17 Feb 2011 02:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-142</guid>
		<description>Hi JPinheiro,

Are you sure you have installed it using Adobe Extension Manager?</description>
		<content:encoded><![CDATA[<p>Hi JPinheiro,</p>
<p>Are you sure you have installed it using Adobe Extension Manager?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPinheiro</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-141</link>
		<dc:creator>JPinheiro</dc:creator>
		<pubDate>Wed, 16 Feb 2011 16:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-141</guid>
		<description>It just does not appear in Components windows
It does not appear anywhere at all   :(</description>
		<content:encoded><![CDATA[<p>It just does not appear in Components windows<br />
It does not appear anywhere at all   <img src='http://preloaderz.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darts700</title>
		<link>http://preloaderz.com/free-flash-preloader-component/tutorial-how-to-use-free-flash-preloader-component/comment-page-1/#comment-121</link>
		<dc:creator>Darts700</dc:creator>
		<pubDate>Thu, 02 Dec 2010 08:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://preloaderz.com/?page_id=243#comment-121</guid>
		<description>Can&#039;t you put resizeLoadedHeight and resizeLoadedWidth in % (percent) not only in pixels??</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you put resizeLoadedHeight and resizeLoadedWidth in % (percent) not only in pixels??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

