<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Actionscript Classes</title>
	<link>http://www.actionscriptclasses.com</link>
	<description>Actionscript Class File Repository</description>
	<lastBuildDate>Mon, 14 Jul 2008 17:20:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>WindowBlur</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/windowblur/</link>
			</item>
	<item>
		<title>as3xls</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/as3xls/</link>
			</item>
	<item>
		<title>SimpleScrollBar</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/simplescrollbar/</link>
			</item>
	<item>
		<title>Color</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/color/</link>
			</item>
	<item>
		<title>Scale9Mask</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/scale9mask/</link>
			</item>
	<item>
		<title>NpContextMenu</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/npcontextmenu/</link>
			</item>
	<item>
		<title>FlashVarsUtil</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/flashvarsutil/</link>
			</item>
	<item>
		<title>CronJob</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/cronjob/</link>
			</item>
	<item>
		<title>QueueLoader - AS2</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/queueloader-as2/</link>
			</item>
	<item>
		<title>ColorMatrix</title>
		<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>
		<link>http://www.actionscriptclasses.com/2008/colormatrix-2/</link>
			</item>
</channel>
</rss>
