<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Introduction to Flex tutorial (part 1)</title>
	<atom:link href="http://blog.theflashblog.com/?feed=rss2&#038;p=705" rel="self" type="application/rss+xml" />
	<link>http://blog.theflashblog.com/?p=705</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 09 Sep 2010 21:49:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: aomikotaru</title>
		<link>http://blog.theflashblog.com/?p=705#comment-579196</link>
		<dc:creator>aomikotaru</dc:creator>
		<pubDate>Thu, 06 Aug 2009 03:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-579196</guid>
		<description>you made me impressed with Flex!</description>
		<content:encoded><![CDATA[<p>you made me impressed with Flex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.theflashblog.com/?p=705#comment-557698</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-557698</guid>
		<description>Hey Lee, Great tutorial - I think you could have spoken a little faster though. Very detailed in what you said and made it easy. Great stuff! Keep it up!</description>
		<content:encoded><![CDATA[<p>Hey Lee, Great tutorial &#8211; I think you could have spoken a little faster though. Very detailed in what you said and made it easy. Great stuff! Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fortbildung: Flex 3 - Sebastians Blog</title>
		<link>http://blog.theflashblog.com/?p=705#comment-541545</link>
		<dc:creator>Fortbildung: Flex 3 - Sebastians Blog</dc:creator>
		<pubDate>Sat, 18 Apr 2009 20:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-541545</guid>
		<description>[...] Teil 1: Twitter Suche [...]</description>
		<content:encoded><![CDATA[<p>[...] Teil 1: Twitter Suche [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mcometa</title>
		<link>http://blog.theflashblog.com/?p=705#comment-513112</link>
		<dc:creator>Mcometa</dc:creator>
		<pubDate>Tue, 17 Feb 2009 09:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-513112</guid>
		<description>Haven&#039;t been around to check out gotoandlearn.com. It&#039;s about time for this one. Thanks Lee~ Actually I&#039;ve been trying to learn Flex from one of the training vids out in the market. And God! THEY SOUND BORING! Nothing beats the way to you teach people. :)</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t been around to check out gotoandlearn.com. It&#8217;s about time for this one. Thanks Lee~ Actually I&#8217;ve been trying to learn Flex from one of the training vids out in the market. And God! THEY SOUND BORING! Nothing beats the way to you teach people. <img src='http://blog.theflashblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://blog.theflashblog.com/?p=705#comment-511380</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-511380</guid>
		<description>so great things you did!!!
i hope you post more tutorials for FLEX!</description>
		<content:encoded><![CDATA[<p>so great things you did!!!<br />
i hope you post more tutorials for FLEX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: go2coffee</title>
		<link>http://blog.theflashblog.com/?p=705#comment-510141</link>
		<dc:creator>go2coffee</dc:creator>
		<pubDate>Mon, 09 Feb 2009 05:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-510141</guid>
		<description>Nice work!
When can we expect part 2?</description>
		<content:encoded><![CDATA[<p>Nice work!<br />
When can we expect part 2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnotherFlava</title>
		<link>http://blog.theflashblog.com/?p=705#comment-504377</link>
		<dc:creator>AnotherFlava</dc:creator>
		<pubDate>Wed, 28 Jan 2009 22:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-504377</guid>
		<description>I agree a bin release should always be done however, the complied BIN-RELEASE version of this simple example is 299 kb just 32 lines of code!

I also tested it using the external rsl, and it does not work without the bin-debug wrappers

Removing the flex framework libs (external rsl) reduces the file size to 120kb
Removing the RPC framework lib bought the file size down to 73kb around quarter the size of just the bin-release and a lot closer to what flash produces .

JohnO - try it yourself and you will see the huge difference in file size, and while I can still use deep-linking library to get browser history I will not be able to test my movie if I remove the the bin-debug when external rsl is set. ;)</description>
		<content:encoded><![CDATA[<p>I agree a bin release should always be done however, the complied BIN-RELEASE version of this simple example is 299 kb just 32 lines of code!</p>
<p>I also tested it using the external rsl, and it does not work without the bin-debug wrappers</p>
<p>Removing the flex framework libs (external rsl) reduces the file size to 120kb<br />
Removing the RPC framework lib bought the file size down to 73kb around quarter the size of just the bin-release and a lot closer to what flash produces .</p>
<p>JohnO &#8211; try it yourself and you will see the huge difference in file size, and while I can still use deep-linking library to get browser history I will not be able to test my movie if I remove the the bin-debug when external rsl is set. <img src='http://blog.theflashblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John O</title>
		<link>http://blog.theflashblog.com/?p=705#comment-504288</link>
		<dc:creator>John O</dc:creator>
		<pubDate>Wed, 28 Jan 2009 19:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-504288</guid>
		<description>AnotherFlava - 
From Grant Skinner&#039;s blog (but information found elsewhere as well)

http://www.gskinner.com/blog/archives/2008/12/always_export_a.html

&quot;When preparing a Flex project for deployment, always make sure to export a release build. I think most people know about this feature of FlexBuilder, but I&#039;m not sure everyone is aware of just how important it is. The SWF that is generated when you run or debug your project contains a lot of extra byte code used for debugging and profiling your content.

This extra byte code has a very obvious effect on the size of your SWF (adding over 35% in some cases). It also has a less immediately obvious (but no less significant) effect on the performance of your application. In one example here at gskinner.com, a 980kb SWF was reduced to 675kb, and some performance intensive code ran over 2.5x faster in the release build than in the debug version.

Never deploy a project without exporting a release build, and be sure to test a release build if you are experiencing problems with file size, performance, or memory utilization.&quot;</description>
		<content:encoded><![CDATA[<p>AnotherFlava &#8211;<br />
From Grant Skinner&#8217;s blog (but information found elsewhere as well)</p>
<p><a href="http://www.gskinner.com/blog/archives/2008/12/always_export_a.html" rel="nofollow">http://www.gskinner.com/blog/archives/2008/12/always_export_a.html</a></p>
<p>&#8220;When preparing a Flex project for deployment, always make sure to export a release build. I think most people know about this feature of FlexBuilder, but I&#8217;m not sure everyone is aware of just how important it is. The SWF that is generated when you run or debug your project contains a lot of extra byte code used for debugging and profiling your content.</p>
<p>This extra byte code has a very obvious effect on the size of your SWF (adding over 35% in some cases). It also has a less immediately obvious (but no less significant) effect on the performance of your application. In one example here at gskinner.com, a 980kb SWF was reduced to 675kb, and some performance intensive code ran over 2.5x faster in the release build than in the debug version.</p>
<p>Never deploy a project without exporting a release build, and be sure to test a release build if you are experiencing problems with file size, performance, or memory utilization.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cader</title>
		<link>http://blog.theflashblog.com/?p=705#comment-504230</link>
		<dc:creator>Cader</dc:creator>
		<pubDate>Wed, 28 Jan 2009 16:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-504230</guid>
		<description>Lee

nice tutorial, Keep up the good work lee. 

I would like to know that the tutorials that you creating can be loaded/viewed in Adobe Media Player (http://get.adobe.com/amp/)?</description>
		<content:encoded><![CDATA[<p>Lee</p>
<p>nice tutorial, Keep up the good work lee. </p>
<p>I would like to know that the tutorials that you creating can be loaded/viewed in Adobe Media Player (<a href="http://get.adobe.com/amp/)?" rel="nofollow">http://get.adobe.com/amp/)?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Erat</title>
		<link>http://blog.theflashblog.com/?p=705#comment-504217</link>
		<dc:creator>Steven Erat</dc:creator>
		<pubDate>Wed, 28 Jan 2009 16:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://theflashblog.com/?p=705#comment-504217</guid>
		<description>In addition to SwfObject2 integration in Flex 4, I also QA&#039;d the HTML Wrapper code which was upgraded as well.  

Now in Flex 4, the Flex webtier compiler (which allows you to compile on the fly static or dynamically generated MXML) now has functional History Management and automatic deep linking on Navigator components like the Accordion and TabNavigator.   

As you click across tabs, the URL parameters automatically change so that you can send someone a link that will open to a specific tab view.  The mxmlc compiler is distinct from the webtier compiler, and behavior varied widely in SDK 3 and earlier, but are now more closely aligned.

Note that the HTML Wrapper code does not work in the latest Opera 9.5 and behaves oddly in Google Chrome.  However, in MSIE 6, 7, 8 and Firefox 2, 3, and 3.1 beta the HTML Wrapper code and SWFObject detection behave properly for Flex 4 apps.</description>
		<content:encoded><![CDATA[<p>In addition to SwfObject2 integration in Flex 4, I also QA&#8217;d the HTML Wrapper code which was upgraded as well.  </p>
<p>Now in Flex 4, the Flex webtier compiler (which allows you to compile on the fly static or dynamically generated MXML) now has functional History Management and automatic deep linking on Navigator components like the Accordion and TabNavigator.   </p>
<p>As you click across tabs, the URL parameters automatically change so that you can send someone a link that will open to a specific tab view.  The mxmlc compiler is distinct from the webtier compiler, and behavior varied widely in SDK 3 and earlier, but are now more closely aligned.</p>
<p>Note that the HTML Wrapper code does not work in the latest Opera 9.5 and behaves oddly in Google Chrome.  However, in MSIE 6, 7, 8 and Firefox 2, 3, and 3.1 beta the HTML Wrapper code and SWFObject detection behave properly for Flex 4 apps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk

Served from: blog.theflashblog.com @ 2010-09-10 12:28:40 -->