<?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 on: How to listen to events from links within TextFields in ActionScript 3</title>
	<atom:link href="http://www.swedishfika.com/2008/06/27/how-to-listen-to-events-from-links-within-textfields-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swedishfika.com/2008/06/27/how-to-listen-to-events-from-links-within-textfields-in-actionscript-3/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 19:58:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to listen to events from links within TextFields in &#8230; &#124; Flash Designers</title>
		<link>http://www.swedishfika.com/2008/06/27/how-to-listen-to-events-from-links-within-textfields-in-actionscript-3/comment-page-1/#comment-9827</link>
		<dc:creator>How to listen to events from links within TextFields in &#8230; &#124; Flash Designers</dc:creator>
		<pubDate>Sun, 16 May 2010 19:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=84#comment-9827</guid>
		<description>[...] Visit link: How to listen to events from links within TextFields in &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit link: How to listen to events from links within TextFields in &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Kjellberg</title>
		<link>http://www.swedishfika.com/2008/06/27/how-to-listen-to-events-from-links-within-textfields-in-actionscript-3/comment-page-1/#comment-6224</link>
		<dc:creator>Simon Kjellberg</dc:creator>
		<pubDate>Sat, 18 Jul 2009 09:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=84#comment-6224</guid>
		<description>@Johan: Nice! I&#039;ve actually never thought of the fact that you can generalize it by writing private function onClick(e:Event):void. Guess I&#039;ve never needed you generalize a function like this before but it sure makes a lot of sense.</description>
		<content:encoded><![CDATA[<p>@Johan: Nice! I&#8217;ve actually never thought of the fact that you can generalize it by writing private function onClick(e:Event):void. Guess I&#8217;ve never needed you generalize a function like this before but it sure makes a lot of sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.swedishfika.com/2008/06/27/how-to-listen-to-events-from-links-within-textfields-in-actionscript-3/comment-page-1/#comment-2117</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 18 Jan 2009 01:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=84#comment-2117</guid>
		<description>Yeah, It is a great technique and if you want to call the function with other events you can generalize a bit and do it like this.
private function onClick(e:Event):void

Or if you want to call it from anywhere in the code you can give the incoming event a default value like this.
private function onClick(e:Event = null):void</description>
		<content:encoded><![CDATA[<p>Yeah, It is a great technique and if you want to call the function with other events you can generalize a bit and do it like this.<br />
private function onClick(e:Event):void</p>
<p>Or if you want to call it from anywhere in the code you can give the incoming event a default value like this.<br />
private function onClick(e:Event = null):void</p>
]]></content:encoded>
	</item>
</channel>
</rss>
