<?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"
	>

<channel>
	<title>Actionscript Classes</title>
	<atom:link href="http://www.actionscriptclasses.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptclasses.com</link>
	<description>Actionscript Class File Repository</description>
	<pubDate>Mon, 14 Jul 2008 17:20:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>WindowBlur</title>
		<link>http://www.actionscriptclasses.com/2008/windowblur/</link>
		<comments>http://www.actionscriptclasses.com/2008/windowblur/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:20:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Bitmap]]></category>

		<category><![CDATA[Display Object]]></category>

		<category><![CDATA[Drawing]]></category>

		<category><![CDATA[Effects]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=233</guid>
		<description><![CDATA[Blurs a background (MovieClip or Sprite) behind a transparent window (MovieClip or Sprite). Based on Pixelfumes AS2 class.
From the site: 
I was checking out a website yesterday when it suddenly reminded me of a Pixelfumes experiment I remembered seeing many moons ago. After finding it with a quick Google search, just for kicks, I decided [...]]]></description>
			<content:encoded><![CDATA[<p>Blurs a background (MovieClip or Sprite) behind a transparent window (MovieClip or Sprite). Based on Pixelfumes AS2 class.</p>
<p>From the site: </p>
<blockquote><p>I was checking out a website yesterday when it suddenly reminded me of a Pixelfumes experiment I remembered seeing many moons ago. After finding it with a quick Google search, just for kicks, I decided to play around and update the idea to AS3. </p></blockquote>
<p><a href="http://blog.onebyonedesign.com/?p=81" title="Window Blur">http://blog.onebyonedesign.com/?p=81</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/windowblur/feed/</wfw:commentRss>
		</item>
		<item>
		<title>as3xls</title>
		<link>http://www.actionscriptclasses.com/2008/as3xls/</link>
		<comments>http://www.actionscriptclasses.com/2008/as3xls/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:42:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=232</guid>
		<description><![CDATA[Read and write excel files in Flex.
From the site:
Some time ago I was working on a little project for which I wanted to read and write Excel files in Flex. I Googled hither and yon but sadly I could only find a sample someone tossed out there sans code. So, I put together a little [...]]]></description>
			<content:encoded><![CDATA[<p>Read and write excel files in Flex.</p>
<p>From the site:</p>
<blockquote><p>Some time ago I was working on a little project for which I wanted to read and write Excel files in Flex. I Googled hither and yon but sadly I could only find a sample someone tossed out there sans code. So, I put together a little package to read and write Excel files. So far it supports reading text, numbers, formulas, and dates from Excel version 2.x-2003 and writing text, numbers, and dates. Formulas also update to reflect changes in cells they reference.</p>
<p>The API is intended to be straightforward and easy to use. There are some samples to play with and the obligatory ASdocs.</p></blockquote>
<p><a href="http://code.google.com/p/as3xls/">http://code.google.com/p/as3xls/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/as3xls/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SimpleScrollBar</title>
		<link>http://www.actionscriptclasses.com/2008/simplescrollbar/</link>
		<comments>http://www.actionscriptclasses.com/2008/simplescrollbar/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:27:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Component]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=231</guid>
		<description><![CDATA[From the site:
Here&#8217;s an AS3 class that creates a simple scroll bar. Set this as the Base Class for any movie clip. The container clip must have two movie clips named drag_mc and track_mc. These clips act as the dragger and track for the scroll bar
Add an event listener to call a handler when the [...]]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>Here&#8217;s an AS3 class that creates a simple scroll bar. Set this as the Base Class for any movie clip. The container clip must have two movie clips named drag_mc and track_mc. These clips act as the dragger and track for the scroll bar</p>
<p>Add an event listener to call a handler when the scroll bar is dragged. SimpleScrollBar dispatches the ScrollBarEvent.UPDATE which includes the property scroll_value. This property holds a value from 0 to 1 representing the position of the dragger.</p></blockquote>
<p><a href="http://www.webdevils.com/?p=84" title="SimpleScrollBar">http://www.webdevils.com/?p=84</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/simplescrollbar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Color</title>
		<link>http://www.actionscriptclasses.com/2008/color/</link>
		<comments>http://www.actionscriptclasses.com/2008/color/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:23:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Color]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=230</guid>
		<description><![CDATA[From the site:
One small thing I&#8217;ve always found a bit handy with CSS in XHTML is the ability to type familiar names for colors rather than the hex value.
Unfortunately, Flash&#8217;s StyleSheet does not support color names at all and Flex&#8217;s StyleManager only supports the 16 basic VGA color names.
I decided to write a class that [...]]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>One small thing I&#8217;ve always found a bit handy with CSS in XHTML is the ability to type familiar names for colors rather than the hex value.</p>
<p>Unfortunately, Flash&#8217;s StyleSheet does not support color names at all and Flex&#8217;s StyleManager only supports the 16 basic VGA color names.</p>
<p>I decided to write a class that adds static properties for all of the color names defined by SVG 1.0 (The colors in SVG 1.0 include the X11 colors with the addition of gray/grey variants. X11 includes the 16 basic VGA, or HTML4, colors as well). This class also adds two static convenience methods for returning a Color* object by passing in the color name or hexadecimal color value.</p></blockquote>
<p><a href="http://www.digitalflipbook.com/archives/2008/06/color_name_clas.php" title="Color class">http://www.digitalflipbook.com/archives/2008/06/color_name_clas.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/color/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scale9Mask</title>
		<link>http://www.actionscriptclasses.com/2008/scale9mask/</link>
		<comments>http://www.actionscriptclasses.com/2008/scale9mask/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=229</guid>
		<description><![CDATA[From the site:
I ran into another quirk with Flash today. I couldn&#8217;t get Flash to apply Scale9Grid correctly on sprites/movieclips that were being used as Masks. After searching for help it seems as though the two features are not compatible (please correct me if I am wrong). Therefore, I threw a class together this afternoon [...]]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>I ran into another quirk with Flash today. I couldn&#8217;t get Flash to apply Scale9Grid correctly on sprites/movieclips that were being used as Masks. After searching for help it seems as though the two features are not compatible (please correct me if I am wrong). Therefore, I threw a class together this afternoon that creates a Rectangle with rounded corners that automatically scales according to the scale9Grid rules. The class allows you to use the rounded rectangle as a mask without having the corners distort when it scales.</p></blockquote>
<p><a href="http://blog.ickydime.com/2008/06/scale9grid-class-for-masking-in-as3.html" title="Scale9Mask">http://blog.ickydime.com/2008/06/scale9grid-class-for-masking-in-as3.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/scale9mask/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NpContextMenu</title>
		<link>http://www.actionscriptclasses.com/2008/npcontextmenu/</link>
		<comments>http://www.actionscriptclasses.com/2008/npcontextmenu/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:18:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[ContextMenu]]></category>

		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=228</guid>
		<description><![CDATA[From the site:
The NpContextMenu Class is a fairly simple ActionScript 3 class for creating and interacting with Contextual Menus.
The class simply redispatches the ContextMenuEvent.MENU_ITEM_SELECT event to any parties interested in responding to menu events outside of the actual class. This allows for a little more flexibility with how events are handled and how the menu [...]]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>The NpContextMenu Class is a fairly simple ActionScript 3 class for creating and interacting with Contextual Menus.</p>
<p>The class simply redispatches the ContextMenuEvent.MENU_ITEM_SELECT event to any parties interested in responding to menu events outside of the actual class. This allows for a little more flexibility with how events are handled and how the menu itself is set up. By using this approach the menu can be a a little more dynamic.</p></blockquote>
<p><a href="http://www.blog.noponies.com/archives/103" title="NpContextMenu">http://www.blog.noponies.com/archives/103</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/npcontextmenu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FlashVarsUtil</title>
		<link>http://www.actionscriptclasses.com/2008/flashvarsutil/</link>
		<comments>http://www.actionscriptclasses.com/2008/flashvarsutil/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:12:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=227</guid>
		<description><![CDATA[Util class to access FlashVars in Flex. From the site:
&#8230;I would share a little Util class I wrote a while back to make your lives easier. It uses the [Mixin] tag to make sure variables are available before the application creation is complete.
http://blog.xsive.co.nz/archives/271
]]></description>
			<content:encoded><![CDATA[<p>Util class to access FlashVars in Flex. From the site:</p>
<blockquote><p>&#8230;I would share a little Util class I wrote a while back to make your lives easier. It uses the [Mixin] tag to make sure variables are available before the application creation is complete.</p></blockquote>
<p><a href="http://blog.xsive.co.nz/archives/271" title="FlashVarsUtil">http://blog.xsive.co.nz/archives/271</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/flashvarsutil/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CronJob</title>
		<link>http://www.actionscriptclasses.com/2008/cronjob/</link>
		<comments>http://www.actionscriptclasses.com/2008/cronjob/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Interval/Timers]]></category>

		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=226</guid>
		<description><![CDATA[From the site:
I wrote a cronjob class in actionscript 3 during my flight back to Lima from San Francisco. This could help you manage repetitive or single tasks in the future using a cron task syntax.
http://blog.funciton.com/en/2008/07/actionscript_3_cronjob_beta.html

]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>I wrote a cronjob class in actionscript 3 during my flight back to Lima from San Francisco. This could help you manage repetitive or single tasks in the future using a cron task syntax.</p></blockquote>
<p><a href="http://blog.funciton.com/en/2008/07/actionscript_3_cronjob_beta.html" title="CronJob class">http://blog.funciton.com/en/2008/07/actionscript_3_cronjob_beta.html<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/cronjob/feed/</wfw:commentRss>
		</item>
		<item>
		<title>QueueLoader - AS2</title>
		<link>http://www.actionscriptclasses.com/2008/queueloader-as2/</link>
		<comments>http://www.actionscriptclasses.com/2008/queueloader-as2/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:03:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 2]]></category>

		<category><![CDATA[Loader]]></category>

		<category><![CDATA[MovieClipLoader]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=225</guid>
		<description><![CDATA[From the site:
I&#8217;ve written a helper class for loading and monitoring resources which is based upon an AS3 library called Queueloader located at Google Code.  My version is written in AS2 and has the following features:
Individual monitoring
Overall queue monitoring
Image loading
SWF loading
MP3 loading
http://fboyle.com/blog/?p=17
]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>I&#8217;ve written a helper class for loading and monitoring resources which is based upon an AS3 library called Queueloader located at Google Code.  My version is written in AS2 and has the following features:</p>
<p>Individual monitoring<br />
Overall queue monitoring<br />
Image loading<br />
SWF loading<br />
MP3 loading</p></blockquote>
<p><a href="http://fboyle.com/blog/?p=17" title="QueueLoader AS2">http://fboyle.com/blog/?p=17</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/queueloader-as2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ColorMatrix</title>
		<link>http://www.actionscriptclasses.com/2008/colormatrix-2/</link>
		<comments>http://www.actionscriptclasses.com/2008/colormatrix-2/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 18:58:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AS 3]]></category>

		<category><![CDATA[Color]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/?p=224</guid>
		<description><![CDATA[Quasimondo&#8217;s ColorMatrix class upgraded to AS3, with new features.  From the site:
Compared to the AS2 version I have added several new methods and of course tried to use optimizations wherever possible. Two new methods that are especially interesting are:
rotateHue() which tries to preserve the luminance whilst changing the hue (which means this is the [...]]]></description>
			<content:encoded><![CDATA[<p>Quasimondo&#8217;s ColorMatrix class upgraded to AS3, with new features.  From the site:</p>
<blockquote><p>Compared to the AS2 version I have added several new methods and of course tried to use optimizations wherever possible. Two new methods that are especially interesting are:</p>
<p>rotateHue() which tries to preserve the luminance whilst changing the hue (which means this is the &#8220;correct&#8221; but calculation wise more complicated way of doing it).</p>
<p>applyColorDeficiency() which I ported back from the Javascript version that the guys at NoFunc created from my Actionscript version and which allows to preview images the way colorblind people would see it.</p></blockquote>
<p><a href="http://www.quasimondo.com/archives/000671.php" title=ColorMatrix AS3">http://www.quasimondo.com/archives/000671.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2008/colormatrix-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
