<?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: ClickTag script for designers</title>
	<atom:link href="http://www.toybot.nl/blog/2009/06/24/clicktag-script-for-designers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toybot.nl/blog/2009/06/24/clicktag-script-for-designers/</link>
	<description>interactive stuff and stuff like... you know stuff</description>
	<pubDate>Mon, 06 Feb 2012 05:02:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.toybot.nl/blog/2009/06/24/clicktag-script-for-designers/comment-page-1/#comment-5849</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 23:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.toybot.nl/blog/?p=170#comment-5849</guid>
		<description>yeah thats better, tnx mate. I updated the files</description>
		<content:encoded><![CDATA[<p>yeah thats better, tnx mate. I updated the files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobba</title>
		<link>http://www.toybot.nl/blog/2009/06/24/clicktag-script-for-designers/comment-page-1/#comment-5845</link>
		<dc:creator>Jobba</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.toybot.nl/blog/?p=170#comment-5845</guid>
		<description>Very nice solution for this annoying problem!
I decided to change your code a bit to make it even more flexible, this will catch every possible way to write 'clickTag' (ie. _clickTag, ClickTag, etc.)

[code]
var link:String;
for (var varName:String in _root) {
	if (varName.toLowerCase().indexOf("clicktag") != -1) {
		link = _root[varName];
		break;
	}
}
[/code]</description>
		<content:encoded><![CDATA[<p>Very nice solution for this annoying problem!<br />
I decided to change your code a bit to make it even more flexible, this will catch every possible way to write &#8216;clickTag&#8217; (ie. _clickTag, ClickTag, etc.)</p>
<p>[code]<br />
var link:String;<br />
for (var varName:String in _root) {<br />
	if (varName.toLowerCase().indexOf(&#8221;clicktag&#8221;) != -1) {<br />
		link = _root[varName];<br />
		break;<br />
	}<br />
}<br />
[/code]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

