<?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>Sumit Gupta &#187; Flash</title>
	<atom:link href="http://www.sumitgupta.net/category/programming/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sumitgupta.net</link>
	<description>bookmarking my life</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:23:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash Designer Studio: New Feature</title>
		<link>http://www.sumitgupta.net/flash-designer-studio-new-feature/</link>
		<comments>http://www.sumitgupta.net/flash-designer-studio-new-feature/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 06:37:40 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=359</guid>
		<description><![CDATA[I have seen/developed 4-5 flash based designer studio. These designer studio are more or like the same, where we have product and then user can upload his text or image and get it done. But over the time I have seen some new enhancements has made their road to improve working and interface of application. [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen/developed 4-5 flash based designer studio. These designer studio are more or like the same, where we have product and then user can upload his text or image and get it done. But over the time I have seen some new enhancements has made their road to improve working and interface of application. Some of these features are:</p>
<p>1. Cropping of User Image on upload</p>
<p>2. Image editing option such as red eye correction, resizing, some different filters etc.</p>
<p>3. Text decoration and Arc Placements</p>
<p>4. Masking of Image in manner that any irregular shape is shown visible/3D view of product with user image.</p>
<p>However these feature list are addition to basic software, but in last few prospect I observe they are becoming more or less the part of default studio. Now this is what we call Moving computer to WEB. User want to do everything on web only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/flash-designer-studio-new-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling Path in ActionScript</title>
		<link>http://www.sumitgupta.net/calling-path-in-actionscript/</link>
		<comments>http://www.sumitgupta.net/calling-path-in-actionscript/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:54:57 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript 2.0]]></category>
		<category><![CDATA[baseURL]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=266</guid>
		<description><![CDATA[var kLastSlash:Number = _root._url.lastIndexOf('/');
var baseUrl:String = _root._url.substr(0, kLastSlash+1);]]></description>
			<content:encoded><![CDATA[<p>If you ever want to find the Base URL of your website, you can easily find it from URL your SWF is been called. To find the base URL you can use following 2 lines</p>
<blockquote><p>var kLastSlash:Number = _root._url.lastIndexOf(&#8216;/&#8217;);<br />
var baseUrl:String = _root._url.substr(0, kLastSlash+1);</p></blockquote>
<p>now use baseUrl variable where you need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/calling-path-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trace() function to work for Browser</title>
		<link>http://www.sumitgupta.net/trace-function-to-work-for-browser/</link>
		<comments>http://www.sumitgupta.net/trace-function-to-work-for-browser/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 17:06:03 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debug]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=260</guid>
		<description><![CDATA[http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/ I try this article and it actually works. Thanks to Fernando and Ernie, the Flash programmers, who told me about this article and some other great technique to program in ActionScripting.]]></description>
			<content:encoded><![CDATA[<p><a href="http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/</a></p>
<p>I try this article and it actually works.</p>
<p>Thanks to Fernando and Ernie, the Flash programmers, who told me about this article and some other great technique to program in ActionScripting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/trace-function-to-work-for-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Replace Function for ActionScript 2.0</title>
		<link>http://www.sumitgupta.net/replace-function-for-actionscript-20/</link>
		<comments>http://www.sumitgupta.net/replace-function-for-actionscript-20/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 17:07:14 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript 2.0]]></category>
		<category><![CDATA[Replace]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=257</guid>
		<description><![CDATA[function searchAndReplace(holder, searchfor, replacement) {  temparray = holder.split(searchfor);  holder = temparray.join(replacement);  return (holder); } Do I need to say anything else ?]]></description>
			<content:encoded><![CDATA[<p>function searchAndReplace(holder, searchfor, replacement) {<br />
 temparray = holder.split(searchfor);<br />
 holder = temparray.join(replacement);<br />
 return (holder);<br />
}</p>
<p>Do I need to say anything else ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/replace-function-for-actionscript-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding Filters/effect on MovieClip through ActionScript</title>
		<link>http://www.sumitgupta.net/adding-filterseffect-on-movieclip-through-actionscript/</link>
		<comments>http://www.sumitgupta.net/adding-filterseffect-on-movieclip-through-actionscript/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 19:32:18 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Drop Shadow]]></category>
		<category><![CDATA[Glow Filter]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=252</guid>
		<description><![CDATA[How to enter the Filter effects on MovieClip using ActionScript, A developer way.]]></description>
			<content:encoded><![CDATA[<p>Today I need to work to enhance the interface of a Quiz I was trying to build. Suddenly I got an idea to GLOW out the TEXTField and Radio button that need to be fill by user before they move ahead with quiz. I really hate Actionscript because of its inconsistency, but I really love its one (of few) line magic it always does.</p>
<blockquote><p>var myGlowFilter = new flash.filters.GlowFilter();  //Make a Instanace of a Filter that we need to apply<br />
var myFilters:Array = QuizPlaceHolder.AnswerPanel.filters; //Copy existing Filters on this MovieClip<br />
myFilters.push(myGlowFilter); //Insert new Filter to list of Filters<br />
QuizPlaceHolder.AnswerPanel.filters = myFilters; //Apply new filters back to MovieClip</p></blockquote>
<p>Hope you find it useful to make your ActionScript stand against designer&#8217;s Flash. Please note that I test this code using CS 3 with AS 2.0 but I believe it should work with AS 3.0 as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/adding-filterseffect-on-movieclip-through-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash website, Do you need Designer or Programmer?</title>
		<link>http://www.sumitgupta.net/flash-website-do-you-need-designer-or-programmer/</link>
		<comments>http://www.sumitgupta.net/flash-website-do-you-need-designer-or-programmer/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:06:36 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Action Script]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=239</guid>
		<description><![CDATA[Recently I worked on few website, that were solely made up in flash. These sites looks good, a background music playing, pages change with some animation. Obviously HTML page cannot look better then flash. I was very excited to work on this website. But soon my excitement goes away, when I have to fix the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I worked on few website, that were solely made up in flash. These sites looks good, a background music playing, pages change with some animation. Obviously HTML page cannot look better then flash. I was very excited to work on this website. But soon my excitement goes away, when I have to fix the programming error done by designer.</p>
<p>It was sometime really hard to explain clients that designer is not a programmer. This is what happen in project I am working right now. Client reach a Flash animator and ask him to make website, and put image gallery, music gallery, event gallery all through XML. Designer has read some XML reading code from Search engine, and copy paste those code without understanding the use or it. And now I have to fix all those issues, you can understand the mess by following example.</p>
<p>In main menu I have a about 7 menu buttons, now client ask me to put Authentication one section, so my obvious choice is to put check on button click so when user click that button we check authentication. and to make that one Button click capture I have to make changes to atleast 10 buttons, as designer use lot of Keyframes, and movieclip per different situtations.</p>
<p>Hope if some client read this article he understand that you should contact a team if you want to flash website, Only a Programmer or Only a Designer cannot make good flash website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/flash-website-do-you-need-designer-or-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sinwave SuperImposition</title>
		<link>http://www.sumitgupta.net/sinwave-superimposition/</link>
		<comments>http://www.sumitgupta.net/sinwave-superimposition/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 08:16:14 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=237</guid>
		<description><![CDATA[Lately I go inactive to my blog, but it doesn&#8217;t mean I leave blogging. Just that with my new venture i got so busy that I didn&#8217;t get time to do fun stuffs. Yesterday, I finish this flash It was fun working on above flash as this flash doesn&#8217;t use any graphics to draw the [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I go inactive to my blog, but it doesn&#8217;t mean I leave blogging. Just that with my new venture i got so busy that I didn&#8217;t get time to do fun stuffs. Yesterday, I finish this flash</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="350" height="255" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.sumitgupta.net/flash/sinwave.swf" /><embed type="application/x-shockwave-flash" width="350" height="255" src="http://www.sumitgupta.net/flash/sinwave.swf"></embed></object></p>
<p>It was fun working on above flash as this flash doesn&#8217;t use any graphics to draw the screen. All code is written in AS 3.0, to make the waves move towards each other and then superimpose. This is a demo of my on going project. I love doing flash work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/sinwave-superimposition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Menu at runtime using Flash 8/ActionScript 2.0</title>
		<link>http://www.sumitgupta.net/creating-menu-at-runtime-using-flash-8actionscript-20/</link>
		<comments>http://www.sumitgupta.net/creating-menu-at-runtime-using-flash-8actionscript-20/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 07:29:20 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=53</guid>
		<description><![CDATA[You can create menu in your flash application using the following code, however, you need to note one thing that you need to import mx.controls.*; mx.data.binding.*; (if you need to create Menu using databinding) here is the code var mm:Menu = Menu.createMenu(Me); mm.addMenuItem({label:&#8221;All&#8221;}); if (aIndustry.length > 0 ) { aIndustry.sort(); for (var i=0;i if (aIndustry[i] [...]]]></description>
			<content:encoded><![CDATA[<p>You can create menu in your flash application using the following code, however, you need to note one thing that you need to import</p>
<p>mx.controls.*;</p>
<p>mx.data.binding.*; (if you need to create Menu using databinding)</p>
<p>here is the code</p>
<p>var mm:Menu = Menu.createMenu(Me);<br />
mm.addMenuItem({label:&#8221;All&#8221;});<br />
if (aIndustry.length > 0 ) {<br />
aIndustry.sort();<br />
for (var i=0;i<br />
if (aIndustry[i] != &#8220;&#8221;) {<br />
mm.addMenuItem({label:aIndustry[i]});<br />
}<br />
}<br />
}<br />
mm.swapDepths(mergerbg_sp);<br />
if (_global.styles.Menu == undefined) {<br />
_global.styles.Menu = new CSSStyleDeclaration();<br />
}<br />
_global.styles.Menu.setStyle(&#8220;backgroundColor&#8221;, 0xFFFFFF);<br />
_global.styles.Menu.setStyle(&#8220;borderStyle&#8221;, &#8220;menuBorder&#8221;);<br />
_global.styles.Menu.setStyle(&#8220;selectionColor&#8221;, 0x6E8ABA);</p>
<p>mm.show(100,200);</p>
<p>var menuListener:Object = new Object();<br />
menuListener.change = function(evt_obj:Object) {<br />
IndustryShown = evt_obj.menuItem.attributes.label;<br />
redisplay();<br />
};<br />
mm.addEventListener(&#8220;change&#8221;, menuListener);</p>
<p>Important note: You must have the Menu Component in your Library of first flash. i.e. swf file that is called using Object or embed tag library need to have Menu Component.</p>
<p>Hope that helps</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/creating-menu-at-runtime-using-flash-8actionscript-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating popup Window using Flash</title>
		<link>http://www.sumitgupta.net/creating-popup-window-using-flash/</link>
		<comments>http://www.sumitgupta.net/creating-popup-window-using-flash/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 07:21:08 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=52</guid>
		<description><![CDATA[Recently making a Flash in which I need a user input in a popup window to complete user action. For this I need to ask user some more value. Hence I use this code to show user another modal window.  var nw = PopUpManager.createPopUp(_root,mx.containers.Window,true,{_width:150,_height:110,_x:((Stage.width-150)/2),_y:((Stage.height-125)/2)});  nw.title = &#8220;Choose Industry&#8221;;  nw.createClassObject(mx.controls.ComboBox, &#8220;cb&#8221;, nw.getNextHighestDepth(), {_x:25, _y:40});  nw.cb.addItem(&#8220;All&#8221;);  if [...]]]></description>
			<content:encoded><![CDATA[<p>Recently making a Flash in which I need a user input in a popup window to complete user action. For this I need to ask user some more value. Hence I use this code to show user another modal window.</p>
<p>  var nw = PopUpManager.createPopUp(_root,mx.containers.Window,true,{_width:150,_height:110,_x:((Stage.width-150)/2),_y:((Stage.height-125)/2)});<br />
  nw.title = &#8220;Choose Industry&#8221;;<br />
  nw.createClassObject(mx.controls.ComboBox, &#8220;cb&#8221;, nw.getNextHighestDepth(), {_x:25, _y:40});<br />
  nw.cb.addItem(&#8220;All&#8221;);<br />
  if (aIndustry.length > 0 ) {<br />
    aIndustry.sort();<br />
    for (var i=0;i       if (aIndustry[i] != &#8220;&#8221;) {<br />
        nw.cb.addItem(aIndustry[i]);<br />
      }<br />
    }<br />
  }<br />
  nw.createClassObject(mx.controls.Button,&#8221;btnclose&#8221;,nw.getNextHighestDepth(),{_x:25,_y:70,label:&#8221;Show&#8221;});<br />
  nw.btnclose.onPress= function() {<br />
    IndustryShown = nw.cb.selectedItem.label;<br />
    nw.deletePopUp();<br />
    redisplay();</p>
<p>}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/creating-popup-window-using-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using XML File with Flash in better way</title>
		<link>http://www.sumitgupta.net/using-xml-file-with-flash-in-better-way/</link>
		<comments>http://www.sumitgupta.net/using-xml-file-with-flash-in-better-way/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 07:54:53 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Bookmarked]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=51</guid>
		<description><![CDATA[This is just  a bookmark for now to following great article http://www.flash-creations.com/notes/dynamic_xml.php Will explain this some day.]]></description>
			<content:encoded><![CDATA[<p>This is just  a bookmark for now to following great article</p>
<p><a href="http://www.flash-creations.com/notes/dynamic_xml.php">http://www.flash-creations.com/notes/dynamic_xml.php</a></p>
<p>Will explain this some day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/using-xml-file-with-flash-in-better-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove all child movieClip through AS 2.0 Code</title>
		<link>http://www.sumitgupta.net/how-to-remove-all-child-movieclip-through-as-20-code/</link>
		<comments>http://www.sumitgupta.net/how-to-remove-all-child-movieclip-through-as-20-code/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 07:55:32 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=49</guid>
		<description><![CDATA[To remove all child from a given movie clip simple loop through its all object and remove the type of object you want. Following code does the same for related_mc.sp_related name movie clip: for (obj in related_mc.sp_related){ // root.mc1[obj] instanceof MovieClip same as typeof(_root.mc1[obj])==&#8221;movieclip&#8221;        if (typeof(related_mc.sp_related[obj])==&#8221;movieclip&#8221;){          related_mc.sp_related[obj].removeMovieClip();   [...]]]></description>
			<content:encoded><![CDATA[<p>To remove all child from a given movie clip simple loop through its all object and remove the type of object you want. Following code does the same for related_mc.sp_related name movie clip:</p>
<p>for (obj in related_mc.sp_related){<br />
// root.mc1[obj] instanceof MovieClip same as typeof(_root.mc1[obj])==&#8221;movieclip&#8221;<br />
        if (typeof(related_mc.sp_related[obj])==&#8221;movieclip&#8221;){<br />
          related_mc.sp_related[obj].removeMovieClip();<br />
        }<br />
}</p>
<p>this loop through all child of related_mc.sp_related and remove the instance if its of the type &#8220;movieclip&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/how-to-remove-all-child-movieclip-through-as-20-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xpath in ActionScript 2.0</title>
		<link>http://www.sumitgupta.net/xpath-in-actionscript-20/</link>
		<comments>http://www.sumitgupta.net/xpath-in-actionscript-20/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 07:09:58 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=47</guid>
		<description><![CDATA[Yet again I have been given job to create a Flash component that will be displayed on homepage of site, and it has to list all content of site. For this I ask for a XML backend that provide the data to Flash. Since we have lot of data I opt to use XPath API [...]]]></description>
			<content:encoded><![CDATA[<p>Yet again I have been given job to create a Flash component that will be displayed on homepage of site, and it has to list all content of site. For this I ask for a XML backend that provide the data to Flash. Since we have lot of data I opt to use XPath API of Actionscript to find and parse XML data in flash. This can be done using DataBindingClass provided in Flash 8 under Classes. This add a hidden library for XML Xpath to your project. Once you does that simply import the following:</p>
<p><strong><em>mx.xpath.XPathAPI</em></strong></p>
<p>  in your Actionscript to have the XPath API enable for you. You can find more information about this in Flash Help file but some major functions are:</p>
<p><strong><em>XPathAPI.selectNodeList(object/mc,&#8221;xpath&#8221;);</em></strong></p>
<p><strong><em>XPathAPI.selectSingleNode(object/mc,&#8221;xpath&#8221;);</em></strong></p>
<p>the above return XML node object array where as later returns the node only.</p>
<p>Hope that help as quick guide&#8230; will post sample code later someday <img src='http://www.sumitgupta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>EDIT</strong>: if you need to read a attribute in any node (not searching but reading the attribute value) then simply append the <strong><em>.attributes</em></strong>  <strong><em>["attributename"] </em></strong>to your selectSingleNode or selectNodeList array element.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/xpath-in-actionscript-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 8 : Action script 2.0</title>
		<link>http://www.sumitgupta.net/flash-8-action-script-20/</link>
		<comments>http://www.sumitgupta.net/flash-8-action-script-20/#comments</comments>
		<pubDate>Tue, 29 May 2007 08:21:40 +0000</pubDate>
		<dc:creator>Sumit Gupta</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.sumitgupta.net/?p=40</guid>
		<description><![CDATA[Since one last month I am working on Action Script 2.0 with Flash 8. It all started well and I gain my confidence and start liking coding in AS 2. But today I found few things in action script that prove one of two things:  Either I am not a good programmer OR  Flash AS2 [...]]]></description>
			<content:encoded><![CDATA[<p>Since one last month I am working on Action Script 2.0 with Flash 8. It all started well and I gain my confidence and start liking coding in AS 2. But today I found few things in action script that prove one of two things:</p>
<p>  Either I am not a good programmer</p>
<p>OR</p>
<p>  Flash AS2 is still far from been a mature programming langauge.</p>
<p>Though, I feel first one is true <img src='http://www.sumitgupta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>Action script doesn&#8217;t have any inbuild function to search a value in array. But its simple look I create myself. Next it cannot pass class object within a function that is set to be run by a timer (setInterval) from another function in same class. Did you get it ?? okay, leave it.. its complex for me to explain.</p>
<p>But at the end I found my way to complete my code working, is the main things and hence I am not a good programmer <img src='http://www.sumitgupta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Will post someday how to optimze saving process from client to server. This I done using Flash but applies all over <img src='http://www.sumitgupta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumitgupta.net/flash-8-action-script-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

