<?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: Flex(Camp) Thoughts</title>
	<atom:link href="http://www.ghidinelli.com/2007/07/27/flexcamp-thoughts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2007/07/27/flexcamp-thoughts</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2007/07/27/flexcamp-thoughts/comment-page-1#comment-38718</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 17 Aug 2007 18:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/07/27/flexcamp-thoughts/#comment-38718</guid>
		<description>Here are some notes I took that I&#039;m capturing for future review:

{} brackets used for data binding (pretty basic)
Using typing in AS3 improves performance - so use it
Create custom classes like:
&lt;code&gt;
package com.ted
{
  import mx.controls.button;
  public class MyButton extends Button
  {
  ...
  }
}
// then use like: 
&lt;ted:MyButton label=&quot;...&quot; /&gt;
&lt;/code&gt;

Flex compiler has a -keep property that will dump all generated .as files for inspection
Flash 8 SWFs can talk to Flash 9 via LocalConnection (otherwise they are sandboxed)
Flash-Flex connector kit lets you export MC as Flex Component for use as &lt;mx:... /&gt;
Scale9.com has theme packs for flex; crack one open to see how its built.</description>
		<content:encoded><![CDATA[<p>Here are some notes I took that I&#8217;m capturing for future review:</p>
<p>{} brackets used for data binding (pretty basic)<br />
Using typing in AS3 improves performance &#8211; so use it<br />
Create custom classes like:<br />
<code><br />
package com.ted<br />
{<br />
  import mx.controls.button;<br />
  public class MyButton extends Button<br />
  {<br />
  ...<br />
  }<br />
}<br />
// then use like:<br />
&lt;ted:MyButton label="..." /&gt;<br />
</code></p>
<p>Flex compiler has a -keep property that will dump all generated .as files for inspection<br />
Flash 8 SWFs can talk to Flash 9 via LocalConnection (otherwise they are sandboxed)<br />
Flash-Flex connector kit lets you export MC as Flex Component for use as &lt;mx:&#8230; /&gt;<br />
Scale9.com has theme packs for flex; crack one open to see how its built.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
