<?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; AS3</title>
	<atom:link href="http://www.webdevils.com/tag/as3/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>
	</channel>
</rss>

