<?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 for zedia flash blog</title>
	<atom:link href="http://www.zedia.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:28:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on as3Crypto and php, what a fun ride! by Sascha Krot</title>
		<link>http://www.zedia.net/2009/as3crypto-and-php-what-a-fun-ride/comment-page-1/#comment-4890</link>
		<dc:creator>Sascha Krot</dc:creator>
		<pubDate>Mon, 15 Mar 2010 07:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=393#comment-4890</guid>
		<description>I think I may have spotted a bug in php Crypt :: decrypt method. The thing is, if a string is padded with spaces (e.g., 11 characters are needed to pad the value), then the padding gets effectively removed by the rtrim call.
I believe, that rtrim might actually not be needed — AS3 Crypto PKCS#5 unpad implementation does not perform any trimming.</description>
		<content:encoded><![CDATA[<p>I think I may have spotted a bug in php Crypt :: decrypt method. The thing is, if a string is padded with spaces (e.g., 11 characters are needed to pad the value), then the padding gets effectively removed by the rtrim call.<br />
I believe, that rtrim might actually not be needed — AS3 Crypto PKCS#5 unpad implementation does not perform any trimming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3 Tweens Tutorial by Josh_hom3boi</title>
		<link>http://www.zedia.net/actionscript-3-tweens-tutorial/comment-page-1/#comment-4888</link>
		<dc:creator>Josh_hom3boi</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/actionscript-3-tweens-tutorial/#comment-4888</guid>
		<description>MAD PROPS from dis guy to u. i was gtting errors out da @zz till i found dis page i had da rite idea but mostly everything i had was in the wrong place or i didnt put something as simple as a comma instead of a period vice versa.
ANYWAYS TY TY TY TY saved me at least 15 min of head scratching and head trauma XD</description>
		<content:encoded><![CDATA[<p>MAD PROPS from dis guy to u. i was gtting errors out da @zz till i found dis page i had da rite idea but mostly everything i had was in the wrong place or i didnt put something as simple as a comma instead of a period vice versa.<br />
ANYWAYS TY TY TY TY saved me at least 15 min of head scratching and head trauma XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tricks when switching to Robotlegs from PureMVC by kyoji</title>
		<link>http://www.zedia.net/2010/some-tricks-when-switching-to-robotlegs-from-puremvc/comment-page-1/#comment-4879</link>
		<dc:creator>kyoji</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=569#comment-4879</guid>
		<description>injector.mapSingleton(AppModel);
var appModel:AppModel = injector.instantiate(AppModel);
appModel.init(&quot;hello&quot;);

These dosen&#039;t work for me. I change that a bit:

var appModel:AppModel = new AppModel();
appModel.init(&quot;hello&quot;);
injector.mapValue(AppModel, appModel);

Bug? I am using v1.0.3</description>
		<content:encoded><![CDATA[<p>injector.mapSingleton(AppModel);<br />
var appModel:AppModel = injector.instantiate(AppModel);<br />
appModel.init(&#8220;hello&#8221;);</p>
<p>These dosen&#8217;t work for me. I change that a bit:</p>
<p>var appModel:AppModel = new AppModel();<br />
appModel.init(&#8220;hello&#8221;);<br />
injector.mapValue(AppModel, appModel);</p>
<p>Bug? I am using v1.0.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The iPad and me by drj</title>
		<link>http://www.zedia.net/2010/the-ipad-and-me/comment-page-1/#comment-4868</link>
		<dc:creator>drj</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=535#comment-4868</guid>
		<description>You know what? No cause for alarm! The only reason apple doesn&#039;t support flash is not because of hardware/software issues. It&#039;s only enjoying its monopoly of iTunes Store. Flash makes it easy to watch videos and listen to mp3 tracks online.

Enabling flash on the iPhone/iPad will mean a great deal to the future of flash but a bad business move.</description>
		<content:encoded><![CDATA[<p>You know what? No cause for alarm! The only reason apple doesn&#8217;t support flash is not because of hardware/software issues. It&#8217;s only enjoying its monopoly of iTunes Store. Flash makes it easy to watch videos and listen to mp3 tracks online.</p>
<p>Enabling flash on the iPhone/iPad will mean a great deal to the future of flash but a bad business move.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive scene with Papervision3D (Great White) by Nicolas</title>
		<link>http://www.zedia.net/2007/interactive-scene-with-papervision3d-great-white/comment-page-1/#comment-4867</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/interactive-scene-with-papervision3d-great-white/#comment-4867</guid>
		<description>Thanks for this tip, i forgot to put the material interactive and the OBJECT_CLICK didn&#039;t work.
You save my day ;)</description>
		<content:encoded><![CDATA[<p>Thanks for this tip, i forgot to put the material interactive and the OBJECT_CLICK didn&#8217;t work.<br />
You save my day <img src='http://www.zedia.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A little bit about Sound &#124; Using the Sound, SoundChannel, SoundTransform classes by AS程序员实用工具类 &#171; Deepin 3000</title>
		<link>http://www.zedia.net/2008/a-little-bit-about-sound-using-the-sound-soundchannel-soundtransform-classes/comment-page-1/#comment-4865</link>
		<dc:creator>AS程序员实用工具类 &#171; Deepin 3000</dc:creator>
		<pubDate>Sat, 06 Mar 2010 07:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/a-little-bit-about-sound-using-the-sound-soundchannel-soundtransform-classes/#comment-4865</guid>
		<description>[...] Using the Sound, SoundChannel, SoundTransform classes 正如你所见，这篇东东谈的是如何使用Sound, SoundChannel, SoundTransform类 [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the Sound, SoundChannel, SoundTransform classes 正如你所见，这篇东东谈的是如何使用Sound, SoundChannel, SoundTransform类 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to connect to Google Analytics Data API in AIR by chrillo</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-air/comment-page-1/#comment-4863</link>
		<dc:creator>chrillo</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=415#comment-4863</guid>
		<description>HI 
I just want to say thank you so much. I spent an entire day trying to work around that issue and thanks to your post it took me just 10 minutes to get it running in the end. THANK YOU!</description>
		<content:encoded><![CDATA[<p>HI<br />
I just want to say thank you so much. I spent an entire day trying to work around that issue and thanks to your post it took me just 10 minutes to get it running in the end. THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on And now an AS3 Project &#8211; Robotlegs project template for FlashDevelop by Some tricks when switching to Robotlegs from PureMVC &#124; zedia flash blog</title>
		<link>http://www.zedia.net/2010/and-now-an-as3-project-robotlegs-project-template-for-flashdevelop/comment-page-1/#comment-4860</link>
		<dc:creator>Some tricks when switching to Robotlegs from PureMVC &#124; zedia flash blog</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=561#comment-4860</guid>
		<description>[...] the past posts and a couple of tweets, you all know I have been playing around with Robotlegs. Also, up until now, [...]</description>
		<content:encoded><![CDATA[<p>[...] the past posts and a couple of tweets, you all know I have been playing around with Robotlegs. Also, up until now, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tricks when switching to Robotlegs from PureMVC by Joni</title>
		<link>http://www.zedia.net/2010/some-tricks-when-switching-to-robotlegs-from-puremvc/comment-page-1/#comment-4859</link>
		<dc:creator>Joni</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=569#comment-4859</guid>
		<description>Yes, that makes sense.

But I still see the same problem and can&#039;t figure it out yet.

Even if I inject the model into the mediator, I&#039;m injecting the entire model itself.

Is it possible to inject just one property?
I would say you have to use the mapValue function, but what happends if the value to be mapped (and then injected) is of type Number, or String? 

I&#039;ve tried naming the injection but couldn&#039;t make it to work.

Well, any ideas are of great help! Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, that makes sense.</p>
<p>But I still see the same problem and can&#8217;t figure it out yet.</p>
<p>Even if I inject the model into the mediator, I&#8217;m injecting the entire model itself.</p>
<p>Is it possible to inject just one property?<br />
I would say you have to use the mapValue function, but what happends if the value to be mapped (and then injected) is of type Number, or String? </p>
<p>I&#8217;ve tried naming the injection but couldn&#8217;t make it to work.</p>
<p>Well, any ideas are of great help! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load a YouTube movie into Flash using TubeLoc by Using the ActionScript 3 YouTube Api &#124; As3 YouTube API &#124; zedia flash blog</title>
		<link>http://www.zedia.net/2009/how-to-load-a-youtube-movie-into-flash-using-tubeloc/comment-page-1/#comment-4854</link>
		<dc:creator>Using the ActionScript 3 YouTube Api &#124; As3 YouTube API &#124; zedia flash blog</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=491#comment-4854</guid>
		<description>[...] of it&#8217;s API for Flash. This version would support ActionScript 3. Previously discussed on here was the library TubeLoc which was basically an AS3 wrapper around the ActionScript 2 API. Now the new API does all TubeLoc [...]</description>
		<content:encoded><![CDATA[<p>[...] of it&#8217;s API for Flash. This version would support ActionScript 3. Previously discussed on here was the library TubeLoc which was basically an AS3 wrapper around the ActionScript 2 API. Now the new API does all TubeLoc [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
