<?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: PureMVC Skeleton for ActionScript projects</title>
	<atom:link href="http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mack</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-5901</link>
		<dc:creator>mack</dc:creator>
		<pubDate>Mon, 17 Jan 2011 09:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-5901</guid>
		<description>i reach at the pure mvc model . Now i did not know that how the data is passed in or out of the proxy class. 
  Can you explain me about the proxy clss in detail.</description>
		<content:encoded><![CDATA[<p>i reach at the pure mvc model . Now i did not know that how the data is passed in or out of the proxy class.<br />
  Can you explain me about the proxy clss in detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jones</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-5186</link>
		<dc:creator>jones</dc:creator>
		<pubDate>Tue, 08 Jun 2010 05:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-5186</guid>
		<description>This might be a stupid question but how do I import this into Flash Builder?</description>
		<content:encoded><![CDATA[<p>This might be a stupid question but how do I import this into Flash Builder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cole</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-4750</link>
		<dc:creator>cole</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-4750</guid>
		<description>how would i access assets inside the clip i am embedding?

addChild(Sprite(assets));

the following does not work.
assets.myMovieClip.alpha = 0;

thanks
cp</description>
		<content:encoded><![CDATA[<p>how would i access assets inside the clip i am embedding?</p>
<p>addChild(Sprite(assets));</p>
<p>the following does not work.<br />
assets.myMovieClip.alpha = 0;</p>
<p>thanks<br />
cp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-3919</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-3919</guid>
		<description>You can also use paths relative to the root of your project, e.g.

[Embed(source=&quot;/../assets/flas/logo.swf&quot;, symbol=&#039;LogoEmbed&#039;)]</description>
		<content:encoded><![CDATA[<p>You can also use paths relative to the root of your project, e.g.</p>
<p>[Embed(source="/../assets/flas/logo.swf", symbol='LogoEmbed')]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedia.net</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-3855</link>
		<dc:creator>zedia.net</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-3855</guid>
		<description>&lt;a href=&quot;#comment-3854&quot; rel=&quot;nofollow&quot;&gt;@ flashforg&lt;/a&gt; 
Since you don&#039;t have access to the flash library directly in an ActionScript project, you have to use the Embed meta tag  (Flex way) to import symbols from SWF. 

Now what is a problem with the Embed tag is that the path is relative to the class you are using so it keeps changing. Having a SharedAssetsLibrary class makes this easier by having all paths the same.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3854" rel="nofollow">@ flashforg</a><br />
Since you don&#8217;t have access to the flash library directly in an ActionScript project, you have to use the Embed meta tag  (Flex way) to import symbols from SWF. </p>
<p>Now what is a problem with the Embed tag is that the path is relative to the class you are using so it keeps changing. Having a SharedAssetsLibrary class makes this easier by having all paths the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashforg</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-3854</link>
		<dc:creator>flashforg</dc:creator>
		<pubDate>Sun, 19 Jul 2009 08:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-3854</guid>
		<description>Now if you want to use this in any of your views, first import SharedAssetLibrary and than you can use it like this:

Why?</description>
		<content:encoded><![CDATA[<p>Now if you want to use this in any of your views, first import SharedAssetLibrary and than you can use it like this:</p>
<p>Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PureMVC Skeleton for ActionScript projects &#124; zedia flash blog &#124; Adobe Tutorials</title>
		<link>http://www.zedia.net/2009/puremvc-skeleton-for-actionscript-projects/comment-page-1/#comment-3747</link>
		<dc:creator>PureMVC Skeleton for ActionScript projects &#124; zedia flash blog &#124; Adobe Tutorials</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=434#comment-3747</guid>
		<description>[...] Flash, ActionScript , SEO and everything in between. See more here: PureMVC Skeleton for ActionScript projects &#124; zedia flash blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash, ActionScript , SEO and everything in between. See more here: PureMVC Skeleton for ActionScript projects | zedia flash blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

