Hi I have two flex project - main flex project - module as another flex project
Now i have two questions 1. I want to pass parameters from main flex project to flex module project so i am using the interface. I am creating interface in main flex project and it is being implemented by module flex project. Now if i want to pass parameters from flex module to main flex project should i create another interface in the flex module project and implement in the main flex project. Is this the correct way??? I do not want to use Application.application because i want to my modules to be reusable. 2.Tomorrow i want to create another module.My old module and new module use same third party swc files.So should i load the swc in main project or individual modules projects. Any thoughts??? thanks ilikeflex

