<?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>Relax Breath of Solution. &#187; Action Script 3.0</title>
	<atom:link href="http://www.beasrilankan.com/category/action-script-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beasrilankan.com</link>
	<description>Just I wanted.. Do you?...</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Actionscript dispatching custom events from a custom component</title>
		<link>http://www.beasrilankan.com/2010/12/actionscript-dispatching-custom-events-from-a-custom-component/</link>
		<comments>http://www.beasrilankan.com/2010/12/actionscript-dispatching-custom-events-from-a-custom-component/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 15:09:05 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[dispatchEvent()]]></category>
		<category><![CDATA[dispatching custom events]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=797</guid>
		<description><![CDATA[<p>The following example   shows how you can declare custom events in an MXML or ActionScript component in Flex   4 by specifying the [Event] metadata.</p> <a href='http://www.beasrilankan.com/2010/12/actionscript-dispatching-custom-events-from-a-custom-component/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The following example   shows how you can declare custom events in an MXML or ActionScript component in Flex   4 by specifying the [Event] metadata.</p> <a href='http://www.beasrilankan.com/2010/12/actionscript-dispatching-custom-events-from-a-custom-component/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/12/actionscript-dispatching-custom-events-from-a-custom-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering and formatting data in the DataGrid component</title>
		<link>http://www.beasrilankan.com/2010/10/filtering-and-formatting-data-in-the-datagrid-component/</link>
		<comments>http://www.beasrilankan.com/2010/10/filtering-and-formatting-data-in-the-datagrid-component/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 08:47:35 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[DataGrid component]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[addColumn]]></category>
		<category><![CDATA[addItem]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[DataGridColumn]]></category>
		<category><![CDATA[dataProvider]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[Number]]></category>
		<category><![CDATA[rowCount]]></category>
		<category><![CDATA[toArray]]></category>
		<category><![CDATA[toLowerCase]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=749</guid>
		<description><![CDATA[<p>The   DataGrid component lets you easily filter data based on user   input and present both     the data and the data grid with your custom formatting. This article shows you how to do the following tasks with data grids:</p> <a href='http://www.beasrilankan.com/2010/10/filtering-and-formatting-data-in-the-datagrid-component/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The   DataGrid component lets you easily filter data based on user   input and present both     the data and the data grid with your custom formatting. This article shows you how to do the following tasks with data grids:</p> <a href='http://www.beasrilankan.com/2010/10/filtering-and-formatting-data-in-the-datagrid-component/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/10/filtering-and-formatting-data-in-the-datagrid-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining a DataGridColumn object’s current sort order &#8211; callLater()</title>
		<link>http://www.beasrilankan.com/2010/05/determining-a-datagridcolumn-object%e2%80%99s-current-sort-order-calllater/</link>
		<comments>http://www.beasrilankan.com/2010/05/determining-a-datagridcolumn-object%e2%80%99s-current-sort-order-calllater/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:13:05 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[callLater()]]></category>
		<category><![CDATA[currentTarget]]></category>
		<category><![CDATA[mx:DataGrid]]></category>
		<category><![CDATA[mx:dataProvider]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/2010/05/determining-a-datagridcolumn-object%e2%80%99s-current-sort-order-calllater/</guid>
		<description><![CDATA[<p>The callLater() method queues an operation to be performed for the next screen refresh, rather than in the current   update. Without the callLater() method, you might try to access a property of a component that is not yet available. The callLater() method   is most commonly used with the creationComplete event to ensure that   a component has finished being created     before Flex proceeds with a specified method call on that component.</p> <a href='http://www.beasrilankan.com/2010/05/determining-a-datagridcolumn-object%e2%80%99s-current-sort-order-calllater/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The callLater() method queues an operation to be performed for the next screen refresh, rather than in the current   update. Without the callLater() method, you might try to access a property of a component that is not yet available. The callLater() method   is most commonly used with the creationComplete event to ensure that   a component has finished being created     before Flex proceeds with a specified method call on that component.</p> <a href='http://www.beasrilankan.com/2010/05/determining-a-datagridcolumn-object%e2%80%99s-current-sort-order-calllater/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/05/determining-a-datagridcolumn-object%e2%80%99s-current-sort-order-calllater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fade effect in Flex &#8211; fadeIn fadeOut</title>
		<link>http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/</link>
		<comments>http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:20:08 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[fadeIn]]></category>
		<category><![CDATA[fadeOut]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=673</guid>
		<description><![CDATA[<h4>Incoming search terms:</h4><ul><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadeout effect in flex">fadeout effect in flex</a> (2)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex fade in out">flex fade in out</a> (2)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex fadein fadeout">flex fadein fadeout</a> (2)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadein">fadein</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadein fadeout for image in flex 4">fadein fadeout for image in flex 4</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadein/fadeout flex 4">fadein/fadeout flex 4</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadeout in flex4">fadeout in flex4</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex fadein">flex fadein</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex4 FadeIn">flex4 FadeIn</a> (1)</li></ul></p> <a href='http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<pre class="brush: as3; title: ; notranslate">
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;
&amp;lt;mx:Application     xmlns:mx=&amp;quot;http://www.adobe.com/2006/mxml&amp;quot; layout=&amp;quot;vertical&amp;quot;
    backgroundGradientAlphas=&amp;quot;[1.0, 1.0]&amp;quot; backgroundGradientColors=&amp;quot;[#FFFFFF,     #0C3404]&amp;quot; viewSourceURL=&amp;quot;srcview/index.html&amp;quot;&amp;gt;

&amp;lt;mx:Style&amp;gt;
               @font-face {
            src:   local(&amp;quot;Arial&amp;quot;);
            fontFamily:   ArialEmbedded;
           }

       .captionText &lt;a href=&quot;http://marvabrooks.com/images/&quot;&gt;buy levitra online&lt;/a&gt;  {
            fontFamily: ArialEmbedded;
            color : #ffffff;
            fontSize : 16pt;
             }
&amp;lt;/mx:Style&amp;gt;

&amp;lt;mx:Script&amp;gt;
      &amp;lt;![CDATA[
        private function showCaption():void{
            fadeIn.play([caption]);
        }
        private function hideCaption():void{
                  fadeOut.play([caption]);
            }
    ]]&amp;gt;
&amp;lt;/mx:Script&amp;gt;
    &amp;lt;mx:Canvas rollOver=&amp;quot;showCaption()&amp;quot; rollOut=&amp;quot;hideCaption()&amp;quot;     &amp;gt;
        &amp;lt;mx:Image id=&amp;quot;img&amp;quot; &lt;a href=&quot;http://all-forums.biz/images/index.php&quot;&gt;how do i buy viagra online | buy cialis canadian | cheap levitra generic&lt;/a&gt;  source=&amp;quot;1.jpg&amp;quot;   width=&amp;quot;320&amp;quot;   height=&amp;quot;240&amp;quot; /&amp;gt;
        &amp;lt;mx:Box id=&amp;quot;caption&amp;quot;   height=&amp;quot;30&amp;quot;   width=&amp;quot;320&amp;quot;
            alpha=&amp;quot;0&amp;quot; backgroundColor=&amp;quot;#000000&amp;quot;     backgroundAlpha=&amp;quot;.5&amp;quot;
              bottom=&amp;quot;10&amp;quot;   horizontalCenter=&amp;quot;0&amp;quot; horizontalAlign=&amp;quot;center&amp;quot;&amp;gt;
                &amp;lt;mx:Label text=&amp;quot;Cheetah beauty @ Cologne   zoo&amp;quot; styleName=&amp;quot;captionText&amp;quot; /&amp;gt;
        &amp;lt;/mx:Box&amp;gt;
    &amp;lt;/mx:Canvas&amp;gt;
      &amp;lt;mx:Label text=&amp;quot;(Rollover the image to see the caption)&amp;quot;
            color=&amp;quot;#000000&amp;quot; fontStyle=&amp;quot;italic&amp;quot;   fontSize=&amp;quot;10&amp;quot; fontFamily=&amp;quot;Arial&amp;quot;/&amp;gt;

    &amp;lt;mx:Fade id=&amp;quot;fadeIn&amp;quot; alphaFrom=&amp;quot;0.0&amp;quot;   alphaTo=&amp;quot;1.0&amp;quot; /&amp;gt;
      &amp;lt;mx:Fade id=&amp;quot;fadeOut&amp;quot;   alphaFrom=&amp;quot;1.0&amp;quot; alphaTo=&amp;quot;0.0&amp;quot; /&amp;gt;
&amp;lt;/mx:Application&amp;gt;
</pre>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadeout effect in flex">fadeout effect in flex</a> (2)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex fade in out">flex fade in out</a> (2)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex fadein fadeout">flex fadein fadeout</a> (2)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadein">fadein</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadein fadeout for image in flex 4">fadein fadeout for image in flex 4</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadein/fadeout flex 4">fadein/fadeout flex 4</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="fadeout in flex4">fadeout in flex4</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex fadein">flex fadein</a> (1)</li><li><a href="http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/" title="flex4 FadeIn">flex4 FadeIn</a> (1)</li></ul></p> <a href='http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/05/fade-effect-in-flex-fadein-fadeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create custom tooltip &#8211; toolTipCreate</title>
		<link>http://www.beasrilankan.com/2010/05/create-custom-tooltip-tooltipcreate/</link>
		<comments>http://www.beasrilankan.com/2010/05/create-custom-tooltip-tooltipcreate/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:16:52 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[ArrayCollection]]></category>
		<category><![CDATA[mx:Repeater]]></category>
		<category><![CDATA[toolTip]]></category>
		<category><![CDATA[toolTipCreate]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=671</guid>
		<description><![CDATA[<p>CustomToolTip.mxml</p> <a href='http://www.beasrilankan.com/2010/05/create-custom-tooltip-tooltipcreate/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>CustomToolTip.mxml</p> <a href='http://www.beasrilankan.com/2010/05/create-custom-tooltip-tooltipcreate/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/05/create-custom-tooltip-tooltipcreate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a Drag-and-Drop XML Image Viewer &#8211; DragManager</title>
		<link>http://www.beasrilankan.com/2010/05/build-a-drag-and-drop-xml-image-viewer-dragmanager/</link>
		<comments>http://www.beasrilankan.com/2010/05/build-a-drag-and-drop-xml-image-viewer-dragmanager/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:08:02 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Flex XML]]></category>
		<category><![CDATA[currentTarget]]></category>
		<category><![CDATA[Drag-and-Drop]]></category>
		<category><![CDATA[dragDrop]]></category>
		<category><![CDATA[dragEnter]]></category>
		<category><![CDATA[DragManager.acceptDragDrop()]]></category>
		<category><![CDATA[DragManager.doDrag()]]></category>
		<category><![CDATA[Image()]]></category>
		<category><![CDATA[mx:HTTPService]]></category>
		<category><![CDATA[mx:Repeater]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=669</guid>
		<description><![CDATA[<p>All of the informations about the images showcased in the gallery are stored in an XML file. Create   an xml file   that follows this structure and save it as datas.xml in the src directory :</p> <a href='http://www.beasrilankan.com/2010/05/build-a-drag-and-drop-xml-image-viewer-dragmanager/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>All of the informations about the images showcased in the gallery are stored in an XML file. Create   an xml file   that follows this structure and save it as datas.xml in the src directory :</p> <a href='http://www.beasrilankan.com/2010/05/build-a-drag-and-drop-xml-image-viewer-dragmanager/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/05/build-a-drag-and-drop-xml-image-viewer-dragmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add system Fonts in your application &#8211; Font.enumerateFonts()</title>
		<link>http://www.beasrilankan.com/2010/03/how-to-add-system-fonts-in-your-application-font-enumeratefonts/</link>
		<comments>http://www.beasrilankan.com/2010/03/how-to-add-system-fonts-in-your-application-font-enumeratefonts/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:49:08 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Font.enumerateFonts()]]></category>
		<category><![CDATA[mx:Array]]></category>
		<category><![CDATA[mx:DataGrid]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=659</guid>
		<description><![CDATA[<p>How to add system Fonts in your application</p> <a href='http://www.beasrilankan.com/2010/03/how-to-add-system-fonts-in-your-application-font-enumeratefonts/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>How to add system Fonts in your application</p> <a href='http://www.beasrilankan.com/2010/03/how-to-add-system-fonts-in-your-application-font-enumeratefonts/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/03/how-to-add-system-fonts-in-your-application-font-enumeratefonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing live dragging on a TileList control in Flex</title>
		<link>http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/</link>
		<comments>http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:45:46 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[mx:AppControlBar]]></category>
		<category><![CDATA[mx:Array]]></category>
		<category><![CDATA[mx:ArrayCollection]]></category>
		<category><![CDATA[mx:Form]]></category>
		<category><![CDATA[mx:FormItem]]></category>
		<category><![CDATA[mx:Object]]></category>
		<category><![CDATA[mx:source]]></category>
		<category><![CDATA[mx:TileList]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=657</guid>
		<description><![CDATA[<p>Changing live dragging   on a TileList control in Flex</p> <a href='http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Changing live dragging   on a TileList control in Flex</p> <a href='http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Drag and Drop Custom Class Source Code Example &#8211; mx.managers.DragManager</title>
		<link>http://www.beasrilankan.com/2010/03/flex-drag-and-drop-custom-class-source-code-example-mx-managers-dragmanager/</link>
		<comments>http://www.beasrilankan.com/2010/03/flex-drag-and-drop-custom-class-source-code-example-mx-managers-dragmanager/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:42:04 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[DragManager.doDrag()]]></category>
		<category><![CDATA[DragSource()]]></category>
		<category><![CDATA[mx:DataGrid]]></category>
		<category><![CDATA[Thumbnail()]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=655</guid>
		<description><![CDATA[<p>Flex Drag and Drop Custom Class   Source Code Example:</p> <a href='http://www.beasrilankan.com/2010/03/flex-drag-and-drop-custom-class-source-code-example-mx-managers-dragmanager/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Flex Drag and Drop Custom Class   Source Code Example:</p> <a href='http://www.beasrilankan.com/2010/03/flex-drag-and-drop-custom-class-source-code-example-mx-managers-dragmanager/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/03/flex-drag-and-drop-custom-class-source-code-example-mx-managers-dragmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Google Maps Flex application using Google Maps API</title>
		<link>http://www.beasrilankan.com/2010/02/create-google-maps-flex-application-using-google-maps-api/</link>
		<comments>http://www.beasrilankan.com/2010/02/create-google-maps-flex-application-using-google-maps-api/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:36:51 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Google Maps API]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=653</guid>
		<description><![CDATA[<p>Google maps is a powerful tool that provides a huge range of mapping services like   street directories, directions,     searches, satellite     views and more. All of this power is made available to Flex developers through a Flash/Flex API supplied and supported by Google. This tutorial will show you how to embed a Google Map into a Flex application.</p> <a href='http://www.beasrilankan.com/2010/02/create-google-maps-flex-application-using-google-maps-api/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Google maps is a powerful tool that provides a huge range of mapping services like   street directories, directions,     searches, satellite     views and more. All of this power is made available to Flex developers through a Flash/Flex API supplied and supported by Google. This tutorial will show you how to embed a Google Map into a Flex application.</p> <a href='http://www.beasrilankan.com/2010/02/create-google-maps-flex-application-using-google-maps-api/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/create-google-maps-flex-application-using-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

