<?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>webdevils.com &#187; Actionscript 3.0</title>
	<atom:link href="http://www.webdevils.com/tag/actionscript-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevils.com</link>
	<description>Web New Media notes and ramblings</description>
	<lastBuildDate>Tue, 31 Jan 2012 04:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>ScrollBox</title>
		<link>http://www.webdevils.com/2010/05/06/scrollbox/</link>
		<comments>http://www.webdevils.com/2010/05/06/scrollbox/#comments</comments>
		<pubDate>Thu, 06 May 2010 06:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Files]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[ScrollBox]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=349</guid>
		<description><![CDATA[The ScrollBox class creates a container with horizontal and vertical scrollbars. The ScrollBox can contain any DisplayObject and creates it&#8217;s own mask. Create an instance of ScrollBox by passing a DisplayObject to scroll and the width and height of the visible area. var scroll_box = new ScrollBox( displayObject, 300, 400 ); http://webdevils.googlecode.com/files/ScrollBox.zip http://webdevils.googlecode.com/files/com.zip]]></description>
			<content:encoded><![CDATA[<p>The ScrollBox class creates a container with horizontal and vertical scrollbars. The ScrollBox can contain any DisplayObject and creates it&#8217;s own mask. Create an instance of ScrollBox by passing a DisplayObject to scroll and the width and height of the visible area.</p>
<p>var scroll_box = new ScrollBox( displayObject, 300, 400 );</p>
<p><a href="http://webdevils.googlecode.com/files/ScrollBox.zip">http://webdevils.googlecode.com/files/ScrollBox.zip</a></p>
<p><a href="http://webdevils.googlecode.com/files/com.zip">http://webdevils.googlecode.com/files/com.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/05/06/scrollbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProgressBar Examples</title>
		<link>http://www.webdevils.com/2010/05/01/progressbar-examples/</link>
		<comments>http://www.webdevils.com/2010/05/01/progressbar-examples/#comments</comments>
		<pubDate>Sat, 01 May 2010 06:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Files]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[ProgressBar]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=343</guid>
		<description><![CDATA[Just posted a set of classes that create various different types of progress bars. These classes will work with any class that dispatches the following events: Event.OPEN Event.COMPLETE ProgressEvent.PROGRESS This includes the Load_Content class. Download the Example files here. You&#8217;ll need to download the latest version of the class library. All of the progress bars [...]]]></description>
			<content:encoded><![CDATA[<p>Just posted a set of classes that create various different types of progress bars. These classes will work with any class that dispatches the following events:</p>
<ul>
<li>Event.OPEN</li>
<li>Event.COMPLETE</li>
<li>ProgressEvent.PROGRESS</li>
</ul>
<p>This includes the Load_Content class. Download the Example files <a href="http://webdevils.googlecode.com/files/ProgressBarExamples.zip">here</a>.</p>
<p>You&#8217;ll need to download the latest version of the class library. All of the progress bars are packaged in com.webdevils.display.progressbars. Get the class library <a href="http://webdevils.googlecode.com/files/com.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/05/01/progressbar-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

