<?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>TiMeister - Online Project Management Software &#187; flex</title>
	<atom:link href="http://www.timeister.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timeister.com</link>
	<description>Online Project Management  Software</description>
	<lastBuildDate>Sun, 18 Jul 2010 20:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flex Array Performance: For vs. ForEach</title>
		<link>http://www.timeister.com/2009/07/flex-array-performance-for-vs-foreach/</link>
		<comments>http://www.timeister.com/2009/07/flex-array-performance-for-vs-foreach/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:52:50 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[array performance]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[foreach]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=389</guid>
		<description><![CDATA[We made a little test to see the flex performance on parsing an large array. Here is the experiment: var size:Number = 10000000; var arr:Array = &#91;&#93;; for &#40;var i:int=0; i var time:Number, o:Object; &#160; // for() time = getTimer&#40;&#41;; for &#40;i=0; i=0; i--&#41; &#123; arr&#91;i&#93;; &#125; trace&#40;&#34;for reversed test: &#34;+&#40;getTimer&#40;&#41;-time&#41;+&#34;ms&#34;&#41;; &#160; // for..in time [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/flex-array-performance-for-vs-foreach/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex: Unable To Open locale en_US or fr_FR</title>
		<link>http://www.timeister.com/2009/07/flex-unable-to-open-locale-en_us-or-fr_fr/</link>
		<comments>http://www.timeister.com/2009/07/flex-unable-to-open-locale-en_us-or-fr_fr/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:38:31 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en_us]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Unable To Open locale]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=378</guid>
		<description><![CDATA[If you want to create a localized application you may find yourself in a strange situation when you did all the steps like in the book, but you continue to receive the &#8220;Unable to open locale xx_XX&#8221; error messages. To simulate a fix on this issue we will take the example of adding French to [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/flex-unable-to-open-locale-en_us-or-fr_fr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FLEX: Why is stage == null?</title>
		<link>http://www.timeister.com/2009/07/flex-null-stage/</link>
		<comments>http://www.timeister.com/2009/07/flex-null-stage/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:11:35 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[null]]></category>
		<category><![CDATA[null stage]]></category>
		<category><![CDATA[stage]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=365</guid>
		<description><![CDATA[Hello, If you are trying to access the stage of your application right when your app is completed then you&#8217;re doing something wrong. BAD CODE Most of the cases programmers make the following mistake: &#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#38;gt; &#60;mx:WindowedApplication xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; creationComplete=&#34;init()&#34;&#62;     &#60;mx:Script&#62;         &#60;!&#91;CDATA&#91;             import [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/flex-null-stage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top Flex Blogs and Resources</title>
		<link>http://www.timeister.com/2009/07/top-flex-blogs/</link>
		<comments>http://www.timeister.com/2009/07/top-flex-blogs/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 13:40:26 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[top 10]]></category>
		<category><![CDATA[top blogs]]></category>
		<category><![CDATA[top flex]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=347</guid>
		<description><![CDATA[Hello, We would like to share with the list with our preferred blogs on adobe flex news , and also the top flex resource websites that could came handy anytime NEWS and Cool Stuff: * Mihai Corlan&#8217;s personal blog http://corlan.org &#8211; Mihai is a flash platform evangelist at Adobe Inc. and one of the most [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/top-flex-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex and Silverlight: What Will the Next Five Years Look Like</title>
		<link>http://www.timeister.com/2009/07/flex-and-silverlight/</link>
		<comments>http://www.timeister.com/2009/07/flex-and-silverlight/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 08:39:22 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=341</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/flex-and-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call function from Flex to Flash</title>
		<link>http://www.timeister.com/2009/06/call-function-from-flex-to-flash/</link>
		<comments>http://www.timeister.com/2009/06/call-function-from-flex-to-flash/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:47:50 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[comunication]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/2009/06/24/call-function-from-flex-to-flash/</guid>
		<description><![CDATA[[ad] How to call a flash function from flex? Load the AS3 swf file using an instance of SWFLoader. Call the function like this: mySWFLoader.content.functionName(); How to listen for flash events from flex? // In your Flex app /* called when your SWFLoader finishes loading the SWF */ private function onMySWFLoaded( p_event:Event ) :void { [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/06/call-function-from-flex-to-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create applications with Adobe Catalyst</title>
		<link>http://www.timeister.com/2009/06/create-applications-with-catalyst/</link>
		<comments>http://www.timeister.com/2009/06/create-applications-with-catalyst/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:58:16 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=294</guid>
		<description><![CDATA[[ad] We wanted to share with you a great video tutorial about how to use Adobe Flash Catalyst and create Flex Applications starting just with an image. The tutorial explains in details how you can create a Flex button and a scrollbar using Catalyst.]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/06/create-applications-with-catalyst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo &#8211; Displaying a video using the VideoElement</title>
		<link>http://www.timeister.com/2009/06/flex-video/</link>
		<comments>http://www.timeister.com/2009/06/flex-video/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:40:59 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=256</guid>
		<description><![CDATA[The following example shows how you can display a video using the chromeless VideoElement control in Flex Gumbo. [ad] &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2009/05/14/displaying-a-video-using-the-videoelement-control-in-flex-gumbo/ --&#62; &#60;s:Application name="Spark_VideoElement_test" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo"&#62; &#60;mx:ApplicationControlBar width="100%" cornerRadius="0"&#62; &#60;s:Button id="playBtn" label="play" click="videoElement.play();" /&#62; &#60;s:Button id="pauseBtn" label="pause" click="videoElement.pause();" /&#62; &#60;s:Button id="stopBtn" label="stop" click="videoElement.stop();" /&#62; &#60;s:CheckBox id="mutedCheckBox" label="muted" selected="true" click="videoElement.muted = mutedCheckBox.selected;" [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/06/flex-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo &#8211; Toggling smoothing on Spark VideoPlayer</title>
		<link>http://www.timeister.com/2009/06/flex-set-smooth-video-player/</link>
		<comments>http://www.timeister.com/2009/06/flex-set-smooth-video-player/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:34:25 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[smooth]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=252</guid>
		<description><![CDATA[The following example shows how you can toggle smoothing on a Spark VideoPlayer object in Flex Gumbo by setting the Boolean smoothing property on the VideoPlayer object’s internal videoObject property. [ad] &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2009/05/24/toggling-smoothing-on-a-spark-videoplayer-object-in-flex-gumbo/ --&#62; &#60;s:Application name="Spark_VideoPlayer_VideoElement_videoObject_smoothing_test" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo"&#62; &#60;fx:Script&#62; &#60;![CDATA[ private function checkBox_change(evt:Event):void { videoPlayer.videoElement.videoObject.smoothing = checkBox.selected; } ]]&#62; &#60;/fx:Script&#62; &#60;s:CheckBox [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/06/flex-set-smooth-video-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting left and right margins on a Spark TextArea control in Flex 4</title>
		<link>http://www.timeister.com/2009/06/flex-set-margins-textarea/</link>
		<comments>http://www.timeister.com/2009/06/flex-set-margins-textarea/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:28:35 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[margins]]></category>
		<category><![CDATA[spark]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=247</guid>
		<description><![CDATA[The following example shows how you can set left and right margins on a Spark TextArea control in Flex 4 by setting the paragraphStartIndent and paragraphEndIndent styles. &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;!-- http://blog.flexexamples.com/2009/06/04/setting-left-and-right-margins-on-a-spark-textarea-control-in-flex-4/ --&#62; &#60;s:Application name=&#34;Spark_TextArea_paragraphStartIndent_text&#34; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62; &#60;s:layout&#62; &#60;s:VerticalLayout /&#62; &#60;/s:layout&#62; &#160; &#60;fx:Script&#62; &#60;![CDATA[ private function sliderStart_change(evt:Event):void { textArea.setStyle(&#34;paragraphStartIndent&#34;, sliderStart.value); } &#160; private function [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/06/flex-set-margins-textarea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
