How can should I set up Flex 3 projects that reference common controls?
Posted
by Amy
on Stack Overflow
See other posts from Stack Overflow
or by Amy
Published on 2010-03-30T03:53:53Z
Indexed on
2010/03/30
4:03 UTC
Read the original article
Hit count: 264
I'm not a flash developer, I'm having issues figuring out how I should set up these two projects that I have in Flex Builder.
I've already created projA which has a .mxml that references several custom controls & skins from com.xxx.controls within projA
I now have to build projB which also has a .mxml that will create a different .swf. I want to use some of the same controls from projA
I currently build projA through the command line and nant and will need to do the same for projB.
Should I create a new project to move all of the common controls into? How do I then use this library project in both the projects & compile via command?
Thanks!
© Stack Overflow or respective owner