<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>multimediacollege, Adobe Authorized Training Centre &#187; Actionscript 2</title>
	<atom:link href="http://www.multimediacollege.be/category/actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multimediacollege.be</link>
	<description>All about Adobe, Flash, Flex, AIR, ColdFusion and much more</description>
	<lastBuildDate>Wed, 28 Dec 2011 15:50:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Prototyping: ActionScript&#8217;s best kept secret.</title>
		<link>http://www.multimediacollege.be/2011/06/prototyping-actionscripts-best-kep-secret/</link>
		<comments>http://www.multimediacollege.be/2011/06/prototyping-actionscripts-best-kep-secret/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 10:28:18 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[prototyping]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=1423</guid>
		<description><![CDATA[As a developer, once in a while  you discover something new that makes you go  &#8221;How come nobody ever told me about this and why do I only find this out NOW ? &#8221;  Last year, when I discovered that a Function in AS3 is also a class and can be used as a a [...]]]></description>
		<wfw:commentRss>http://www.multimediacollege.be/2011/06/prototyping-actionscripts-best-kep-secret/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>drawing a perfect circle with the curveTo function.</title>
		<link>http://www.multimediacollege.be/2010/09/drawing-a-perfect-circle-with-the-curveto-function/</link>
		<comments>http://www.multimediacollege.be/2010/09/drawing-a-perfect-circle-with-the-curveto-function/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:00:55 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[circle]]></category>
		<category><![CDATA[curveTo]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=910</guid>
		<description><![CDATA[I&#8217;m guessing most of you already know what the graphics.curveTo function is. As the name suggests, it allows you to draw a curved line that starts at a certain point, bends towards a control point, and ends in an anchor point. The starting point of the curve can be defined in three ways: undefined: the [...]]]></description>
		<wfw:commentRss>http://www.multimediacollege.be/2010/09/drawing-a-perfect-circle-with-the-curveto-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ColdFusion-Powered flex/air RIA</title>
		<link>http://www.multimediacollege.be/2009/01/coldfusion-powered-flexair-ria/</link>
		<comments>http://www.multimediacollege.be/2009/01/coldfusion-powered-flexair-ria/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 10:21:25 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flash Media Server]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.multimediacollege.be/?p=69</guid>
		<description><![CDATA[A few days ago, Adobe asked me to speak on a workshop about the integration between ColdFusion 8 and Flex. As a ColdFusion developer, the ColdFusion part was not a problem, but I was a bit afraid by the Flex part, since I&#8217;ve never used Flex or flex builder before.  I eventually decided that I [...]]]></description>
		<wfw:commentRss>http://www.multimediacollege.be/2009/01/coldfusion-powered-flexair-ria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Settimeout in AS2 classes</title>
		<link>http://www.multimediacollege.be/2008/07/settimeout-in-as2-classes/</link>
		<comments>http://www.multimediacollege.be/2008/07/settimeout-in-as2-classes/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:56:39 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/2008/07/settimeout-in-as2-classes/</guid>
		<description><![CDATA[I know this has been mentioned on other blogs but I just wanted to write about this myself (first blogposts ). The problem when dealing with the global timeout method in actionscript 2 classes was and still is that you are not able to use the setTimeout global function. Whereas setInterval is still accessible. But [...]]]></description>
		<wfw:commentRss>http://www.multimediacollege.be/2008/07/settimeout-in-as2-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

