<?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; mx:Style</title>
	<atom:link href="http://www.beasrilankan.com/tag/mxstyle/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>Embedding and animating fonts in a Flex application &#8211; mx:Zoom mx:Style easingFunction Elastic.easeOut</title>
		<link>http://www.beasrilankan.com/2010/02/embedding-and-animating-fonts-in-a-flex-application-mxzoom-mxstyle-easingfunction-elastic-easeout/</link>
		<comments>http://www.beasrilankan.com/2010/02/embedding-and-animating-fonts-in-a-flex-application-mxzoom-mxstyle-easingfunction-elastic-easeout/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:23:25 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Be a Sri Lankan]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[easingFunction]]></category>
		<category><![CDATA[effectEnd]]></category>
		<category><![CDATA[Elastic.easeOut]]></category>
		<category><![CDATA[fontAntiAliasType]]></category>
		<category><![CDATA[import mx.effects.easing.*]]></category>
		<category><![CDATA[mx:Script]]></category>
		<category><![CDATA[mx:Style]]></category>
		<category><![CDATA[mx:Zoom]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=647</guid>
		<description><![CDATA[<p>I meant to post this earlier, and I already touched     on font embedding in an earlier   post (Building a basic controller for the VideoDisplay   control),     but here’s a quick little   way to   embed a font in a Flex application.</p> <a href='http://www.beasrilankan.com/2010/02/embedding-and-animating-fonts-in-a-flex-application-mxzoom-mxstyle-easingfunction-elastic-easeout/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I meant to post this earlier, and I already touched     on font embedding in an earlier   post (Building a basic controller for the VideoDisplay   control),     but here’s a quick little   way to   embed a font in a Flex application.</p> <a href='http://www.beasrilankan.com/2010/02/embedding-and-animating-fonts-in-a-flex-application-mxzoom-mxstyle-easingfunction-elastic-easeout/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/embedding-and-animating-fonts-in-a-flex-application-mxzoom-mxstyle-easingfunction-elastic-easeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the focus blend mode on a TextArea control in Flex &#8211; focusBlendMode</title>
		<link>http://www.beasrilankan.com/2010/02/setting-the-focus-blend-mode-on-a-textarea-control-in-flex-focusblendmode/</link>
		<comments>http://www.beasrilankan.com/2010/02/setting-the-focus-blend-mode-on-a-textarea-control-in-flex-focusblendmode/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:07:12 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[BlendMode.ADD]]></category>
		<category><![CDATA[BlendMode.ALPHA]]></category>
		<category><![CDATA[BlendMode.DARKEN]]></category>
		<category><![CDATA[BlendMode.ERASE]]></category>
		<category><![CDATA[BlendMode.HARDLIGHT]]></category>
		<category><![CDATA[BlendMode.LAYER]]></category>
		<category><![CDATA[BlendMode.LIGHTEN]]></category>
		<category><![CDATA[BlendMode.MULTIPLY]]></category>
		<category><![CDATA[BlendMode.NORMAL]]></category>
		<category><![CDATA[BlendMode.OVERLAY]]></category>
		<category><![CDATA[BlendMode.SCREEN]]></category>
		<category><![CDATA[BlendMode.SHADER]]></category>
		<category><![CDATA[focusBlendMode]]></category>
		<category><![CDATA[mx:AppControlBar]]></category>
		<category><![CDATA[mx:Style]]></category>
		<category><![CDATA[setFocus()]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=632</guid>
		<description><![CDATA[<p>A class that provides constant values for visual blend mode effects. These constants are used   in the following:<br />
The blendMode property of the flash.display.DisplayObject class.<br />
The blendMode parameter of the draw() method of the flash.display.BitmapData class<br />
Example shows how you can set the focus blend mode of the focus rectangle on a Flex TextArea control by setting the focusBlendMode   style.</p> <a href='http://www.beasrilankan.com/2010/02/setting-the-focus-blend-mode-on-a-textarea-control-in-flex-focusblendmode/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>A class that provides constant values for visual blend mode effects. These constants are used   in the following:<br />
The blendMode property of the flash.display.DisplayObject class.<br />
The blendMode parameter of the draw() method of the flash.display.BitmapData class<br />
Example shows how you can set the focus blend mode of the focus rectangle on a Flex TextArea control by setting the focusBlendMode   style.</p> <a href='http://www.beasrilankan.com/2010/02/setting-the-focus-blend-mode-on-a-textarea-control-in-flex-focusblendmode/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/setting-the-focus-blend-mode-on-a-textarea-control-in-flex-focusblendmode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a simple image gallery with the Flex TileList control &#8211; mx:TileList</title>
		<link>http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/</link>
		<comments>http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:54:03 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[mx:Fade]]></category>
		<category><![CDATA[mx:Parallel]]></category>
		<category><![CDATA[mx:Style]]></category>
		<category><![CDATA[mx:TileList]]></category>
		<category><![CDATA[mx:WipeDown]]></category>
		<category><![CDATA[mx:XML]]></category>
		<category><![CDATA[mx:XMLListCollection]]></category>
		<category><![CDATA[mx:Zoom]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=608</guid>
		<description><![CDATA[<p>Flex Photo gallery in Flex using the TileList control, Image control, and the PopUpManager class.</p> <a href='http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Flex Photo gallery in Flex using the TileList control, Image control, and the PopUpManager class.</p> <a href='http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

