<?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>Aaron Benson &#124; DFW Interactive Designer/Developer &#124; Flash Enthusiast &#187; actionscript</title>
	<atom:link href="http://www.bensonarts.com/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bensonarts.com</link>
	<description>DFW Interactive Designer/Developer</description>
	<lastBuildDate>Thu, 01 Oct 2009 17:03:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ActionScript 3 &#8211; Dynamic Menu</title>
		<link>http://www.bensonarts.com/flash/actionscript-3-dynamic-menu/</link>
		<comments>http://www.bensonarts.com/flash/actionscript-3-dynamic-menu/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://www.bensonarts.com/?p=100</guid>
		<description><![CDATA[
Here I&#8217;ll be showing you how to create a menu in Flash that creates a navigation structure from an XML file. Each button can load various types of media (images, swfs, videos) or even open a web page. We will open Flash and create a new Movie Clip called &#8220;nav&#8221; and give it the same [...]]]></description>
		<wfw:commentRss>http://www.bensonarts.com/flash/actionscript-3-dynamic-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 2 &#8211; Find File Extension</title>
		<link>http://www.bensonarts.com/flash/actionscript-find-file-extension/</link>
		<comments>http://www.bensonarts.com/flash/actionscript-find-file-extension/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 04:25:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[file]]></category>

		<guid isPermaLink="false">http://www.bensonarts.com/?p=70</guid>
		<description><![CDATA[Let&#8217;s say we have a scenario where we have an XML file that contains references to files that are mixed media types and our Flash file will conduct a certain operation based on the file&#8217;s extension. You could structure your XML like this:

&#60;asset url=&#34;movie.flv&#34; type=&#34;movie&#34; /&#62;
&#60;asset url=&#34;image.jpg&#34; type=&#34;image&#34; /&#62;

But type=&#8221;movie&#8221; isn&#8217;t quite so user-friendly and [...]]]></description>
		<wfw:commentRss>http://www.bensonarts.com/flash/actionscript-find-file-extension/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Freebie: ActionScript 3 &#8211; Flash text using XML &amp; CSS</title>
		<link>http://www.bensonarts.com/flash/freebie-actionscript-3-flash-text-using-xml-css/</link>
		<comments>http://www.bensonarts.com/flash/freebie-actionscript-3-flash-text-using-xml-css/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 22:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.bensonarts.com/?p=66</guid>
		<description><![CDATA[
Ok, so I&#8217;m a little behind the curve in AS3 right now. But I&#8217;ve gotta get learning because I see a lot of AIR apps and other AS3 apps I need to build in the future. I&#8217;ve a had a little spare time today to follow Colin Moock&#8217;s Essential AS3 book. I&#8217;ve made it a [...]]]></description>
		<wfw:commentRss>http://www.bensonarts.com/flash/freebie-actionscript-3-flash-text-using-xml-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Freebie: Flash MouseWheel Scrolling (AS2+XML)</title>
		<link>http://www.bensonarts.com/flash/freebie-flash-mousewheel-scrolling-as2xml/</link>
		<comments>http://www.bensonarts.com/flash/freebie-flash-mousewheel-scrolling-as2xml/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 05:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[mousewheel]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.bensonarts.com/?p=62</guid>
		<description><![CDATA[This is something I&#8217;ve been wanting to figure out for a while and just now had time to take it on. In this example we&#8217;re scrolling text in a MovieClip that uses a traditional scrollbar and the MouseWheel. MouseWheel scrolling only occurs while the mouse is hovering over the text area. If you use this [...]]]></description>
		<wfw:commentRss>http://www.bensonarts.com/flash/freebie-flash-mousewheel-scrolling-as2xml/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
