<?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>Thu, 11 Feb 2010 07:18:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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 0&#215;00AA00 and not 0xAA00.</p>
<p>var c:uint = 0&#215;00AA00;</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>
	<item>
		<title>Comment on Local Shared Object &#8211; Play Only Once by Robert</title>
		<link>http://www.nunomira.com/blog/2006/12/local-shared-object-play-only-once/comment-page-1/#comment-149196</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 27 Nov 2009 15:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=320#comment-149196</guid>
		<description>Thank you! 
I have been looking for this code for days! 
Have bookmarked your site.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
I have been looking for this code for days!<br />
Have bookmarked your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Mail Form (with PHP) by John</title>
		<link>http://www.nunomira.com/blog/2007/04/flash-mail-form-with-php/comment-page-1/#comment-148981</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=336#comment-148981</guid>
		<description>Hello Nuno,

I tried downloading the files from the link above, but I got a not found page. Are these files still available? Please advice.

Thanks,

John</description>
		<content:encoded><![CDATA[<p>Hello Nuno,</p>
<p>I tried downloading the files from the link above, but I got a not found page. Are these files still available? Please advice.</p>
<p>Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe CS3 Installation Problems by J2f</title>
		<link>http://www.nunomira.com/blog/2007/05/adobe-cs3-installation-problems/comment-page-1/#comment-148980</link>
		<dc:creator>J2f</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=339#comment-148980</guid>
		<description>bil says:
Friday, 23 May 2008 at 22:46

kb401521 really helps for me..

Solution
Disclaimer: This procedure involves editing the Windows registry. Adobe doesn’t support editing the registry, which contains critical system and application information. For information on the Windows Registry Editor, see the documentation for Windows or contact Microsoft Technical Support.
Manually register the jscript.dll file.

On Windows Vista32:

Choose Start &gt; All Programs &gt; Accessories.
Right-click the Command icon, choose Run As Administrator, and authenticate.
Navigate to Windows\System32.
At the prompt, type regsvr32 jscript.dll and press Enter.
When a dialog box with the message “DllRegisterServer in jscript.dll succeeded” appears, click OK.

and its working perfectly..
wow!!

----------------
This works on me.. :) thanks bill!</description>
		<content:encoded><![CDATA[<p>bil says:<br />
Friday, 23 May 2008 at 22:46</p>
<p>kb401521 really helps for me..</p>
<p>Solution<br />
Disclaimer: This procedure involves editing the Windows registry. Adobe doesn’t support editing the registry, which contains critical system and application information. For information on the Windows Registry Editor, see the documentation for Windows or contact Microsoft Technical Support.<br />
Manually register the jscript.dll file.</p>
<p>On Windows Vista32:</p>
<p>Choose Start &gt; All Programs &gt; Accessories.<br />
Right-click the Command icon, choose Run As Administrator, and authenticate.<br />
Navigate to Windows\System32.<br />
At the prompt, type regsvr32 jscript.dll and press Enter.<br />
When a dialog box with the message “DllRegisterServer in jscript.dll succeeded” appears, click OK.</p>
<p>and its working perfectly..<br />
wow!!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
This works on me.. <img src='http://www.nunomira.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks bill!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Local Shared Object &#8211; Play Only Once by DIY</title>
		<link>http://www.nunomira.com/blog/2006/12/local-shared-object-play-only-once/comment-page-1/#comment-148976</link>
		<dc:creator>DIY</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=320#comment-148976</guid>
		<description>If I don&#039;t want the button, should I simply remove the code:


clearLSO_btn.onRelease = function()
{
    my_so.clear();
}</description>
		<content:encoded><![CDATA[<p>If I don&#8217;t want the button, should I simply remove the code:</p>
<p>clearLSO_btn.onRelease = function()<br />
{<br />
    my_so.clear();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe CS3 Installation Problems by Santiago</title>
		<link>http://www.nunomira.com/blog/2007/05/adobe-cs3-installation-problems/comment-page-1/#comment-148966</link>
		<dc:creator>Santiago</dc:creator>
		<pubDate>Wed, 06 May 2009 05:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=339#comment-148966</guid>
		<description>Hi people, i tried installing adobe cs3 master everything goes fine i select all the programs. But all that installs is the shared components and adobe 8 professional, only bridge work. What can i do? plz, i have a windows xp service pack 3</description>
		<content:encoded><![CDATA[<p>Hi people, i tried installing adobe cs3 master everything goes fine i select all the programs. But all that installs is the shared components and adobe 8 professional, only bridge work. What can i do? plz, i have a windows xp service pack 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Resize my Browser! by Jack Wheeler</title>
		<link>http://www.nunomira.com/blog/2006/08/dont-resize-my-browser/comment-page-1/#comment-148965</link>
		<dc:creator>Jack Wheeler</dc:creator>
		<pubDate>Sun, 03 May 2009 16:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nunomira.com/blog/?p=308#comment-148965</guid>
		<description>Thanks for this tip! Resizing my browser window is highly annoying. It&#039;s nice to know I can control it. Yeah, Firefox! :-)</description>
		<content:encoded><![CDATA[<p>Thanks for this tip! Resizing my browser window is highly annoying. It&#8217;s nice to know I can control it. Yeah, Firefox! <img src='http://www.nunomira.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
