<?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 Mindfock</title>
	<atom:link href="http://blog.mindfock.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindfock.com</link>
	<description>Flash and ActionScript for the masses. With a little Python thrown in.</description>
	<lastBuildDate>Sat, 06 Mar 2010 23:49:58 +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 [Learn] AS2 to AS3 Basic Liquid Layout by John del Rosario</title>
		<link>http://blog.mindfock.com/learn-as2-to-as3-basic-liquid-layout/comment-page-1/#comment-3298</link>
		<dc:creator>John del Rosario</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://mindfock.wordpress.com/?p=29#comment-3298</guid>
		<description>You need to set you flash to take up the whole browser window in your html. Check out &lt;a href=&quot;http://code.google.com/p/swfobject/&quot; rel=&quot;nofollow&quot;&gt;SWFObject&lt;/a&gt; to easily embed swf&#039;s into html.</description>
		<content:encoded><![CDATA[<p>You need to set you flash to take up the whole browser window in your html. Check out <a href="http://code.google.com/p/swfobject/" rel="nofollow">SWFObject</a> to easily embed swf&#8217;s into html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Learn] AS2 to AS3 Basic Liquid Layout by Al Lemieux</title>
		<link>http://blog.mindfock.com/learn-as2-to-as3-basic-liquid-layout/comment-page-1/#comment-3296</link>
		<dc:creator>Al Lemieux</dc:creator>
		<pubDate>Sat, 06 Mar 2010 21:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://mindfock.wordpress.com/?p=29#comment-3296</guid>
		<description>This code works fine in the flash player, but not when resizing the browser. I&#039;m using Firefox and when I resize the browser nothing happens. Are there any special publish settings I should have set for this to work?</description>
		<content:encoded><![CDATA[<p>This code works fine in the flash player, but not when resizing the browser. I&#8217;m using Firefox and when I resize the browser nothing happens. Are there any special publish settings I should have set for this to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RGB to Hexadecimal to HSV conversion in AS3 by John del Rosario</title>
		<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/comment-page-1/#comment-3143</link>
		<dc:creator>John del Rosario</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=65#comment-3143</guid>
		<description>Cool. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Cool. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RGB to Hexadecimal to HSV conversion in AS3 by Chris Benjaminsen</title>
		<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/comment-page-1/#comment-3142</link>
		<dc:creator>Chris Benjaminsen</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=65#comment-3142</guid>
		<description>FYI the proper way to to implement HexToDeci would be

private function HexToDeci(hex:String):uint{
return parseInt(hex, 16)
}</description>
		<content:encoded><![CDATA[<p>FYI the proper way to to implement HexToDeci would be</p>
<p>private function HexToDeci(hex:String):uint{<br />
return parseInt(hex, 16)<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Color Mixing Flex Application by John del Rosario</title>
		<link>http://blog.mindfock.com/color-mixing-flex-application/comment-page-1/#comment-3017</link>
		<dc:creator>John del Rosario</dc:creator>
		<pubDate>Mon, 25 Jan 2010 01:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=64#comment-3017</guid>
		<description>@tingo, not sure what you mean, but the color picker control in Flex has a property &lt;code&gt;selectedColor&lt;/code&gt;, which returns the, well, selected color of the picker.</description>
		<content:encoded><![CDATA[<p>@tingo, not sure what you mean, but the color picker control in Flex has a property <code>selectedColor</code>, which returns the, well, selected color of the picker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Color Mixing Flex Application by tingo</title>
		<link>http://blog.mindfock.com/color-mixing-flex-application/comment-page-1/#comment-3015</link>
		<dc:creator>tingo</dc:creator>
		<pubDate>Sun, 24 Jan 2010 19:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=64#comment-3015</guid>
		<description>hello 

can you please tell me how the red,green,blue values we will from when the color picker selected


can you suggest me how?

thank you
tingo</description>
		<content:encoded><![CDATA[<p>hello </p>
<p>can you please tell me how the red,green,blue values we will from when the color picker selected</p>
<p>can you suggest me how?</p>
<p>thank you<br />
tingo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Learn] AS2 to AS3 Basic Liquid Layout by John del Rosario</title>
		<link>http://blog.mindfock.com/learn-as2-to-as3-basic-liquid-layout/comment-page-1/#comment-2820</link>
		<dc:creator>John del Rosario</dc:creator>
		<pubDate>Sat, 12 Dec 2009 08:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://mindfock.wordpress.com/?p=29#comment-2820</guid>
		<description>@Fluxstate you could try mc.width = stage.stageWidth; mc.height = stage.stageHeight;</description>
		<content:encoded><![CDATA[<p>@Fluxstate you could try mc.width = stage.stageWidth; mc.height = stage.stageHeight;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Color Mixing Flex Application by HiganiHawpura</title>
		<link>http://blog.mindfock.com/color-mixing-flex-application/comment-page-1/#comment-2818</link>
		<dc:creator>HiganiHawpura</dc:creator>
		<pubDate>Sat, 12 Dec 2009 00:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=64#comment-2818</guid>
		<description>I really enjoyed reading this post, keep up writing such exciting posts!!</description>
		<content:encoded><![CDATA[<p>I really enjoyed reading this post, keep up writing such exciting posts!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Learn] AS2 to AS3 Basic Liquid Layout by Fluxstate</title>
		<link>http://blog.mindfock.com/learn-as2-to-as3-basic-liquid-layout/comment-page-1/#comment-2817</link>
		<dc:creator>Fluxstate</dc:creator>
		<pubDate>Fri, 11 Dec 2009 22:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://mindfock.wordpress.com/?p=29#comment-2817</guid>
		<description>Thanks for this tutorial. How would you set it so that 1 of the MCs would scale to the fit the browser window. I&#039;m trying to get photos to scale and the navigation to stay fixed.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial. How would you set it so that 1 of the MCs would scale to the fit the browser window. I&#8217;m trying to get photos to scale and the navigation to stay fixed.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photographic mosaics by John del Rosario</title>
		<link>http://blog.mindfock.com/photographic-mosaics/comment-page-1/#comment-2500</link>
		<dc:creator>John del Rosario</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/photographic-mosaics/#comment-2500</guid>
		<description>@chloyd haha ikaw buang.</description>
		<content:encoded><![CDATA[<p>@chloyd haha ikaw buang.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
