<?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: External Preloader; more complex cases</title>
	<atom:link href="http://www.zedia.net/2008/external-preloader-more-complex-cases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:08:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eelco</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-4785</link>
		<dc:creator>Eelco</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-4785</guid>
		<description>I am getting an error if I use this code in the preloader:

TypeError: Error #1034 Type Coercion failed: cannot convert flash.display::MovieClip@8d56c4 to IMain.</description>
		<content:encoded><![CDATA[<p>I am getting an error if I use this code in the preloader:</p>
<p>TypeError: Error #1034 Type Coercion failed: cannot convert flash.display::MovieClip@8d56c4 to IMain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joni</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-4749</link>
		<dc:creator>Joni</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-4749</guid>
		<description>@jvc
It depends where you add the child object.
If you add the child directly to the stage, like this:
stage.addChild(child);
child.root, or child.stage.root gives you a reference to the Stage, which doesn&#039;t have the LoaderInfo available.

You should add the child to the Document Class instance.
child.stage.root will give you a Stage reference, which doesn&#039;t have the LoaderInfo.
But child.root will have a reference to the Document  Class instance (or Main class), which does have the LoaderInfo available.

So the correct (and only) way of getting the root.loaderInfo property is to add the child to the Main class instance (or to any child of it) and use the following: root.loaderInfo.</description>
		<content:encoded><![CDATA[<p>@jvc<br />
It depends where you add the child object.<br />
If you add the child directly to the stage, like this:<br />
stage.addChild(child);<br />
child.root, or child.stage.root gives you a reference to the Stage, which doesn&#8217;t have the LoaderInfo available.</p>
<p>You should add the child to the Document Class instance.<br />
child.stage.root will give you a Stage reference, which doesn&#8217;t have the LoaderInfo.<br />
But child.root will have a reference to the Document  Class instance (or Main class), which does have the LoaderInfo available.</p>
<p>So the correct (and only) way of getting the root.loaderInfo property is to add the child to the Main class instance (or to any child of it) and use the following: root.loaderInfo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashdeveloper @ Work</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-4656</link>
		<dc:creator>Flashdeveloper @ Work</dc:creator>
		<pubDate>Sat, 19 Dec 2009 07:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-4656</guid>
		<description>&lt;strong&gt;links for 2009-12-18...&lt;/strong&gt;


                External Preloader; more complex cases &#124; preloading in as3 &#124; as3 preloaders &#124; preloader interface &#124; zedia flash blog
                Wie kann man FlashVars in einer extern hinzugeladenen Datei benutzen? Hier wird ein Weg beschrieben, d...</description>
		<content:encoded><![CDATA[<p><strong>links for 2009-12-18&#8230;</strong></p>
<p>                External Preloader; more complex cases | preloading in as3 | as3 preloaders | preloader interface | zedia flash blog<br />
                Wie kann man FlashVars in einer extern hinzugeladenen Datei benutzen? Hier wird ein Weg beschrieben, d&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jvc</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-4057</link>
		<dc:creator>jvc</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-4057</guid>
		<description>Also as long as the child swf has been added to the stage you can also get to the flashvars from a child swf with

this.stage.root.loaderInfo.parameters</description>
		<content:encoded><![CDATA[<p>Also as long as the child swf has been added to the stage you can also get to the flashvars from a child swf with</p>
<p>this.stage.root.loaderInfo.parameters</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visco</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-3989</link>
		<dc:creator>Visco</dc:creator>
		<pubDate>Fri, 18 Sep 2009 11:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-3989</guid>
		<description>Communication between 2 flash applet? Local Connection...that&#039;s it.</description>
		<content:encoded><![CDATA[<p>Communication between 2 flash applet? Local Connection&#8230;that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-3936</link>
		<dc:creator>Hadi</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-3936</guid>
		<description>Zedia, Thanks. I love all your articals relating to interfaces :) you reall made me going on...</description>
		<content:encoded><![CDATA[<p>Zedia, Thanks. I love all your articals relating to interfaces <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  you reall made me going on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-3864</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sat, 25 Jul 2009 14:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-3864</guid>
		<description>Hi, thank you for the great tutorials, but I have a question. I need some clarification about how exactly to use interfaces for the exit animation of an external preloader, and what method is to be called from the loaded swf?</description>
		<content:encoded><![CDATA[<p>Hi, thank you for the great tutorials, but I have a question. I need some clarification about how exactly to use interfaces for the exit animation of an external preloader, and what method is to be called from the loaded swf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Olson</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-3549</link>
		<dc:creator>Randy Olson</dc:creator>
		<pubDate>Fri, 22 May 2009 07:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-3549</guid>
		<description>I will say that I need help getting my preloader to play all the way out before my main movie displays.
I&#039;m going to bed.  Suggestions are welcome! :)</description>
		<content:encoded><![CDATA[<p>I will say that I need help getting my preloader to play all the way out before my main movie displays.<br />
I&#8217;m going to bed.  Suggestions are welcome! <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Olson</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-3548</link>
		<dc:creator>Randy Olson</dc:creator>
		<pubDate>Fri, 22 May 2009 07:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-3548</guid>
		<description>Nevermind...got that working as well.

Had to change myLogo.mouseChildren = false

Man I&#039;m on FIRE tonight :)</description>
		<content:encoded><![CDATA[<p>Nevermind&#8230;got that working as well.</p>
<p>Had to change myLogo.mouseChildren = false</p>
<p>Man I&#8217;m on FIRE tonight <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Olson</title>
		<link>http://www.zedia.net/2008/external-preloader-more-complex-cases/comment-page-1/#comment-3547</link>
		<dc:creator>Randy Olson</dc:creator>
		<pubDate>Fri, 22 May 2009 07:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/external-preloader-more-complex-cases/#comment-3547</guid>
		<description>Okay so once I have the logo &quot;registered&quot; as an object my main movie can control...how do I addEventListeners to it?   I have some functions setup to add and remove eventlisteners from the logo?</description>
		<content:encoded><![CDATA[<p>Okay so once I have the logo &#8220;registered&#8221; as an object my main movie can control&#8230;how do I addEventListeners to it?   I have some functions setup to add and remove eventlisteners from the logo?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
