<?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 Nuno Mira - Flash Developer</title>
	<atom:link href="http://www.nunomira.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nunomira.com/blog</link>
	<description>Nuno Mira&#039;s Flash Blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:27:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Import / Export shortcuts in Aptana by kevin</title>
		<link>http://www.nunomira.com/blog/2011/07/import-export-shortcuts-in-aptana/comment-page-1/#comment-149638</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Fri, 27 Jan 2012 22:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=506#comment-149638</guid>
		<description>Nevermind, that doesn&#039;t quite work, will edit the script on monday...</description>
		<content:encoded><![CDATA[<p>Nevermind, that doesn&#8217;t quite work, will edit the script on monday&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import / Export shortcuts in Aptana by kevin</title>
		<link>http://www.nunomira.com/blog/2011/07/import-export-shortcuts-in-aptana/comment-page-1/#comment-149637</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Fri, 27 Jan 2012 22:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=506#comment-149637</guid>
		<description>here is a script (see website) you can add to your post as your popular in google, it converts Aptana 3 / Eclipse csv file to epf

It doesn&#039;t support multi-key shortcuts (Ctrl+A, Ctrl+B) as I never created any user defined keys like that, but it works great for any single ones (Ctrl+Shift+D).

open translate.py and change src_file and dst_file appropriately.
run &quot;python translate.py &quot;</description>
		<content:encoded><![CDATA[<p>here is a script (see website) you can add to your post as your popular in google, it converts Aptana 3 / Eclipse csv file to epf</p>
<p>It doesn&#8217;t support multi-key shortcuts (Ctrl+A, Ctrl+B) as I never created any user defined keys like that, but it works great for any single ones (Ctrl+Shift+D).</p>
<p>open translate.py and change src_file and dst_file appropriately.<br />
run &#8220;python translate.py &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Generation with AS3 and PHP &#8211; Tutorial @ FlashKit by Elye</title>
		<link>http://www.nunomira.com/blog/2011/04/image-generation-with-as3-and-php-tutorial-flashkit/comment-page-1/#comment-149576</link>
		<dc:creator>Elye</dc:creator>
		<pubDate>Thu, 07 Apr 2011 11:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=487#comment-149576</guid>
		<description>Great tutorial. Thanks for posting it. Would you be able to tell me how to open the image in a new window so the user can save it, like this? http://www.sephiroth.it/tutorials/flashPHP/print_screen/

This one is AS2 and won&#039;t work with my project.

Many thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial. Thanks for posting it. Would you be able to tell me how to open the image in a new window so the user can save it, like this? <a href="http://www.sephiroth.it/tutorials/flashPHP/print_screen/" rel="nofollow">http://www.sephiroth.it/tutorials/flashPHP/print_screen/</a></p>
<p>This one is AS2 and won&#8217;t work with my project.</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on convert Decimal to Hex and back by Matej Svajger</title>
		<link>http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/comment-page-1/#comment-149503</link>
		<dc:creator>Matej Svajger</dc:creator>
		<pubDate>Tue, 05 Oct 2010 08:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=370#comment-149503</guid>
		<description>There is also a more clean way to get the unsigned integer for color out of the RGB values in as3.

function rgb2hex(r:int, g:int, b:int) : uint
{
	var redChannel =  r &lt;&lt; 16;
	var greenChannel = g &lt;&lt; 8;
	var blueChannel = b;
			
	return redChannel &#124; greenChannel &#124; blueChannel;
}</description>
		<content:encoded><![CDATA[<p>There is also a more clean way to get the unsigned integer for color out of the RGB values in as3.</p>
<p>function rgb2hex(r:int, g:int, b:int) : uint<br />
{<br />
	var redChannel =  r &lt;&lt; 16;<br />
	var greenChannel = g &lt;&lt; 8;<br />
	var blueChannel = b;</p>
<p>	return redChannel | greenChannel | blueChannel;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Local Shared Object &#8211; Play Only Once by sy</title>
		<link>http://www.nunomira.com/blog/2006/12/local-shared-object-play-only-once/comment-page-1/#comment-149501</link>
		<dc:creator>sy</dc:creator>
		<pubDate>Wed, 29 Sep 2010 01:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=320#comment-149501</guid>
		<description>i just want to say, thank you for sharing.

blessing</description>
		<content:encoded><![CDATA[<p>i just want to say, thank you for sharing.</p>
<p>blessing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on convert Decimal to Hex and back by ugly computer</title>
		<link>http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/comment-page-1/#comment-149402</link>
		<dc:creator>ugly computer</dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=370#comment-149402</guid>
		<description>handy, thanks!</description>
		<content:encoded><![CDATA[<p>handy, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on convert Decimal to Hex and back by helloworlder</title>
		<link>http://www.nunomira.com/blog/2009/11/convert-decimal-to-hex-and-back/comment-page-1/#comment-149398</link>
		<dc:creator>helloworlder</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=370#comment-149398</guid>
		<description>Thanks! I was looking for a simpler way to do this. 

However if you want the typical representation where leading 0s are not dropped, then I&#039;ve modified the script to do so. E.g. you want it to be represented as 0x00AA00 and not 0xAA00.

var c:uint = 0x00AA00;

trace (c);
var s:String = c.toString(16).toUpperCase();

while(s.length &lt; 6)
{
    s = &quot;0&quot; + s;
}
	  
s = &quot;0x&quot; + s;
	  	  	  
trace (s);

trace (uint(s));</description>
		<content:encoded><![CDATA[<p>Thanks! I was looking for a simpler way to do this. </p>
<p>However if you want the typical representation where leading 0s are not dropped, then I&#8217;ve modified the script to do so. E.g. you want it to be represented as 0x00AA00 and not 0xAA00.</p>
<p>var c:uint = 0x00AA00;</p>
<p>trace (c);<br />
var s:String = c.toString(16).toUpperCase();</p>
<p>while(s.length &lt; 6)<br />
{<br />
    s = &quot;0&quot; + s;<br />
}</p>
<p>s = &quot;0x&quot; + s;</p>
<p>trace (s);</p>
<p>trace (uint(s));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Mail Form (with PHP) by web designing</title>
		<link>http://www.nunomira.com/blog/2007/04/flash-mail-form-with-php/comment-page-1/#comment-149393</link>
		<dc:creator>web designing</dc:creator>
		<pubDate>Fri, 15 Jan 2010 11:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=336#comment-149393</guid>
		<description>Thanks!

very useful information...you realy hepled me!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>very useful information&#8230;you realy hepled me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Mail Form (with PHP) by tina</title>
		<link>http://www.nunomira.com/blog/2007/04/flash-mail-form-with-php/comment-page-1/#comment-149390</link>
		<dc:creator>tina</dc:creator>
		<pubDate>Tue, 12 Jan 2010 19:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=336#comment-149390</guid>
		<description>This is great tutorial with code thank you very much</description>
		<content:encoded><![CDATA[<p>This is great tutorial with code thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Mail Form (with PHP) by Dennis</title>
		<link>http://www.nunomira.com/blog/2007/04/flash-mail-form-with-php/comment-page-1/#comment-149380</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 27 Dec 2009 20:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=336#comment-149380</guid>
		<description>Aloha!!! Thanks very much!!! Good job! Thanks again. :-)</description>
		<content:encoded><![CDATA[<p>Aloha!!! Thanks very much!!! Good job! Thanks again. <img src='http://www.nunomira.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

