<?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: Build an OOP Tag Cloud in ActionScript 3.0</title>
	<atom:link href="http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/</link>
	<description>Flash, Flex &#38; ActionScript Tutorials</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:04:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sara</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-18943</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-18943</guid>
		<description>hai i am clearning flash current send me some samples of AS2 in flash.That will help me for the future</description>
		<content:encoded><![CDATA[<p>hai i am clearning flash current send me some samples of AS2 in flash.That will help me for the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-18203</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 07 Feb 2010 22:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-18203</guid>
		<description>awesome tutorial! I like that you go from scratch in your code, really helps to walk through the process. Thanks!</description>
		<content:encoded><![CDATA[<p>awesome tutorial! I like that you go from scratch in your code, really helps to walk through the process. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kedicik</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-18173</link>
		<dc:creator>kedicik</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-18173</guid>
		<description>i found bag! Because i don&#039;see last word in array</description>
		<content:encoded><![CDATA[<p>i found bag! Because i don&#8217;see last word in array</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Crociquia</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-17445</link>
		<dc:creator>Bruno Crociquia</dc:creator>
		<pubDate>Tue, 26 Jan 2010 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-17445</guid>
		<description>Sorry, for only reading your question now. Use mainTagCloud_cs3.fla version inside, as it has the xml loader instead of the other fla that has a static name array.

remember, you can&#039;t test the swf in your local machine, because we are accessing http we can only work within a network sandbox. meaning if you want to run inside your computer you need to either host a server in your machine, or edit your flash player security settings.

Cheers</description>
		<content:encoded><![CDATA[<p>Sorry, for only reading your question now. Use mainTagCloud_cs3.fla version inside, as it has the xml loader instead of the other fla that has a static name array.</p>
<p>remember, you can&#8217;t test the swf in your local machine, because we are accessing http we can only work within a network sandbox. meaning if you want to run inside your computer you need to either host a server in your machine, or edit your flash player security settings.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-13662</link>
		<dc:creator>user</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-13662</guid>
		<description>hey,

first of all i appreciate your tutorial.
but i have the problem that the source files only work for
your tag cloud example with predefined &quot;words&quot; in your tagCloud.

if i edit the main with the new code, or generate it completly new
with your tutoial i get an error &quot;only expected 5 arguments&quot; referring
to your constructor for your tagCloud, but which you want to initalize
witz 6 arguments:
 [...]
 tagCloud = new TagCloud(wordArray,arial.fontName,20,40,0xFFFFCD,300);
 [...]

even if i fix this (reducing it to the 5 arguments it won&#039;t load or work
with the xml file from cnn.rss or any other.

i would appreciate your help,  or instead see the complete source file with
the coude from this tutorial and not with the example without the url loader.

thanks in advance.
greetz.</description>
		<content:encoded><![CDATA[<p>hey,</p>
<p>first of all i appreciate your tutorial.<br />
but i have the problem that the source files only work for<br />
your tag cloud example with predefined &#8220;words&#8221; in your tagCloud.</p>
<p>if i edit the main with the new code, or generate it completly new<br />
with your tutoial i get an error &#8220;only expected 5 arguments&#8221; referring<br />
to your constructor for your tagCloud, but which you want to initalize<br />
witz 6 arguments:<br />
 [...]<br />
 tagCloud = new TagCloud(wordArray,arial.fontName,20,40,0xFFFFCD,300);<br />
 [...]</p>
<p>even if i fix this (reducing it to the 5 arguments it won&#8217;t load or work<br />
with the xml file from cnn.rss or any other.</p>
<p>i would appreciate your help,  or instead see the complete source file with<br />
the coude from this tutorial and not with the example without the url loader.</p>
<p>thanks in advance.<br />
greetz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advanced Adobe Flash Actionscript Trainings &#171; Flash Criminals</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-12225</link>
		<dc:creator>Advanced Adobe Flash Actionscript Trainings &#171; Flash Criminals</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-12225</guid>
		<description>[...] Build an OOP Tag Cloud in ActionScript 3.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Build an OOP Tag Cloud in ActionScript 3.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Luiza</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-10619</link>
		<dc:creator>Maria Luiza</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-10619</guid>
		<description>Maravilhoso, muito bom</description>
		<content:encoded><![CDATA[<p>Maravilhoso, muito bom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 45+ Advanced Adobe Flash Actionscript Trainings &#124; Master Design</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-10472</link>
		<dc:creator>45+ Advanced Adobe Flash Actionscript Trainings &#124; Master Design</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-10472</guid>
		<description>[...] Build an OOP Tag Cloud in ActionScript 3.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Build an OOP Tag Cloud in ActionScript 3.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by seacloud9</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-10382</link>
		<dc:creator>Twitted by seacloud9</dc:creator>
		<pubDate>Fri, 30 Oct 2009 22:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-10382</guid>
		<description>[...] This post was Twitted by seacloud9 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by seacloud9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Framer</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-an-oop-tag-cloud-in-actionscript-3-0/comment-page-1/#comment-8151</link>
		<dc:creator>Flash Framer</dc:creator>
		<pubDate>Wed, 07 Oct 2009 14:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=1597#comment-8151</guid>
		<description>OOP always fries my brain but you did a great job. Thanks!</description>
		<content:encoded><![CDATA[<p>OOP always fries my brain but you did a great job. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.080 seconds -->
