<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">

	<channel>
		<title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Articles - ]]></title>
		<link>http://www.actionscript.org/resources</link>
		<description><![CDATA[ActionScript.org is the premier ActionScript developer community online for Flash and Flex users. One of the largest such sites in the world, ActionScript.org caters for designers and developers at all skill levels. The site includes thousands of tutorials, open source movies and scripts, support forums, reviews, scene news, a fully featured Flash jobs and employment section and much more.]]></description>
		<language>en-us</language>
		<copyright><![CDATA[http://www.actionscript.org/resources]]></copyright>
		<generator>N/A</generator>
		<webMaster>false</webMaster>
		<lastBuildDate>Mon, 01 Dec 2008 21:21:21 CST</lastBuildDate>
		<ttl>20</ttl>
		<item>
			<title><![CDATA[Addressing the &quot;getURL&quot;  FireFox bug - AS 2.0 and AS 3.0]]></title>
			<link>http://www.actionscript.org/resources/articles/693/1/Addressing-the-getURL--FireFox-bug---AS-20-and-AS-30/Page1.html</link>
			<description><![CDATA[
<p>The "getUrl();" function in flash is one of the simplest and most widely used scripts in Flash and many of you will probably say, "Man, I am a 'getUrl();' guru!"&nbsp;<br/><br/> I know thats what I would have said until I switched my default browser from IE to Firefox and started noticing a mind boggling bug.&nbsp; I was building a Flash AP to run off a CD-ROM and using get url to load pdfs from that&nbsp;CD.&nbsp;&nbsp;To&nbsp;my suprise&nbsp;my simple and direct getUrl(); script was worknig fine in Internet explorer, but for some crazy reason, in Firefox it was loading an empty page or even numerous empty tabs. (this bug is on a windows based system)&nbsp;&nbsp;This bug has to do with the way firefox interprets a filr - url, how Windows calls your default browser,&nbsp; and how flash&nbsp;issues that command line to Windows.<br/><br/>This tutorial will explain the bug, and show the solution in both AS 2.0 and 3.0<br/><br/>It will go over strings, substrings, indexOf<br/>&nbsp;<br/><br/></p>]]></description>
			<author>no@spam.com (Erik Liddell)</author>
			<pubDate><![CDATA[Thu, 15 Nov 2007 00:00:00 CST]]></pubDate>
			<guid isPermaLink="true">http://www.actionscript.org/resources/articles/693/1/Addressing-the-getURL--FireFox-bug---AS-20-and-AS-30/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[PhotoShop style &#39;navigator&#39; using AS 3.0 - Lesson 2 of 2]]></title>
			<link>http://www.actionscript.org/resources/articles/692/1/PhotoShop-style-navigator-using-AS-30---Lesson-2-of-2/Page1.html</link>
			<description><![CDATA[<span name="KonaFilter">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><font color="#ff0000"><strong>This is Lesson 2 of my original tutorial: If you have not completed Lesson1 please do so using the link below.<br/></strong></font><br/>I have broken this tutorial into two lessons in an effort to make it more accessible and less daunting.<span>&nbsp; </span>In this tutorial we will set up a Photoshop&#8482; style image navigator.<span>&nbsp; </span>Lesson 1 will focus on the slider bar that allows our users to simply zoom in and out of the image by dragging it back and forth.<span>&nbsp; </span>In Lesson 2 we will finish out &#8220;navigator&#8221; by building the functionality which allows our users to change their viewing area or focus point of the image they are zooming in and out of.</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><o:p><em>&nbsp;</em></o:p></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><em><a href="http://www.actionscript.org/resources/articles/690/1/PhotoShop-style-navigator-using-AS-30---Lesson-1-of-2/Page1.html">Lesson 1 covers (event listeners, scaling, and dragging)</a></em></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><font color="#ff0000"><font color="#000000">Lesson 2 covers (enter frame loops, event listeners, scaling, and dragging)</font><br/></font></p></span>]]></description>
			<author>no@spam.com (Erik Liddell)</author>
			<pubDate><![CDATA[Mon, 12 Nov 2007 00:00:00 CST]]></pubDate>
			<guid isPermaLink="true">http://www.actionscript.org/resources/articles/692/1/PhotoShop-style-navigator-using-AS-30---Lesson-2-of-2/Page1.html</guid>
		</item>
		<item>
			<title><![CDATA[PhotoShop style &#39;navigator&#39; using AS 3.0 - Lesson 1 of 2]]></title>
			<link>http://www.actionscript.org/resources/articles/690/1/PhotoShop-style-navigator-using-AS-30---Lesson-1-of-2/Page1.html</link>
			<description><![CDATA[
<p class="MsoNormal" style="margin: 0in 0in 0pt;">PhotoShop&#8482; style &#8220;navigator&#8221; using AS 3.0 &#8211; Lesson 1 of 2</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">I have broken this tutorial into two lessons in an effort to make it more accessible and less daunting.<span>&nbsp; </span>In this tutorial we will set up a Photoshop&#8482; style image navigator.<span>&nbsp; </span>Lesson 1 will focus on the slider bar that allows our users to simply zoom in and out of the image by dragging it back and forth.<span>&nbsp; </span>In Lesson 2 we will finish out &#8220;navigator&#8221; by building the functionality which allows our users to change their viewing area or focus point of the image they are zooming in and out of.</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">Lesson 1 covers (event listeners, scaling, and dragging)</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">Lesson 2 covers (enter frame loops, event listeners, scaling, and dragging)<br/><br/><embed loop="true" width="500" height="424" src="/resources/content_images/434/navigator2.swf" type="application/x-shockwave-flash"/></p>]]></description>
			<author>no@spam.com (Erik Liddell)</author>
			<pubDate><![CDATA[Wed, 07 Nov 2007 00:00:00 CST]]></pubDate>
			<guid isPermaLink="true">http://www.actionscript.org/resources/articles/690/1/PhotoShop-style-navigator-using-AS-30---Lesson-1-of-2/Page1.html</guid>
		</item>
	</channel>
</rss>