<?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 AdenForshaw.com</title>
	<atom:link href="http://adenforshaw.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://adenforshaw.com</link>
	<description>Behind the curtain of Affiliate Marketing</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:56:05 +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 AS3 TextField buttonMode or useHandCursor? by joren</title>
		<link>http://adenforshaw.com/as3-textfield-buttonmode-or-usehandcursor/comment-page-1/#comment-16535</link>
		<dc:creator>joren</dc:creator>
		<pubDate>Sun, 22 Jan 2012 21:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=168#comment-16535</guid>
		<description>Thanks! helped me allot!!!</description>
		<content:encoded><![CDATA[<p>Thanks! helped me allot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 TextField buttonMode or useHandCursor? by none</title>
		<link>http://adenforshaw.com/as3-textfield-buttonmode-or-usehandcursor/comment-page-1/#comment-15962</link>
		<dc:creator>none</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=168#comment-15962</guid>
		<description>e-builds: your method works for me! The author&#039;s does not...
It could be because I don&#039;t have an mc with a textfield inside, but I rather have a textfield that I have added to the stage.

Thanks!</description>
		<content:encoded><![CDATA[<p>e-builds: your method works for me! The author&#8217;s does not&#8230;<br />
It could be because I don&#8217;t have an mc with a textfield inside, but I rather have a textfield that I have added to the stage.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 TextField buttonMode or useHandCursor? by Kristiyan Mitev</title>
		<link>http://adenforshaw.com/as3-textfield-buttonmode-or-usehandcursor/comment-page-1/#comment-10383</link>
		<dc:creator>Kristiyan Mitev</dc:creator>
		<pubDate>Thu, 01 Sep 2011 13:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=168#comment-10383</guid>
		<description>There&#039;s an easier way to do this with the TextFormat class:

var fmt:TextFormat = new TextFormat();
fmt.url = &#039;asfunction:&#039;;
var text:TextField = new TextField();
text.defaultTextFormat = fmt;

The only drawback is that the hand is shown only when the cursor&#039;s over the TEXT. So if your TextField&#039;s size is bigger than the actual text in it the hand cursor will not be shown on the part of the TextField with no text.</description>
		<content:encoded><![CDATA[<p>There&#8217;s an easier way to do this with the TextFormat class:</p>
<p>var fmt:TextFormat = new TextFormat();<br />
fmt.url = &#8216;asfunction:&#8217;;<br />
var text:TextField = new TextField();<br />
text.defaultTextFormat = fmt;</p>
<p>The only drawback is that the hand is shown only when the cursor&#8217;s over the TEXT. So if your TextField&#8217;s size is bigger than the actual text in it the hand cursor will not be shown on the part of the TextField with no text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google spreadsheet and flash part 2 &#8211; A Read/Write example by Ashishk</title>
		<link>http://adenforshaw.com/google-spreadsheet-and-flash-part-2-a-readwrite-example/comment-page-1/#comment-9636</link>
		<dc:creator>Ashishk</dc:creator>
		<pubDate>Wed, 10 Aug 2011 11:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=196#comment-9636</guid>
		<description>Thanks a lot dear, I did it finally...

http://www.flexflashforum.com/flash-ria/my-facebook-apps/piano/test/</description>
		<content:encoded><![CDATA[<p>Thanks a lot dear, I did it finally&#8230;</p>
<p><a href="http://www.flexflashforum.com/flash-ria/my-facebook-apps/piano/test/" rel="nofollow">http://www.flexflashforum.com/flash-ria/my-facebook-apps/piano/test/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 TextField buttonMode or useHandCursor? by vijay</title>
		<link>http://adenforshaw.com/as3-textfield-buttonmode-or-usehandcursor/comment-page-1/#comment-8722</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Tue, 12 Jul 2011 07:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=168#comment-8722</guid>
		<description>Thanks for mouseEnabled=false (@ e-builds) and mouseChildren=false.
Simple but useful and makes frustrated :D</description>
		<content:encoded><![CDATA[<p>Thanks for mouseEnabled=false (@ e-builds) and mouseChildren=false.<br />
Simple but useful and makes frustrated <img src='http://adenforshaw.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 TextField buttonMode or useHandCursor? by Bechar Kanjariya</title>
		<link>http://adenforshaw.com/as3-textfield-buttonmode-or-usehandcursor/comment-page-1/#comment-7777</link>
		<dc:creator>Bechar Kanjariya</dc:creator>
		<pubDate>Mon, 06 Jun 2011 10:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=168#comment-7777</guid>
		<description>good one..</description>
		<content:encoded><![CDATA[<p>good one..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 TextField buttonMode or useHandCursor? by Ania</title>
		<link>http://adenforshaw.com/as3-textfield-buttonmode-or-usehandcursor/comment-page-1/#comment-7433</link>
		<dc:creator>Ania</dc:creator>
		<pubDate>Fri, 13 May 2011 12:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=168#comment-7433</guid>
		<description>I have both 

public var mRowNo:TextField = new TextField();
				
				mRowNo.mouseEnabled = false;

				mShape.addChild(mRowNo);
				
				mShape.mouseChildren = false;

and my cursor doesnt change but I cant point at the shape properly, the cursor is off, it reacts to the shape next to it. as soon as I take the textfield off it works properly. Any ideas ?</description>
		<content:encoded><![CDATA[<p>I have both </p>
<p>public var mRowNo:TextField = new TextField();</p>
<p>				mRowNo.mouseEnabled = false;</p>
<p>				mShape.addChild(mRowNo);</p>
<p>				mShape.mouseChildren = false;</p>
<p>and my cursor doesnt change but I cant point at the shape properly, the cursor is off, it reacts to the shape next to it. as soon as I take the textfield off it works properly. Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google spreadsheet and flash part 2 &#8211; A Read/Write example by Dusty</title>
		<link>http://adenforshaw.com/google-spreadsheet-and-flash-part-2-a-readwrite-example/comment-page-1/#comment-7206</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Wed, 27 Apr 2011 20:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=196#comment-7206</guid>
		<description>Nice work!  Much obliged for the free source code.  :)

Question for you: Any idea why the sample is no longer writing to the spreadsheet?  I wasn&#039;t able to get this working with my copy, so I checked here and saw it wasn&#039;t working here either.

Ideas?

Thanks again,
-Dusty.</description>
		<content:encoded><![CDATA[<p>Nice work!  Much obliged for the free source code.  <img src='http://adenforshaw.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Question for you: Any idea why the sample is no longer writing to the spreadsheet?  I wasn&#8217;t able to get this working with my copy, so I checked here and saw it wasn&#8217;t working here either.</p>
<p>Ideas?</p>
<p>Thanks again,<br />
-Dusty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Affiliate Search Demo &amp; Free Code by Pokey</title>
		<link>http://adenforshaw.com/itunes-affiliate-search-demo/comment-page-1/#comment-7151</link>
		<dc:creator>Pokey</dc:creator>
		<pubDate>Sun, 24 Apr 2011 20:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=321#comment-7151</guid>
		<description>Awesome</description>
		<content:encoded><![CDATA[<p>Awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Affiliate Search Demo &amp; Free Code by Dave</title>
		<link>http://adenforshaw.com/itunes-affiliate-search-demo/comment-page-1/#comment-7149</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 24 Apr 2011 20:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.adenforshaw.co.uk/?p=321#comment-7149</guid>
		<description>Love it!</description>
		<content:encoded><![CDATA[<p>Love it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

