<?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: Loading assets dynamically (part 2: using SWCs)</title>
	<atom:link href="http://jansensan.net/loading-assets-dynamically-part-2/feed" rel="self" type="application/rss+xml" />
	<link>http://jansensan.net/loading-assets-dynamically-part-2</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 09:38:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mat janson blanchet</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-354</link>
		<dc:creator>mat janson blanchet</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-354</guid>
		<description>@ManicVisitor: sorry for the long delay for me to reply. I just tested it in the same context you described, it works properly. I would like to verify with you if you have set your Flash Player settings to authorize your computer: http://jansensan.net/flash-player-security-settings-to-develop-locally</description>
		<content:encoded><![CDATA[<p>@ManicVisitor: sorry for the long delay for me to reply. I just tested it in the same context you described, it works properly. I would like to verify with you if you have set your Flash Player settings to authorize your computer: <a href="http://jansensan.net/flash-player-security-settings-to-develop-locally" rel="nofollow">http://jansensan.net/flash-player-security-settings-to-develop-locally</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ManicVisitor</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-350</link>
		<dc:creator>ManicVisitor</dc:creator>
		<pubDate>Fri, 09 Sep 2011 10:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-350</guid>
		<description>I have imported your example project in FlashBuilder 4.5 as is but it gives me a runtime error when trying to instantiate the &#039;WhiteSquare&#039; class. I am compiling with Flex 4.5.1 (build 21328) SDK.

VerifyError: Error #1014: Class WhiteSquare could not be found.

grtz</description>
		<content:encoded><![CDATA[<p>I have imported your example project in FlashBuilder 4.5 as is but it gives me a runtime error when trying to instantiate the &#8216;WhiteSquare&#8217; class. I am compiling with Flex 4.5.1 (build 21328) SDK.</p>
<p>VerifyError: Error #1014: Class WhiteSquare could not be found.</p>
<p>grtz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat janson blanchet</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-264</link>
		<dc:creator>mat janson blanchet</dc:creator>
		<pubDate>Wed, 29 Jun 2011 16:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-264</guid>
		<description>@Pawel: did you make sure that you allowed your Flash Player to load and use content locally? I had written a piece about that a while back, maybe that can solve your issue: http://jansensan.net/flash-player-security-settings-to-develop-locally

Also, did you make sure that your dynamic content is loaded before you create instances of your classes?

Otherwise, I would look into PureMVC maybe onto their forums. I do not know the framework and do think  would cause such an issue, but it&#039;s another possible parameter you mentioned.

Good luck, and let me know how it goes.</description>
		<content:encoded><![CDATA[<p>@Pawel: did you make sure that you allowed your Flash Player to load and use content locally? I had written a piece about that a while back, maybe that can solve your issue: <a href="http://jansensan.net/flash-player-security-settings-to-develop-locally" rel="nofollow">http://jansensan.net/flash-player-security-settings-to-develop-locally</a></p>
<p>Also, did you make sure that your dynamic content is loaded before you create instances of your classes?</p>
<p>Otherwise, I would look into PureMVC maybe onto their forums. I do not know the framework and do think  would cause such an issue, but it&#8217;s another possible parameter you mentioned.</p>
<p>Good luck, and let me know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-263</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Sat, 18 Jun 2011 14:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-263</guid>
		<description>I forgot to mention, that my object in flash is being extended by different as class</description>
		<content:encoded><![CDATA[<p>I forgot to mention, that my object in flash is being extended by different as class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-262</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Sat, 18 Jun 2011 09:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-262</guid>
		<description>I&#039;ve got this problem, when switching to &quot;Link type: external&quot; I&#039;m getting 1014 VerifyError:
Actually everything works fine, when I use loaded Clases in the main class, but the problem occurs when I star using it in PureMVC (It&#039;s initiated as Singleton after downloading the swf).

Did some google reasearch but couldnt find the answer

Exact error:
VerifyError: Error #1014: Class IXMLParsable could not be found.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got this problem, when switching to &#8220;Link type: external&#8221; I&#8217;m getting 1014 VerifyError:<br />
Actually everything works fine, when I use loaded Clases in the main class, but the problem occurs when I star using it in PureMVC (It&#8217;s initiated as Singleton after downloading the swf).</p>
<p>Did some google reasearch but couldnt find the answer</p>
<p>Exact error:<br />
VerifyError: Error #1014: Class IXMLParsable could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loading an SWC at runtime in different IDEs &#8211; mat janson blanchet</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-192</link>
		<dc:creator>Loading an SWC at runtime in different IDEs &#8211; mat janson blanchet</dc:creator>
		<pubDate>Mon, 06 Dec 2010 09:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-192</guid>
		<description>[...] already published a post about this workflow and this IDE, simply refer back to [...]</description>
		<content:encoded><![CDATA[<p>[...] already published a post about this workflow and this IDE, simply refer back to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parhelium</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-187</link>
		<dc:creator>parhelium</dc:creator>
		<pubDate>Sat, 04 Dec 2010 06:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-187</guid>
		<description>Thank you :-)
You saved me a lot of time !</description>
		<content:encoded><![CDATA[<p>Thank you <img src='http://jansensan.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
You saved me a lot of time !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: super80</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-174</link>
		<dc:creator>super80</dc:creator>
		<pubDate>Tue, 26 Oct 2010 11:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-174</guid>
		<description>@Lukas
You said &quot;older&quot;...is there a better way to do this in Flash Builder 4?

Thanks</description>
		<content:encoded><![CDATA[<p>@Lukas<br />
You said &#8220;older&#8221;&#8230;is there a better way to do this in Flash Builder 4?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukas</title>
		<link>http://jansensan.net/loading-assets-dynamically-part-2/comment-page-1#comment-166</link>
		<dc:creator>lukas</dc:creator>
		<pubDate>Tue, 05 Oct 2010 14:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://jansensan.net/?p=34#comment-166</guid>
		<description>Older, but still helpful article, thanks</description>
		<content:encoded><![CDATA[<p>Older, but still helpful article, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

