<?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; screen</title>
	<atom:link href="http://www.bensonarts.com/tag/screen/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>Fullscreen background images in Flash</title>
		<link>http://www.bensonarts.com/flash/fullscreen-background-images-in-flash/</link>
		<comments>http://www.bensonarts.com/flash/fullscreen-background-images-in-flash/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 04:38:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.bensonarts.com/?p=14</guid>
		<description><![CDATA[Here&#8217;s a freebie &#8211; Flash source code to use fullscreen scaling images that maintain their aspect ration when scaling (AS2). I am using smoothImageLoad to convert the loaded png, jpg or gif to a smooth bitmap. Enjoy!
 

// Use Tween class to fade in the image
import mx.transitions.Tween;
import mx.transitions.easing.*;
&#160;
var stageListener:Object=new Object&#40;&#41;;
stageListener.onResize=function&#40;&#41;&#123;
	position&#40;&#41;;
&#125;;
&#160;
Stage.align=&#34;TL&#34;;
Stage.scaleMode=&#34;noScale&#34;;
Stage.addListener&#40;stageListener&#41;;
&#160;
// Reposition objects when the movie [...]]]></description>
		<wfw:commentRss>http://www.bensonarts.com/flash/fullscreen-background-images-in-flash/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
