Hi, I have an app with two modules, one of the two should implement an interface so I put the 'implements' attribute on the top-level <mx:Module> tag:
implements="com.websiteitalia.flex.security.SecuredElement" I also imported that class in a <mx:Script> block. But, as soon as I add this code in the module, it won't compile anymore. The strange thing is that the 'problems' window of flex builder does not show up anything strange, and the SWF file is missing from the output folder. Some error must be happening.. is there any way to obtain additional info from the compiler? Thank you in advance Cosma Colanicchia

