Hello, here's another question about the modules. I was thinking to use modules to split my applications into a main application and some application forms. My main objective was to compile the main application swf just once and then work on the application forms. Well, probably I'm doing something wrong, but if I compile the modules only and not the main application I don't see the changes I've done to the code. It seems that the modules swfs are somehow cached. I tried to empty the browser cache and the shared objects, but I didn't solve the issue. If I compile both the modules and the main application everything works fine. The documentation says:
"You must recompile the modules if you make changes. Recompiling the main application does not trigger a recompilation of the modules. Similarly, if you change the application file, you do not have to recompile the modules, unless you make changes that might affect the linker report or common code." The first sentence can be tricky: I must recompile the modules If I make changes... to what? To the modules code, I suppose. So my approach should be right. In this case... where's my fault? Thank you. Bye, Andrea

