<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FX musings</title>
	<atom:link href="http://flexmusings.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexmusings.wordpress.com</link>
	<description>............................................ Random thoughts on Flex</description>
	<lastBuildDate>Sun, 09 Jan 2011 02:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flexmusings.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>FX musings</title>
		<link>http://flexmusings.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flexmusings.wordpress.com/osd.xml" title="FX musings" />
	<atom:link rel='hub' href='http://flexmusings.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Difference between stage.height/width &amp; stage.stageHeight/stageWidth</title>
		<link>http://flexmusings.wordpress.com/2010/11/11/diff-btw-stage_height-and-stage_stageheight/</link>
		<comments>http://flexmusings.wordpress.com/2010/11/11/diff-btw-stage_height-and-stage_stageheight/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 10:27:28 +0000</pubDate>
		<dc:creator>invisible star</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[stage]]></category>
		<category><![CDATA[stage.height]]></category>
		<category><![CDATA[stage.stageHeight]]></category>
		<category><![CDATA[stage.stageWidth]]></category>
		<category><![CDATA[stage.width]]></category>

		<guid isPermaLink="false">http://flexmusings.wordpress.com/?p=173</guid>
		<description><![CDATA[The Stage class represents the main drawing area. For SWF content running in the browser, the Stage represents the entire area where Flash content is shown. This area will contain all display objects on the display list since all display objects are contained within the same Stage object. stage.width / stage.height (you can call it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexmusings.wordpress.com&amp;blog=2542830&amp;post=173&amp;subd=flexmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://flexmusings.wordpress.com/2010/11/11/diff-btw-stage_height-and-stage_stageheight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c95792d95a98c90c92e4c33674bc384b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">invisible star</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex 4 mini cook book</title>
		<link>http://flexmusings.wordpress.com/2010/10/11/flex-4-mini-cookbook/</link>
		<comments>http://flexmusings.wordpress.com/2010/10/11/flex-4-mini-cookbook/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 10:42:27 +0000</pubDate>
		<dc:creator>invisible star</dc:creator>
				<category><![CDATA[cook book]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[flex 4]]></category>
		<category><![CDATA[flex 4 cook book]]></category>
		<category><![CDATA[flex 4 in a day]]></category>
		<category><![CDATA[flex 4 mini book]]></category>

		<guid isPermaLink="false">http://flexmusings.wordpress.com/?p=168</guid>
		<description><![CDATA[For those who want a quick walk through on flex 4, this book will help you. PDF: Flex 4 in a day Thanks to Mihai Corlan. Filed under: cook book, General Tagged: flex 4, flex 4 cook book, flex 4 in a day, flex 4 mini book<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexmusings.wordpress.com&amp;blog=2542830&amp;post=168&amp;subd=flexmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://flexmusings.wordpress.com/2010/10/11/flex-4-mini-cookbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c95792d95a98c90c92e4c33674bc384b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">invisible star</media:title>
		</media:content>
	</item>
		<item>
		<title>mouseOver/Out vs rollOver/Out</title>
		<link>http://flexmusings.wordpress.com/2010/09/14/mouseoverout-vs-rolloverout/</link>
		<comments>http://flexmusings.wordpress.com/2010/09/14/mouseoverout-vs-rolloverout/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 13:26:31 +0000</pubDate>
		<dc:creator>invisible star</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[mouseOut]]></category>
		<category><![CDATA[mouseOut vs rollOut]]></category>
		<category><![CDATA[mouseOver]]></category>
		<category><![CDATA[mouseOver vs rollOver]]></category>
		<category><![CDATA[rollOut]]></category>
		<category><![CDATA[rollOver]]></category>

		<guid isPermaLink="false">http://flexmusings.wordpress.com/?p=159</guid>
		<description><![CDATA[While you do your coding, most of you might have used mouseOver/mouseOut and rollOver/rollOut. Literally the meaning of both are the same. (mouseOver &#8211; move your mouse over the component, rollOver &#8211; roll the mouse over the component[as you cannot roll the mouse pointer, you will move the mouse over the component! ]) Did you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexmusings.wordpress.com&amp;blog=2542830&amp;post=159&amp;subd=flexmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://flexmusings.wordpress.com/2010/09/14/mouseoverout-vs-rolloverout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c95792d95a98c90c92e4c33674bc384b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">invisible star</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex 4 tutorial videos</title>
		<link>http://flexmusings.wordpress.com/2010/09/14/flex-4-tutorial-videos/</link>
		<comments>http://flexmusings.wordpress.com/2010/09/14/flex-4-tutorial-videos/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 11:52:39 +0000</pubDate>
		<dc:creator>invisible star</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[flash builder video]]></category>
		<category><![CDATA[flex 4 video]]></category>
		<category><![CDATA[tutorail video]]></category>

		<guid isPermaLink="false">http://flexmusings.wordpress.com/?p=150</guid>
		<description><![CDATA[Adobe flex 4 is now out. The training videos are viewable by Adobe Media Player (AMP). But the problem with AMP is, once you watched the video, it may be cleared from the cache. So it may not be possible to view it offline/later point of time. (I mentioned the word &#8216;may&#8217; because the video [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexmusings.wordpress.com&amp;blog=2542830&amp;post=150&amp;subd=flexmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://flexmusings.wordpress.com/2010/09/14/flex-4-tutorial-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c95792d95a98c90c92e4c33674bc384b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">invisible star</media:title>
		</media:content>
	</item>
	</channel>
</rss>
