Hello, I've been working with flex since few months and now I want to modularize my application.
Here my layout - parent ----- flexapp ----- flexlib ------ webapp ------ javaservices I want to create 4 modules in my Flex application to decrease the size of the generated swf. So I plan to migrate projects like this : - parent ----- parentflex ----------- flexapp ----------- flexlib ----------- flexmodule1 ----------- flexmodule2 ----------- flexmodule3 ----------- flexmodule4 ----- parentjava ----------- webapp ----------- javaservices But my problem is How create a flex module project compatible with FlexBuilder, if I create a new project with a mx:Module child, FlexBuild say to me that an mx:application is missing. How can I add dependency to flexapp, as a library ? Is modularization compatible with RSL ? Any advice will be really appreciated , thank you -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
