<?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. flash freelancer :: flash template editing, help on flash template editing [INDIA, CANADA, AUSTRALIA]</title>
	<atom:link href="http://www.flashmadblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashmadblog.com</link>
	<description>Flash Freelancer : Skype ID : tinkutr</description>
	<lastBuildDate>Thu, 19 Aug 2010 11:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tutorials</title>
		<link>http://www.flashmadblog.com/tutorials/</link>
		<comments>http://www.flashmadblog.com/tutorials/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 11:27:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=62</guid>
		<description><![CDATA[Flash/AS3.0 XML Accordion Flash/AS3.0 Accordion Class This page will be updated frequently. Send your tutorial links if you want to add here]]></description>
			<content:encoded><![CDATA[<p>Flash/AS3.0 XML Accordion <a href="http://www.thetechlabs.com/tutorials/xml/build-a-dynamic-accordion-menu-in-flash-cs4-with-actionscript-30-and-xml/" target="_blank"><img class="alignnone size-full wp-image-63" title="link_icon" src="http://www.flashmadblog.com/wp-content/uploads/2010/08/link_icon.png" alt="" width="35" height="35" /></a><br />
Flash/AS3.0 Accordion Class <a href="http://www.adylevy.com/index.php/2008/06/09/accordion-class-flash-actionscript3-as3/" target="_blank"><img class="alignnone size-full wp-image-63" title="link_icon" src="http://www.flashmadblog.com/wp-content/uploads/2010/08/link_icon.png" alt="" width="35" height="35" /></a></p>
<p>This page will be updated frequently. Send your tutorial links if you want to add here</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Flash Templates Download</title>
		<link>http://www.flashmadblog.com/free-flash-templates-download/</link>
		<comments>http://www.flashmadblog.com/free-flash-templates-download/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 08:18:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Free Flash Templates Download]]></category>
		<category><![CDATA[free flash templates]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=56</guid>
		<description><![CDATA[Happy news! flashmadblog is giving free template downloads. All the 3D flash templates and upcoming templates will be available for free download soon. In the beginning the available free flash templates will be 3D XML Coming Soon Template v1 3D XML Coming Soon Template v2 with CMS 3D One Page XML Template 3D Folding Brochure [...]]]></description>
			<content:encoded><![CDATA[<p>Happy news! flashmadblog is giving free template downloads. All the 3D flash templates and upcoming templates will be available for free download soon. In the beginning the available free flash templates will be<span id="more-56"></span></p>
<p>3D XML Coming Soon Template v1<br />
3D XML Coming Soon Template v2 with CMS<br />
3D One Page XML Template<br />
3D Folding Brochure</p>
<p>I would like to know your comments on this step.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/free-flash-templates-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PROPORTIONAL SCALING AS3.0</title>
		<link>http://www.flashmadblog.com/proportional-scaling-as3/</link>
		<comments>http://www.flashmadblog.com/proportional-scaling-as3/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 11:13:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[flash proportional scaling]]></category>
		<category><![CDATA[proportional scaling as3]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=3</guid>
		<description><![CDATA[[UPDATE] : here is  a good tutorial 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 &#62; photo.scaleY ) ? photo.scaleY = photo.scaleX : photo.scaleX = photo.scaleY; }]]></description>
			<content:encoded><![CDATA[<p>[UPDATE] : <a href="http://active.tutsplus.com/tutorials/web-design/quick-tip-how-to-automatically-resize-an-image-to-fit-the-screen/" target="_blank">here is  a good tutorial </a></p>
<p>Got from a google result while i was searching for <strong>proportional</strong> <strong>scaling</strong> in <strong>as3</strong> 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;<span id="more-3"></span><br />
( photo.scaleX &gt; photo.scaleY ) ? photo.scaleY = photo.scaleX : photo.scaleX = photo.scaleY;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/proportional-scaling-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMAGE PANNING AS3 IN BOTH DIRECTIONS</title>
		<link>http://www.flashmadblog.com/image-panning-as3-in-both-directions/</link>
		<comments>http://www.flashmadblog.com/image-panning-as3-in-both-directions/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 04:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=17</guid>
		<description><![CDATA[NOTE: THIS POST HAS AN UPDATED PAGE HERE http://www.flashmadblog.com/2010/01/25/simple-as3-imagemovieclip-panning/ Today i was looking for a image panning script in as3 and there was less scripts available. Many are broken and only one directional panning. So i thought to write one as3 image panning function which will move in x and y directions smoothly. Hope this [...]]]></description>
			<content:encoded><![CDATA[<p>NOTE: THIS POST HAS AN UPDATED PAGE HERE <a href="../2010/01/25/simple-as3-imagemovieclip-panning/" target="_self">http://www.flashmadblog.com/2010/01/25/simple-<strong>as3</strong>-imagemovieclip-panning/</a></p>
<p>Today i was looking for a <strong>image</strong> panning script in <strong>as3</strong> and there was less scripts available. <span id="more-17"></span>Many are broken and only one directional panning. So i thought to write one <strong>as3</strong> <strong>image</strong> panning function which will move in x and y directions smoothly. Hope    this will be helpful to many people who searching like me. I did    searches on google with keywords “<strong>image</strong> panning <strong>as3</strong>, <strong>image</strong> panning class <strong>as3</strong>, <strong>image</strong> panning on mouse move ..etc etc… Any way this script is tested OK and you can use on your projects .</p>
<p>The function is simple : Target is your movieClip, speed is X speed    and speed1 is Y speed. If you want to use a mask then just replace all    stage.stageWidth codes with maske width and height.</p>
<p><a href="../wp-content/uploads/2009/11/panning_image.zip">DOWNLOAD SAMPLE HERE</a></p>
<p>Note: the code below may not   work due to html formatting. [Some  invisible characters coming up] . So   download the sample file above.</p>
<p>function panThisImage(target:MovieClip, speed:Number,speed1:Number, dir:int) {<br />
var mousePercent:Number = mouseX / stage.stageWidth;<br />
var mousePercent1:Number = mouseY / stage.stageHeight;<br />
stage.addEventListener(MouseEvent.MOUSE_MOVE, panImage);<br />
target.cacheAsBitmap = true;</p>
<p>function panImage(E:MouseEvent):void {<br />
var mSpeed:Number;<br />
var mSpeed1:Number;<br />
mousePercent = mouseX / stage.stageWidth;<br />
mousePercent1 = mouseY / stage.stageHeight;<br />
if (dir == 1) {<br />
mSpeed = 1 – mousePercent;<br />
} else {<br />
mSpeed = mousePercent;<br />
}<br />
if (dir == 1) {<br />
mSpeed1 = 1 – mousePercent1;<br />
} else {<br />
mSpeed1 = mousePercent1;<br />
}<br />
target.destX = Math.round(-((target.width – stage.stageWidth) * mSpeed));<br />
target.destY = Math.round(-((target.height – stage.stageHeight) * mSpeed1));<br />
if (target.hasEventListener(Event.ENTER_FRAME)) {<br />
target.removeEventListener(Event.ENTER_FRAME, del);<br />
}<br />
target.addEventListener(Event.ENTER_FRAME, del);</p>
<p>}<br />
function del(E:Event):void {<br />
if (Math.abs(target.x – target.destX) &lt;= 1) {<br />
target.x = Math.round(target.destX);<br />
target.removeEventListener(Event.ENTER_FRAME, arguments.callee);<br />
} else {<br />
target.x += (target.destX – target.x) * (speed / 100);<br />
}<br />
if (Math.abs(target.y – target.destY) &lt;= 1) {<br />
target.y = Math.round(target.destY);<br />
target.removeEventListener(Event.ENTER_FRAME, arguments.callee);<br />
} else {<br />
target.y += (target.destY – target.y) * (speed1 / 100);<br />
}<br />
}<br />
}<br />
panThisImage(imgLoader, 2,2, 0);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/image-panning-as3-in-both-directions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ACTIONSCRIPT 3.0 IMAGE PANNING ON MOUSE MOVE</title>
		<link>http://www.flashmadblog.com/actionscript-3.0-image-panning-on-mouse-move/</link>
		<comments>http://www.flashmadblog.com/actionscript-3.0-image-panning-on-mouse-move/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 03:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://www.flashmadblog.com/?p=11</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]]></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="../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>
]]></content:encoded>
			<wfw:commentRss>http://www.flashmadblog.com/actionscript-3.0-image-panning-on-mouse-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
