<?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: How to use the Flash Professional fl.* component set in a Flash Builder ActionScript project</title>
	<atom:link href="http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 16 May 2012 17:12:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jspears</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-33013</link>
		<dc:creator>jspears</dc:creator>
		<pubDate>Fri, 17 Feb 2012 14:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-33013</guid>
		<description>Perfect!  Just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Perfect!  Just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakeboy</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-13712</link>
		<dc:creator>sakeboy</dc:creator>
		<pubDate>Wed, 13 Jul 2011 23:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-13712</guid>
		<description>You rock. Thanks for this.</description>
		<content:encoded><![CDATA[<p>You rock. Thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aadithya</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-10993</link>
		<dc:creator>Aadithya</dc:creator>
		<pubDate>Sun, 05 Jun 2011 17:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-10993</guid>
		<description>Great Post! I was struggling a lot as I has a AS3 only project and I needed some flash components. After going through a lot of misleading posts else where on the net, I finally stumbled upon your post.
It finally works!

Thanks,</description>
		<content:encoded><![CDATA[<p>Great Post! I was struggling a lot as I has a AS3 only project and I needed some flash components. After going through a lot of misleading posts else where on the net, I finally stumbled upon your post.<br />
It finally works!</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latcho</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-3510</link>
		<dc:creator>Latcho</dc:creator>
		<pubDate>Thu, 03 Feb 2011 13:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-3510</guid>
		<description>Exporting compo&#039;s as a swc and importing in a flashdevelop project... headaches (always with flash compo&#039;s).
The  Error #2007: Parameter child must be non-null with a button was no fun. I had no other references to other button classes. I inspected the exported / decompiled swc and the basebutton class that caused the error; It seems that the background skins skins of the button are not exported. I used combo and datagrid and checkbox, no probs there.
My workaround for getting the button compo to work in a flashdevelop AS3 project:
In your FLASH library add a button component (or use the one you had).
Rightclick the button compo item and and select &#039;export as swc&#039;.
Now delete all button component references from your FLASH assets lib and publish it again if it has stuff you need next to button compo.
In your (flashdevelop) AS3 project add the exported button.swc and select the include option &#039;include library completly&#039;.
Do the same for your previous assets.swc.

GO!
Latcho
PS: The problem is not your fault, since  other compo&#039;s do export good.</description>
		<content:encoded><![CDATA[<p>Exporting compo&#8217;s as a swc and importing in a flashdevelop project&#8230; headaches (always with flash compo&#8217;s).<br />
The  Error #2007: Parameter child must be non-null with a button was no fun. I had no other references to other button classes. I inspected the exported / decompiled swc and the basebutton class that caused the error; It seems that the background skins skins of the button are not exported. I used combo and datagrid and checkbox, no probs there.<br />
My workaround for getting the button compo to work in a flashdevelop AS3 project:<br />
In your FLASH library add a button component (or use the one you had).<br />
Rightclick the button compo item and and select &#8216;export as swc&#8217;.<br />
Now delete all button component references from your FLASH assets lib and publish it again if it has stuff you need next to button compo.<br />
In your (flashdevelop) AS3 project add the exported button.swc and select the include option &#8216;include library completly&#8217;.<br />
Do the same for your previous assets.swc.</p>
<p>GO!<br />
Latcho<br />
PS: The problem is not your fault, since  other compo&#8217;s do export good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dror</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-764</link>
		<dc:creator>dror</dc:creator>
		<pubDate>Mon, 31 May 2010 11:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-764</guid>
		<description>Thanks for the tip
i was verry helpful</description>
		<content:encoded><![CDATA[<p>Thanks for the tip<br />
i was verry helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Bulley</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-763</link>
		<dc:creator>Philip Bulley</dc:creator>
		<pubDate>Fri, 07 May 2010 16:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-763</guid>
		<description>Just discovered the Yahoo Astra components, just what I needed. Thanks for the tip on removing the actual source classes from my classpath when compiling with mxmlc...!</description>
		<content:encoded><![CDATA[<p>Just discovered the Yahoo Astra components, just what I needed. Thanks for the tip on removing the actual source classes from my classpath when compiling with mxmlc&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nycynik</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-762</link>
		<dc:creator>nycynik</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-762</guid>
		<description>Thanks!  It took me a while to figure out what was wrong, the warning could not be bigger, that was very helpful.

DO NOT PUT
[Flash CS3]/en/Configuration/Component Source/ActionScript 3.0/User Interface
INTO YOUR FLEX BUILDER 3 SOURCE PATH.</description>
		<content:encoded><![CDATA[<p>Thanks!  It took me a while to figure out what was wrong, the warning could not be bigger, that was very helpful.</p>
<p>DO NOT PUT<br />
[Flash CS3]/en/Configuration/Component Source/ActionScript 3.0/User Interface<br />
INTO YOUR FLEX BUILDER 3 SOURCE PATH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-761</link>
		<dc:creator>V</dc:creator>
		<pubDate>Tue, 20 Oct 2009 09:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-761</guid>
		<description>nice, now I can tweak the default button so I can have a lot of buttons that are an extention of the default button, but look different, nice :)</description>
		<content:encoded><![CDATA[<p>nice, now I can tweak the default button so I can have a lot of buttons that are an extention of the default button, but look different, nice <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathon</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-760</link>
		<dc:creator>Jonathon</dc:creator>
		<pubDate>Fri, 13 Mar 2009 18:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-760</guid>
		<description>Thanks, Josh!  I&#039;ve been looking for an answer to this question for months now, and your solution works perfectly.  Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks, Josh!  I&#8217;ve been looking for an answer to this question for months now, and your solution works perfectly.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr</title>
		<link>http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-759</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Mon, 02 Feb 2009 11:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-759</guid>
		<description>Man, great thanks for this code. You saved my time, hope that I will be able to save your time too someday :)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Man, great thanks for this code. You saved my time, hope that I will be able to save your time too someday <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

