Comments on: How to use the Flash Professional fl.* component set in a Flash Builder ActionScript project https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/ Archive of older blog posts written by Josh Tynjala about Flash, Flex, and ActionScript Wed, 26 Jun 2013 02:52:46 +0000 hourly 1 https://wordpress.org/?v=4.9.9 By: Alexander Varga https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-53165 Thu, 29 Nov 2012 18:05:05 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-53165 Thanks you so much!

]]>
By: jspears https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-33013 Fri, 17 Feb 2012 14:12:36 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-33013 Perfect! Just what I was looking for!

]]>
By: sakeboy https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-13712 Wed, 13 Jul 2011 23:52:07 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-13712 You rock. Thanks for this.

]]>
By: Aadithya https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-10993 Sun, 05 Jun 2011 17:49:34 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-10993 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,

]]>
By: Latcho https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-3510 Thu, 03 Feb 2011 13:23:07 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-3510 Exporting compo’s as a swc and importing in a flashdevelop project… headaches (always with flash compo’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 ‘export as swc’.
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 ‘include library completly’.
Do the same for your previous assets.swc.

GO!
Latcho
PS: The problem is not your fault, since other compo’s do export good.

]]>
By: dror https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-764 Mon, 31 May 2010 11:32:15 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-764 Thanks for the tip
i was verry helpful

]]>
By: Philip Bulley https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-763 Fri, 07 May 2010 16:13:04 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-763 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…!

]]>
By: nycynik https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-762 Thu, 03 Dec 2009 21:37:43 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-762 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.

]]>
By: V https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-761 Tue, 20 Oct 2009 09:19:12 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-761 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 🙂

]]>
By: Jonathon https://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-760 Fri, 13 Mar 2009 18:54:36 +0000 http://www.zeuslabs.us/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/#comment-760 Thanks, Josh! I’ve been looking for an answer to this question for months now, and your solution works perfectly. Thank you!

]]>