<?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>flashmad&#039;s blog</title>
	<atom:link href="http://www.flashmadblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashmadblog.com</link>
	<description>flashmad&#039;s 3d flash templates, Dollar One Templates</description>
	<lastBuildDate>Thu, 25 Feb 2010 10:37:24 +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>How can i open adobe air file?</title>
		<link>http://www.flashmadblog.com/2010/02/23/how-can-i-open-adobe-air-file/</link>
		<comments>http://www.flashmadblog.com/2010/02/23/how-can-i-open-adobe-air-file/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:29:10 +0000</pubDate>
		<dc:creator>flashmad</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[adobe air]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=285</guid>
		<description><![CDATA[When  i installed air runtime in my pc to test a adobe air application got from internet, it wasn&#8217;t getting the open with application automatically. I searched a lot in program files to find adobe air player[runtime] . After some google search i found the solution. I thought it would be better to post [...]

<h3>Related Posts</h3>

No related posts.
]]></description>
			<content:encoded><![CDATA[<p>When  i installed air runtime in my pc to test a adobe air application got from internet, it wasn&#8217;t getting the open with application automatically. I searched a lot in program files to find adobe air player[runtime] . After some google search i found the solution. I thought it would be better to post it in blog so many can find the answer easily. You just need to use c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe in the open with box. And further air files will have the open with associations.</p>


<h3>Related Posts</h3>
<p>No related posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/2010/02/23/how-can-i-open-adobe-air-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proportional Scaling as3</title>
		<link>http://www.flashmadblog.com/2010/02/04/proportional-scaling-as3/</link>
		<comments>http://www.flashmadblog.com/2010/02/04/proportional-scaling-as3/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:18:50 +0000</pubDate>
		<dc:creator>flashmad</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash Tutorials]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[proportional scaling]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=283</guid>
		<description><![CDATA[Got from a google result while i was searching for proportional scaling in as3 for an office project.  really simple and reusable.

function scale_uniform(photo:MovieClip) {
	photo.width = stage.stageWidth;
	photo.height = stage.stageHeight;
	( photo.scaleX > photo.scaleY ) ? photo.scaleY = photo.scaleX : photo.scaleX = photo.scaleY;
}



Related Posts

		IMAGE PANNING AS3 IN BOTH DIRECTIONS
		Free XML Scroll List
	


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.flashmadblog.com/2009/11/27/image-panning-as3-in-both-directions/" rel="bookmark">IMAGE PANNING AS3 IN BOTH DIRECTIONS</a><!-- (13.1149)--></li>
		<li><a href="http://www.flashmadblog.com/2010/01/15/free-xml-scroll-list/" rel="bookmark">Free XML Scroll List</a><!-- (6.05478)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Got from a google result while i was searching for proportional scaling in as3 for an office project.  really simple and reusable.<br />
<code><br />
function scale_uniform(photo:MovieClip) {<br />
	photo.width = stage.stageWidth;<br />
	photo.height = stage.stageHeight;<br />
	( photo.scaleX > photo.scaleY ) ? photo.scaleY = photo.scaleX : photo.scaleX = photo.scaleY;<br />
}<br />
</code></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.flashmadblog.com/2009/11/27/image-panning-as3-in-both-directions/" rel="bookmark">IMAGE PANNING AS3 IN BOTH DIRECTIONS</a><!-- (13.1149)--></li>
		<li><a href="http://www.flashmadblog.com/2010/01/15/free-xml-scroll-list/" rel="bookmark">Free XML Scroll List</a><!-- (6.05478)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/2010/02/04/proportional-scaling-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>actionscript 3.0 image panning on mouse move</title>
		<link>http://www.flashmadblog.com/2010/01/25/simple-as3-imagemovieclip-panning/</link>
		<comments>http://www.flashmadblog.com/2010/01/25/simple-as3-imagemovieclip-panning/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:16:12 +0000</pubDate>
		<dc:creator>flashmad</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[image panning]]></category>
		<category><![CDATA[pan image]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=275</guid>
		<description><![CDATA[Many were confused with my first image panning example because of using stageWidth instead mask. So here is another easy to work with image panning. Download it here:  as3.0imagePanning . Here is the demo



Related Posts

		IMAGE PANNING AS3 IN BOTH DIRECTIONS
	


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.flashmadblog.com/2009/11/27/image-panning-as3-in-both-directions/" rel="bookmark">IMAGE PANNING AS3 IN BOTH DIRECTIONS</a><!-- (15.0856)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Many were confused with my first image panning example because of using stageWidth instead mask. So here is another easy to work with image panning. Download it here:  <a href="http://www.flashmadblog.com/wp-content/uploads/2010/01/imagePanning.zip">as3.0imagePanning</a> . Here is the demo</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="590" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.flashmadblog.com/wp-content/uploads/2010/01/panning.swf" /><embed type="application/x-shockwave-flash" width="590" height="300" src="http://www.flashmadblog.com/wp-content/uploads/2010/01/panning.swf"></embed></object></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.flashmadblog.com/2009/11/27/image-panning-as3-in-both-directions/" rel="bookmark">IMAGE PANNING AS3 IN BOTH DIRECTIONS</a><!-- (15.0856)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/2010/01/25/simple-as3-imagemovieclip-panning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I got the 100th review in Scriptlance :)</title>
		<link>http://www.flashmadblog.com/2010/01/23/i-got-the-100th-review-in-scriptlance/</link>
		<comments>http://www.flashmadblog.com/2010/01/23/i-got-the-100th-review-in-scriptlance/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 14:36:11 +0000</pubDate>
		<dc:creator>flashmad</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[flashmad]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=272</guid>
		<description><![CDATA[Today i was looking at my reviews on freelance sites and got surprised when i saw 100 reviews in my scriptlance freelance profile.  Thanks for all who made review and welcome for new webmasters who are looking for flashmad. My complete freelance profile and ratings can be viewed at http://www.flashmadblog.com/about



Related Posts
No related posts.


<h3>Related Posts</h3>

No related posts.
]]></description>
			<content:encoded><![CDATA[<p>Today i was looking at my reviews on freelance sites and got surprised when i saw 100 reviews in my <a href="http://www.scriptlance.com/?ref=flashmad " target="_blank">scriptlance</a> freelance profile.  Thanks for all who made review and welcome for new webmasters who are looking for <span class='bm_keywordlink'><a href="http://www.flashmadblog.com/products-page/">flashmad</a></span>. My complete freelance profile and ratings can be viewed at <a href="http://www.flashmadblog.com/about" target="_self">http://www.flashmadblog.com/about</a></p>
<p><a href="http://www.flashmadblog.com/wp-content/uploads/2010/01/reviews.jpg"><img class="alignnone size-full wp-image-271" title="reviews" src="http://www.flashmadblog.com/wp-content/uploads/2010/01/reviews.jpg" alt="" width="468" height="563" /></a></p>


<h3>Related Posts</h3>
<p>No related posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/2010/01/23/i-got-the-100th-review-in-scriptlance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
