<?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.</title>
	<atom:link href="http://www.beasrilankan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beasrilankan.com</link>
	<description>web professionals to universe</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:38:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>TextArea Automatically Resize</title>
		<link>http://www.beasrilankan.com/2010/07/textarea-automatically-resize/</link>
		<comments>http://www.beasrilankan.com/2010/07/textarea-automatically-resize/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:25:47 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[TextArea]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=710</guid>
		<description><![CDATA[Posting this just on the off-chance someone else ran into the issue and the solutions on the net weren’t up to their needs. In a project, I’m using a TextArea control because it’s better at displaying images inline using the htmlText property — the Text control completely failed. But once I did this, I kept [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/07/textarea-automatically-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyperlink Control</title>
		<link>http://www.beasrilankan.com/2010/07/hyperlink-control/</link>
		<comments>http://www.beasrilankan.com/2010/07/hyperlink-control/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:21:57 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Hyperlink Control]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=708</guid>
		<description><![CDATA[Problem One of my friends had been asking me about how to change the style of the LinkButton like an HTML hyperlink, since people liketo display the link as like as HTML. Solution I developed a simple Hyperlink control in Flex that has the same look and feel as an HTML anchor tag. Detailed explanation [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/07/hyperlink-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display HTML content in Flex screen</title>
		<link>http://www.beasrilankan.com/2010/07/display-html-content-in-flex-screen/</link>
		<comments>http://www.beasrilankan.com/2010/07/display-html-content-in-flex-screen/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 06:42:19 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Display HTML]]></category>
		<category><![CDATA[flex-iframe]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=706</guid>
		<description><![CDATA[Problem I have a application where i need to display HTML text in flex screen (using TextArea). Problem is HTML text contains tag which is not supported in flex htmlText property. So all the information under tag is being displayed in single row. Is there any component which understands tag and display in a tablur [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/07/display-html-content-in-flex-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File download without any server (ASP,PHP,etc) script in flash player 10</title>
		<link>http://www.beasrilankan.com/2010/06/file-download-without-any-server-aspphpetc-script-in-flash-player-10/</link>
		<comments>http://www.beasrilankan.com/2010/06/file-download-without-any-server-aspphpetc-script-in-flash-player-10/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 09:56:45 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[BitmapData ()]]></category>
		<category><![CDATA[FileReference()]]></category>
		<category><![CDATA[JPGEncoder()]]></category>
		<category><![CDATA[save()]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=703</guid>
		<description><![CDATA[While reading through flash player 10 API, i come to know that FileReference Class has updated with few new features. FileReference Objetc now can take file into flash player (upload) and give file back to file system (download) without any server side script like ASP, PHP etc. flash player 10 can perform these tasks without [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/06/file-download-without-any-server-aspphpetc-script-in-flash-player-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load external image in to swf file &#8211; Load image class</title>
		<link>http://www.beasrilankan.com/2010/06/load-external-image-in-to-swf-file-load-image-class/</link>
		<comments>http://www.beasrilankan.com/2010/06/load-external-image-in-to-swf-file-load-image-class/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 09:20:07 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Loader()]]></category>
		<category><![CDATA[URLRequest()]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=701</guid>
		<description><![CDATA[Load external image in to swf file &#8211; Load image class package { import flash.display.Sprite; import flash.display.Loader; import flash.net.URLLoader; import flash.net.URLRequest; public class loadImg extends Sprite { public function loadImg() { init() } private function init():void { var loader:Loader = new Loader(); addChild(loader); loader.load(new URLRequest(“image.jpg”)); } } }]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/06/load-external-image-in-to-swf-file-load-image-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading an image into flash without server side script using flash player 10</title>
		<link>http://www.beasrilankan.com/2010/06/uploading-an-image-into-flash-without-server-side-script-using-flash-player-10/</link>
		<comments>http://www.beasrilankan.com/2010/06/uploading-an-image-into-flash-without-server-side-script-using-flash-player-10/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 09:07:40 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[addChild()]]></category>
		<category><![CDATA[contentLoaderInfo]]></category>
		<category><![CDATA[FileFilter()]]></category>
		<category><![CDATA[FileReference()]]></category>
		<category><![CDATA[Loader()]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=699</guid>
		<description><![CDATA[According to my last post, Flash Player 10 has updated FileReference class with some new featured methods. My last post explaining how some one can download an image from flash to user file system without using any server side scripting. In this post i am going to show you another power of flash player 10, [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/06/uploading-an-image-into-flash-without-server-side-script-using-flash-player-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 XML Loader Utility Class</title>
		<link>http://www.beasrilankan.com/2010/06/as3-xml-loader-utility-class/</link>
		<comments>http://www.beasrilankan.com/2010/06/as3-xml-loader-utility-class/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 07:59:31 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[XMLLoaderUtil()]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=697</guid>
		<description><![CDATA[I have developed this XMLUtility class in conjunction with a CustomEvent Class which returns me the loaded XML/String Data along with the complete event firing. You can download the sources from here. Following is the code you need to write when you want to load this class //------------ Import Classes import com.flexcomps.utils.CustomEvent; import com.flexcomps.utils.XMLLoaderUtil; //-------- [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/06/as3-xml-loader-utility-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for Canvas having rounded corner and a background</title>
		<link>http://www.beasrilankan.com/2010/06/solution-for-canvas-having-rounded-corner-and-a-background/</link>
		<comments>http://www.beasrilankan.com/2010/06/solution-for-canvas-having-rounded-corner-and-a-background/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 07:06:41 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[mx:Canvas]]></category>
		<category><![CDATA[mx:Image]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=695</guid>
		<description><![CDATA[I have faced a problem when i tried to have a canvas with rounded corner and having an image. I doesn’t want to make the rounded corners in image as the content is going to be scaled. After doing some research on Net i found a good solution to the problem. it is a kind [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/06/solution-for-canvas-having-rounded-corner-and-a-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a custom formatter</title>
		<link>http://www.beasrilankan.com/2010/05/creating-a-custom-formatter/</link>
		<comments>http://www.beasrilankan.com/2010/05/creating-a-custom-formatter/#comments</comments>
		<pubDate>Fri, 28 May 2010 10:16:59 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[formatter]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=693</guid>
		<description><![CDATA[You create a custom formatter by creating a class that extends the mx.formatters.Formatter base class, or by creating a class that extends one of the standard formatter classes, which all extend mx.formatters.Formatter. The following example shows the class hierarchy for formatters: Like standard formatter classes, your custom formatter class must contain a public format() method [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/05/creating-a-custom-formatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About data representation, Data binding, Data models, Data validation, Data formatting</title>
		<link>http://www.beasrilankan.com/2010/05/about-data-representation-data-binding-data-models-data-validation-data-formatting/</link>
		<comments>http://www.beasrilankan.com/2010/05/about-data-representation-data-binding-data-models-data-validation-data-formatting/#comments</comments>
		<pubDate>Fri, 28 May 2010 10:07:11 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Data binding]]></category>
		<category><![CDATA[Data formatting]]></category>
		<category><![CDATA[Data models]]></category>
		<category><![CDATA[Data validation]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=689</guid>
		<description><![CDATA[Adobe® Flex® provides the following set of features for representing data in your applications: data binding, validation, and formatting. These features work in conjunction with the Adobe® LiveCycle™ Data Services ES and Vega features for working with remote data. Together, they allow you to perform the following tasks: Pass data between client-side objects. Store data [...]]]></description>
		<wfw:commentRss>http://www.beasrilankan.com/2010/05/about-data-representation-data-binding-data-models-data-validation-data-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
