<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0' version='2.0'><channel><atom:id>tag:blogger.com,1999:blog-2575498200425256397</atom:id><lastBuildDate>Wed, 28 Apr 2010 21:35:47 +0000</lastBuildDate><title>Flash, Flex and ActionScript</title><description></description><link>http://www.bigosmallm.com/</link><managingEditor>noreply@blogger.com (OmPrakash Muppirala)</managingEditor><generator>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-8818512106147530799</guid><pubDate>Thu, 08 Jan 2009 20:12:00 +0000</pubDate><atom:updated>2009-01-08T12:17:13.135-08:00</atom:updated><title>Adobe Catalyst - Preview</title><description>Here is a session MAX 2008 session from Adobe TV that talks about the basics of &lt;a href="http://labs.adobe.com/technologies/flashcatalyst/"&gt;Adobe Catalyst&lt;/a&gt;.  This is a very exciting new technology from Adobe that attempts to bridge the gap between designers and developers using Adobe Flex at the core. &lt;br /&gt;&lt;br /&gt;&lt;embed height="385" name="AdobeTVPlayer" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="600" src="http://tv.adobe.com/Embed.swf" bgcolor="#000000" play="true" loop="false" quality="high" allowscriptaccess="always" flashvars="v=~b64~aHR0cDovL2Fkb2JlLmVkZ2Vib3NzLm5ldC9mbGFzaC9hZG9iZS9hZG9iZXR2Mi9tYXhfMjAwOF9kZXZlbG9wLzE1OTY3NDE2MTNfMjk0NjI0NzAwMV8yMDA0LWZseW5uLXdlZC05MzBhbS1kZXNpZ24tZGV2ZWxvcGVyLmZsdj9yc3NfZmVlZGlkPTE1Mzg0JnhtbHZlcnM9Mg==&amp;amp;w=600&amp;amp;t=http://tv.adobe.com/vi+f15384v1003&amp;amp;h=385"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-8818512106147530799?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2009/01/adobe-catalyst-preview.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>17</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-3978513047787901423</guid><pubDate>Sat, 08 Mar 2008 02:07:00 +0000</pubDate><atom:updated>2008-10-06T18:52:35.724-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>flex</category><category domain='http://www.blogger.com/atom/ns#'>actionscript</category><title>How to restrict the Backslash(\) character</title><description>In ActionScript, if you want to restrict the characters that can be entered into a TextField (or TextInput), you use the &lt;span style="font-style: italic; font-weight: bold;"&gt;restrict &lt;/span&gt;property.  &lt;a href="http://livedocs.adobe.com/flex/201/langref/flash/text/TextField.html#restrict"&gt;Check here for documentation.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For example, input_txt.restrict = "A-Z";&lt;br /&gt;This restricts the characters to upperspace characters and disallows everything else.&lt;br /&gt;&lt;br /&gt;And input_txt.restrict = "^0-9";&lt;br /&gt;The ^ symbol indicates that whatever comes after that is disallowed.  Here, the numbers 0 to 9 are not allowed, everything else is allowed.&lt;br /&gt;&lt;br /&gt;The interesting part is what if you want to restrict the Backslash(\) character?&lt;br /&gt;&lt;br /&gt;Apparently, the right way to do it is:&lt;br /&gt;&lt;span&gt;input_txt.restrict = "^\\\\";&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Explanation?&lt;br /&gt;&lt;br /&gt;From the livedocs documentation:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;"You can use a backslash to enter a ^ or - verbatim. The accepted backslash  sequences are \-, \^ or \\. The backslash must be an actual character in the  string, so when specified in ActionScript, a double backslash must be used. "&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So, the first two backslashes are as required, when you add the third backslash, the flex compiler thinks that you are trying to escape the " character.  Hence you need the fourth backslash in the string.&lt;br /&gt;&lt;br /&gt;Very interesting!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-3978513047787901423?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2008/03/how-to-restrict-backslash-character.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-1046466634614736859</guid><pubDate>Fri, 08 Feb 2008 02:00:00 +0000</pubDate><atom:updated>2008-03-07T18:39:07.290-08:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>shutterfly</category><category domain='http://www.blogger.com/atom/ns#'>flash</category><category domain='http://www.blogger.com/atom/ns#'>gallery</category><title>Shutterfly Gallery</title><description>&lt;p&gt;I have been working on the flash part of Shutterfly Gallery for the past few months. It went public today. Hence thought I'd promote it on my blog. The pictures were taken during my Seattle trip during 2008 New Year's. Head over &lt;a href="http://community.shutterfly.com/gallery/post/start.sfly?postId=/gallery/1/post/GMGDFg2YOW7Fk0ZgnzhdTY"&gt;here&lt;/a&gt; to see this photobook in more detail and for more such beautiful photobooks. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" height="425" width="425" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"&gt;&lt;param name="_cx" value="11245"&gt;&lt;param name="_cy" value="11245"&gt;&lt;param name="FlashVars" value="xmlURL=http%3A%2F%2Ffeeds-community.shutterfly.com%2FPostSlideshowFeed%3FpathID%3D%2Fgallery%2F1%2Fpost%2FGMGDFg2YOW7Fk0ZgnzhdTY%26size%3D0%26updtime%3D1202435732000%26height%3D425%26width%3D425&amp;size=0&amp;ob=0&amp;fc=0&amp;ss=0&amp;sb=0&amp;ft=0&amp;pg=http%3A%2F%2Fcommunity.shutterfly.com%2Fgallery%2Fpost%2Fstart.sfly%3FpostId%3D%2Fgallery%2F1%2Fpost%2FGMGDFg2YOW7Fk0ZgnzhdTY"&gt;&lt;param name="Movie" value="http://images-community.shutterfly.com/flashapps/flashslideshowphotobook/slideshow_pb.swf"&gt;&lt;param name="Src" value="http://images-community.shutterfly.com/flashapps/flashslideshowphotobook/slideshow_pb.swf"&gt;&lt;param name="WMode" value="Window"&gt;&lt;param name="Play" value="0"&gt;&lt;param name="Loop" value="-1"&gt;&lt;param name="Quality" value="High"&gt;&lt;param name="SAlign" value=""&gt;&lt;param name="Menu" value="0"&gt;&lt;param name="Base" value=""&gt;&lt;param name="AllowScriptAccess" value="always"&gt;&lt;param name="Scale" value="ShowAll"&gt;&lt;param name="DeviceFont" value="0"&gt;&lt;param name="EmbedMovie" value="0"&gt;&lt;param name="BGColor" value=""&gt;&lt;param name="SWRemote" value=""&gt;&lt;param name="MovieData" value=""&gt;&lt;param name="SeamlessTabbing" value="1"&gt;&lt;param name="Profile" value="-1"&gt;&lt;param name="ProfileAddress" value=""&gt;&lt;param name="ProfilePort" value="540422432"&gt;&lt;param name="AllowNetworking" value="all"&gt;&lt;param name="AllowFullScreen" value="true"&gt;&lt;br /&gt;                     &lt;embed width="425" height="425" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="wrapper" quality="best" menu="false" allowfullscreen="true" allowscriptaccess="always" flashvars="xmlURL=http%3A%2F%2Ffeeds-community.shutterfly.com%2FPostSlideshowFeed%3FpathID%3D%2Fgallery%2F1%2Fpost%2FGMGDFg2YOW7Fk0ZgnzhdTY%26size%3D0%26updtime%3D1202435732000%26height%3D425%26width%3D425&amp;size=0&amp;ob=0&amp;fc=0&amp;ss=0&amp;sb=0&amp;ft=0&amp;pg=http%3A%2F%2Fcommunity.shutterfly.com%2Fgallery%2Fpost%2Fstart.sfly%3FpostId%3D%2Fgallery%2F1%2Fpost%2FGMGDFg2YOW7Fk0ZgnzhdTY" src="http://images-community.shutterfly.com/flashapps/flashslideshowphotobook/slideshow_pb.swf"&gt;&lt;/embed&gt;   &lt;/object&gt;&lt;/p&gt;&lt;p style="MARGIN-TOP: 0px; WIDTH: 425px; BACKGROUND-COLOR: white; TEXT-ALIGN: center"&gt;&lt;a href="http://community.shutterfly.com/gallery/post/start.sfly?postId=/gallery/1/post/GMGDFg2YOW7Fk0ZgnzhdTY" target="_blank"&gt;Click here to view this photo book.&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-1046466634614736859?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2008/02/shutterfly-gallery.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>1</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-4872296596800093418</guid><pubDate>Wed, 12 Dec 2007 21:15:00 +0000</pubDate><atom:updated>2008-03-07T18:40:47.576-08:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>flex</category><title>Flex Builder on Linux!  Rejoice!</title><description>For a long time the Linux platform was completely ignored by Adobe.  In the past, when  rest of the world moved from Flash 7 to Flash 8, there was no Flash Player 8 for Linux at all.  So, all the nice features that Flash 8 brought in (video, real time filters, etc.) were not available for Linux users.  Ex. Youtube would not work on Linux.  Linux users were definitely a frustrated lot!  Imagine not being able to watch skateboarding dogs 'natively' on Linux :-)&lt;br /&gt;&lt;br /&gt;Then Adobe declared that they are &lt;a href="http://www.kaourantin.net/2005/12/flash-player-8-for-linux-update.html"&gt;skipping &lt;/a&gt;Flash Player 8 for Linux and going for version 9 directly (it was called 8.5 for sometime).  People were extremely unhappy and quite skeptical about this move.  &lt;br /&gt;&lt;br /&gt;Then in May of 2006, there was this &lt;a href="http://blogs.adobe.com/penguin.swf/2006/05/"&gt;post by Mike Melanson&lt;/a&gt; over at Adobe that changed everything.  After months in development, &lt;a href="http://blogs.adobe.com/penguin.swf/2007/01/flash_player_9_for_linux_x86.html"&gt;Flash Player 9 for Linux was launched&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Come October 2007, Adobe showed more love towards the Linux community by revealing their plans for Flex Builder running on Linux.  Check out this cool video of the first sneak peek of Flex Builder on Linux (also taking a dig at vi and emacs while at it)&lt;br /&gt;&lt;br /&gt;&lt;object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&amp;feedurl=http%3A%2F%2Fskipintro%2Eblip%2Etv%2Frss&amp;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F413529&amp;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="400" height="255" allowfullscreen="true" id="showplayer"&gt;&lt;param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&amp;feedurl=http%3A%2F%2Fskipintro%2Eblip%2Etv%2Frss&amp;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F413529&amp;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /&gt;&lt;param name="quality" value="best" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Well, enough of history for now.  Lets get into the nitty gritty of Flex Builder on Linux.  &lt;a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/"&gt;You can download the alpha version here&lt;/a&gt;. It is available only as a plug-in, which means that you need to have Eclipse already installed on your machine.  Go ahead try it out.  It is definitely better than your vi/emacs/gedit, etc :-)  &lt;br /&gt;&lt;br /&gt;The official story is that this release is supported only on SuSE, RedHat and Ubuntu flavors of Linux.  I installed mine on Fedora and it works perfectly fine!  I also copied over an existing project from my Windows machine over and opened it with it.  I was pleasantly surprised that it opened without any issues.  I could compile the project and debug it just fine.  &lt;br /&gt;&lt;br /&gt;A few details that you need to know:&lt;br /&gt;1.  It has a number of features from Flex Builder 3 (which is available as beta &lt;a href="http://labs.adobe.com/technologies/flex/flexbuilder3/"&gt;here&lt;/a&gt;, only for Windows though).  But Adobe says that these two products are NOT the same and that they will have separate timelines.&lt;br /&gt;&lt;br /&gt;2.  It does not 'yet' support the cooler features in Flex Builder 2 such as Design View, States View, Refactoring(FB3), etc. Also, the part that I was most interested in - &lt;a href="http://labs.adobe.com/technologies/air/"&gt;Adobe AIR&lt;/a&gt; support is not in yet.  I hope they fit in somehow soon.  &lt;br /&gt;&lt;br /&gt;On a personal note, I have never had Linux as my development machine.  I never had the right tools on Linux.  Now that Flex Builder is available on Linux, I might give it a try for a few days.  I am sure there are bugs and issues around, I hope to provide feedback as I keep working on it...  Still, the features like refactoring, Adobe AIR support are very important to me.  I think I will stick to my beloved Windows box for now :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-4872296596800093418?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2007/12/flex-builder-on-linux-rejoice.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>1</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-7560667550441495827</guid><pubDate>Tue, 19 Jun 2007 19:18:00 +0000</pubDate><atom:updated>2008-03-07T18:40:47.577-08:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>flex</category><title>Bug in Flex mxmlc Compiler?</title><description>&lt;a href="http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks"&gt;Flex Ant&lt;/a&gt; is a tool to build Flex projects using Ant.  You can automate builds by using these Ant scripts.  I've recently started using it and it works great!  Except for one little thing.&lt;br /&gt;&lt;br /&gt;In every Flex project there is a folder: html-template.  This folder contains all the templates required to create the html wrappers around the out .swf that the Flex project creates.   The most important file is index.template.html.&lt;br /&gt;&lt;br /&gt;For example, if your index.html (the wrapper for index.swf) needs to contain a few javascript functions, all you do is add those functions in index.template.html.  Then, every time you compile your Flex project, the new index.html is generated from the index.template.html file.  Pretty neat!&lt;br /&gt;&lt;br /&gt;But, when you want to do this with Flex Ant and the mxmlc compiler, no matter what customizations you do in index.template.hml, they do not appear in the output index.html file.  Apparently, the command line mxmlc compiler does not look at the index.template.html file when its building the index.html file.  I have searched all the documentation, but there is no way to specify which template file to use while compiling (there IS a 'template' attribute, but is for determining flash-client install options, history management, etc.) &lt;br /&gt;&lt;br /&gt;So, the only workaround for this is to hard code the javascript functions in index.html and check them into version control.  And not generating the html in the ant process.&lt;br /&gt;&lt;br /&gt;If you anyone knows how to do this, please post a comment.  That would be a very useful thing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-7560667550441495827?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2007/06/bug-in-flex-mxmlc-compiler.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>1</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-774549094035174797</guid><pubDate>Tue, 08 May 2007 19:43:00 +0000</pubDate><atom:updated>2008-03-07T18:40:47.579-08:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>flex</category><category domain='http://www.blogger.com/atom/ns#'>flex embed image relative path</category><title>Relative paths for embedded images</title><description>I was having a lot of problems with embedding images into my classes which were in nested packages.  After a lot of head breaking and googling, I found an elegant method to solve this issue.  There is some discussion about this problem &lt;a href="http://www.bit-101.com/blog/?p=883"&gt;here&lt;/a&gt;.  The solutions given there do not exactly solve the problem, but it definitely made me think in the right way.&lt;br /&gt;&lt;br /&gt;Anyways, here is the problem and the solution:&lt;br /&gt;&lt;br /&gt;If you want to embed images into your icons or for any other purposes, you use something like this:&lt;br /&gt;&lt;br /&gt;[Embed(source="sourcepath&lt;source&gt;")]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, if you have a complex project structure like this:&lt;br /&gt;&lt;br /&gt;Project&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;..&lt;/span&gt;assets&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;....&lt;/span&gt;images&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;....&lt;/span&gt;styles&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;..&lt;/span&gt;src&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;....&lt;/span&gt;com&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;......&lt;/span&gt;companyname&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;........&lt;/span&gt;projectname&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;..........&lt;/span&gt;ui&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;............&lt;/span&gt;MyClass.cs&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;............&lt;/span&gt;MyComponent.mxml&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;          ..........&lt;/span&gt;.&lt;br /&gt;&lt;/source&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;          ..........&lt;/span&gt;.&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;          ..........&lt;/span&gt;.&lt;br /&gt;&lt;source&gt;&lt;br /&gt;&lt;br /&gt;Now, if your MyClass.cs uses an Embed tag, you have a few options.&lt;br /&gt;&lt;br /&gt;1.  Use an absolute path&lt;br /&gt;Ex.:      [Embed(source="C:/Documents and Settings/computername&lt;comptername&gt;/My Documents/Flex Builder 2/&lt;projectname&gt;projectname/assets/images/icon.jpg")]&lt;br /&gt;&lt;br /&gt;Of course, this is not an elegant solution.  And also, if you have a team of developers working with this project, each person has to change the path everytime they check out their code. This is definitely NOT acceptable.&lt;br /&gt;&lt;br /&gt;2.  Use a complex relative path&lt;br /&gt;Ex.  [Embed(source="../../../../../../../../icon.jpg")]&lt;br /&gt;&lt;br /&gt;Does this work?  Yes, but is it an elegant solution? Of course not.  This is not readable at all.&lt;br /&gt;And btw, what happens if you decide to refactor your project?  You need to go and change the path in each and every instance of the Embed directive.  Not such a good option.&lt;br /&gt;&lt;br /&gt;3.  Now, there is another option that  works very well and is quite elegant too.  i.e. use the forward slash(/) operator to indicate the root.  But what is root in this project?  Apparently, the Flex compiler considers the 'main source folder' to be the root.  Hence when you say '/', you are actually referring to the 'Main source folder' (which you can set in Project&gt;Properties&gt;Flex Build Path&gt;Main source folder), which in most cases would be set as the 'src' folder.&lt;br /&gt;&lt;br /&gt;So, all you have to do then is this:&lt;br /&gt;[Embed(source="/../assets/images/icon.jpg")]&lt;br /&gt;&lt;br /&gt;Here you are first accessing the root, i.e. the 'src' folder, go one level up, and then give the path of the image, that is assets/images/icon.jpg.&lt;br /&gt;&lt;br /&gt;You can use the same exact path anywhere in your package hierarchy.&lt;/projectname&gt;&lt;/comptername&gt;&lt;/source&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-774549094035174797?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2007/05/relative-paths-for-embedded-images.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>7</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2575498200425256397.post-3142169731352623657</guid><pubDate>Wed, 25 Apr 2007 22:53:00 +0000</pubDate><atom:updated>2008-03-07T18:40:52.976-08:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>flex</category><category domain='http://www.blogger.com/atom/ns#'>actionscript</category><category domain='http://www.blogger.com/atom/ns#'>flash</category><title>Flash, Flex  and ActionScript</title><description>Hello world!&lt;br /&gt;&lt;br /&gt;I am a long time Flash/ActionScript developer.  I currently work as a software developer in the Bay Area.&lt;br /&gt;&lt;br /&gt;Having recently started working full time with Flex 2 and ActionScript 3, I have been facing a number of issues while trying to get things done. Many a time, a blog post by some Flex developer somewhere in the world explaining how he/she solved a particular problem has helped me a lot.&lt;br /&gt;&lt;br /&gt;The same way, I am going to start posting about how I solved certain issues/challenges while working with Flex.   Also, I will be posting about unsolved issues that I cant figure out solutions for; hopefully someone would respond :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2575498200425256397-3142169731352623657?l=www.bigosmallm.com%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><link>http://www.bigosmallm.com/2007/04/flash-flex-and-actionscript.html</link><author>noreply@blogger.com (OmPrakash Muppirala)</author><thr:total>0</thr:total></item></channel></rss>
